summaryrefslogtreecommitdiff
path: root/modes.h
Commit message (Collapse)AuthorAgeFilesLines
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-12/+12
|
* Commented typedef guarded by CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITYJeffrey Walton2016-12-031-2/+2
| | | | | The typedefs were only commented so folks could search for a missing symbol, like Crypto++ 4.0 PK_FixedLengthEncryptor or PK_FixedLengthDecryptor This is a distinct change from CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-44/+26
|
* Silence select conversion warnings (Issue 340)Jeffrey Walton2016-12-021-0/+12
|
* Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-6/+6
| | | | This pedantic message appeared all over the code. Also removed one warning about an unused variable in release build.
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-6/+6
|
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* Add constexpr-ness to StaticAlgorithmName member functionJeffrey Walton2016-09-071-6/+6
|
* Backed out use of "static const" to declare constant; switch to "enum" ↵Jeffrey Walton2016-09-061-9/+35
| | | | (Issue 255)
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-26/+44
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-415/+441
|
* Remove implementation of ResizeBuffer() from headersZireael2015-10-261-10/+2
| | | | Fixes issue #45
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
|
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-0/+1
|
* - add EAX mode, XSalsa20weidai2009-03-121-26/+8
| | | | | | - speed up GCM key setup - wipe stack in AES assembly code - speed up CFB mode
* changes for 5.6: weidai2009-03-021-32/+22
| | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required
* fixes for GCC 4.3.2 (reports from Chris Morgan and DiegoT)weidai2008-11-211-3/+3
|
* fix infinite recursive call in IsRandomAccess (reported by ASBai)weidai2008-02-021-2/+2
|
* fix AlgorithmName() for ExternalCipher classes and move SetCipher() into ↵weidai2007-12-051-21/+19
| | | | CipherModeBase
* reduce risk of reusing random numbers after VM state rollbackweidai2007-05-041-4/+1
|
* rename STRUCTURED_IV to UNIQUE_IV. assert correct cipher directionweidai2007-04-161-2/+6
|
* port to Borland C++Builder 2006weidai2006-12-141-1/+2
|
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-6/+3
|
* fix StaticAlgorithmName() for CTR modeweidai2006-07-171-1/+1
|
* fix MSVC 2005 warningsweidai2006-03-131-6/+7
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-23/+23
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-7/+7
|
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-3/+12
|
* port to GCC 3.4weidai2004-06-191-17/+17
|
* add CFB mode FIPS variantweidai2004-04-291-0/+15
|
* fix "feedbackSize not used" exceptionweidai2004-03-091-1/+6
|
* fix bugs in 64-bit CPU supportweidai2003-07-251-1/+1
|
* misc changesweidai2003-07-181-5/+12
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-37/+68
|
* add CRYPTOPP_NO_VTABLEweidai2003-05-161-12/+12
|
* fix bugs in SEAL and Panamaweidai2003-03-261-11/+25
|
* fix whitespace problemsweidai2003-02-241-135/+135
|
* add missing #include, and fix CounterMode typedefweidai2003-02-031-1/+2
|
* make CTS functions publicweidai2002-10-151-2/+3
|
* bug fix and optimizationweidai2002-10-061-13/+1
|
* bug fixesweidai2002-10-061-140/+140
|
* Initial revisionweidai2002-10-041-0/+380