summaryrefslogtreecommitdiff
path: root/cryptlib.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update documentationJeffrey Walton2017-11-121-25/+0
* Reduce C++ file scope class objectsJeffrey Walton2017-11-121-20/+8
* Update documentationJeffrey Walton2017-10-011-1/+2
* Update StreamTransformation and ProcessLastBlockJeffrey Walton2017-09-291-0/+17
* Backed off assert.Jeffrey Walton2017-08-151-2/+1
* Clear coverity finding FORWARD_NULL (CID 147865)Jeffrey Walton2017-05-201-4/+5
* Revert "Clear coverity finding FORWARD_NULL (CID 147865)"Jeffrey Walton2017-05-201-4/+5
* Clear coverity finding FORWARD_NULL (CID 147865)Jeffrey Walton2017-05-201-5/+4
* Add tests for Information Dispersal and Secret SharingJeffrey Walton2017-05-091-3/+0
* Add variable block size support for block ciphersJeffrey Walton2017-05-011-2/+2
* Simplify C++ dynamic object initializationJeffrey Walton2017-03-201-22/+27
* Updated static initializersJeffrey Walton2017-03-171-18/+15
* Avoid inlining LibraryVersion (Issue 371)Jeffrey Walton2017-03-141-1/+1
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-2/+2
* Remove NULL_CHANNEL and CW8 workaround (Issue 382)Jeffrey Walton2017-03-011-3/+0
* Change to more intuitive names LibraryVersion and HeaderVersion (Issue 371)Jeffrey Walton2017-01-281-1/+1
* Add BuildVersion and RuntimeVersion functions (Issue 371)Jeffrey Walton2017-01-281-1/+10
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* spelling fixesklemens2016-12-271-2/+2
* Silence select conversion warnings (Issue 340)Jeffrey Walton2016-12-021-3/+15
* Fix Solaris GCC and "constructor priorities are not supported"Jeffrey Walton2016-09-191-4/+0
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-15/+15
* Updated documentation (Issue 248)Jeffrey Walton2016-08-271-9/+9
* Cleared most "Conditional jump or move depends on uninitialised value" (Issue...Jeffrey Walton2016-07-131-4/+5
* 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