summaryrefslogtreecommitdiff
path: root/cryptlib.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-1/+47
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-840/+895
* Partial cut-over to static local strings for DefaultChannel() and AadChannel(...Jeffrey Walton2015-07-311-3/+2
* Cleared auto_ptr deprecation warning with C++11 under Debian 8/i686Jeffrey Walton2015-07-301-7/+14
* Fixed compiler errors on Apple due to cross product of {C++03,C++11} x {libc+...Jeffrey Walton2015-07-271-2/+2
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-9/+9
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary com...Jeffrey Walton2015-06-291-0/+5
* fix CTR mode not allowing NULL as IVweidai2010-08-051-1/+1
* fix possible race condition in Singleton::Ref()weidai2010-06-181-1/+8
* add x86/x64 assembly for SHA-256,weidai2009-03-101-5/+8
* tweaks/fixes for 5.6weidai2009-03-031-0/+18
* changes for 5.6: weidai2009-03-021-22/+101
* add IncorporateEntropy and GenerateIntoBufferedTransformation to RNG interfaceweidai2007-05-041-12/+38
* rename STRUCTURED_IV to UNIQUE_IV. Sun CC workaroundweidai2007-04-161-1/+1
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-4/+10
* merge in changes by denis bider and fix compile on gcc 3.4.4 and MSVC 6weidai2006-04-061-2/+2
* port to MSVC .NET 2005 beta 2weidai2005-07-121-60/+62
* changes done for FIPS-140 lab code dropweidai2005-01-201-2/+2
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-0/+1
* workaround alpha build problemweidai2003-07-311-8/+8
* fix bugs in 64-bit CPU supportweidai2003-07-251-0/+2
* allow DLL to be built with VC++ .NETweidai2003-07-181-63/+67
* misc changesweidai2003-07-181-3/+3
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-57/+39
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-1/+6
* misc optimizationsweidai2003-05-161-16/+0
* fix bugs in SEAL and Panamaweidai2003-03-261-0/+22
* various changes for 5.1weidai2003-03-201-22/+49
* Initial revisionweidai2002-10-041-0/+660