summaryrefslogtreecommitdiff
path: root/cryptlib.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary ↵Jeffrey Walton2015-06-291-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 IVweidai2010-08-051-1/+1
|
* fix possible race condition in Singleton::Ref()weidai2010-06-181-1/+8
| | | | | tolerate double destruction of Singleton and g_nullNameValuePairs fix #include of standard headers
* add x86/x64 assembly for SHA-256,weidai2009-03-101-5/+8
| | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter
* tweaks/fixes for 5.6weidai2009-03-031-0/+18
|
* changes for 5.6: weidai2009-03-021-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 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