Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵ | Jeffrey Walton | 2015-11-18 | 1 | -1/+47 | |
| | | | | (Coverity rollup) | |||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -840/+895 | |
| | ||||||
* | Partial cut-over to static local strings for DefaultChannel() and ↵ | Jeffrey Walton | 2015-07-31 | 1 | -3/+2 | |
| | | | | AadChannel(). Cout-over DEFAULT_CHANNEL and AAD_CHANNEL to use them behind the scenes | |||||
* | Cleared auto_ptr deprecation warning with C++11 under Debian 8/i686 | Jeffrey Walton | 2015-07-30 | 1 | -7/+14 | |
| | ||||||
* | Fixed compiler errors on Apple due to cross product of {C++03,C++11} x ↵ | Jeffrey Walton | 2015-07-27 | 1 | -2/+2 | |
| | | | | {libc++, libstdc++}. It included bringing in the correct <memory> in <stdcpp.h>, and then only including <stdcpp.h> when <memory> was needed. | |||||
* | Cut-in CRYPTOPP_ASSERT in all remaining header and source files | Jeffrey Walton | 2015-07-26 | 1 | -9/+9 | |
| | ||||||
* | Added "trap.h" include for header and source files that assert | Jeffrey Walton | 2015-07-26 | 1 | -0/+1 | |
| | ||||||
* | Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary ↵ | Jeffrey Walton | 2015-06-29 | 1 | -0/+5 | |
| | | | | compilers. The macro was needed to help with managing old compilers, like GCC 4.2.1, present on OpenBSD | |||||
* | fix CTR mode not allowing NULL as IV | weidai | 2010-08-05 | 1 | -1/+1 | |
| | ||||||
* | fix possible race condition in Singleton::Ref() | weidai | 2010-06-18 | 1 | -1/+8 | |
| | | | | | tolerate double destruction of Singleton and g_nullNameValuePairs fix #include of standard headers | |||||
* | add x86/x64 assembly for SHA-256, | weidai | 2009-03-10 | 1 | -5/+8 | |
| | | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter | |||||
* | tweaks/fixes for 5.6 | weidai | 2009-03-03 | 1 | -0/+18 | |
| | ||||||
* | changes for 5.6: | weidai | 2009-03-02 | 1 | -22/+101 | |
| | | | | | | - 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 | |||||
* | add IncorporateEntropy and GenerateIntoBufferedTransformation to RNG interface | weidai | 2007-05-04 | 1 | -12/+38 | |
| | ||||||
* | rename STRUCTURED_IV to UNIQUE_IV. Sun CC workaround | weidai | 2007-04-16 | 1 | -1/+1 | |
| | ||||||
* | port to GCC 4, reorganize implementations of SetKey | weidai | 2006-12-10 | 1 | -4/+10 | |
| | ||||||
* | merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6 | weidai | 2006-04-06 | 1 | -2/+2 | |
| | ||||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -60/+62 | |
| | ||||||
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -2/+2 | |
| | ||||||
* | fix documentation, fix PanamaMAC, fix algorithm names | weidai | 2004-07-22 | 1 | -0/+1 | |
| | ||||||
* | workaround alpha build problem | weidai | 2003-07-31 | 1 | -8/+8 | |
| | ||||||
* | fix bugs in 64-bit CPU support | weidai | 2003-07-25 | 1 | -0/+2 | |
| | ||||||
* | allow DLL to be built with VC++ .NET | weidai | 2003-07-18 | 1 | -63/+67 | |
| | ||||||
* | misc changes | weidai | 2003-07-18 | 1 | -3/+3 | |
| | ||||||
* | added support for using encoding parameters and key derivation parameters | weidai | 2003-07-16 | 1 | -57/+39 | |
| | ||||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -1/+6 | |
| | ||||||
* | misc optimizations | weidai | 2003-05-16 | 1 | -16/+0 | |
| | ||||||
* | fix bugs in SEAL and Panama | weidai | 2003-03-26 | 1 | -0/+22 | |
| | ||||||
* | various changes for 5.1 | weidai | 2003-03-20 | 1 | -22/+49 | |
| | ||||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+660 | |