summaryrefslogtreecommitdiff
path: root/dll.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add PKCS #1 SHA3-based signatures (GH #517)Jeffrey Walton2017-10-041-0/+11
* Fix Clang warning on missing template definitionsJeffrey Walton2017-08-161-0/+1
* Fix Windows compilation issues (by RaptorFactor) (#444)Marcel Raad2017-07-171-1/+1
* Removed MSVC warning suppression for many warnings (Issue 412)Jeffrey Walton2017-05-161-11/+3
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-5/+5
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-3/+1
* Add "Crypto++ DLL" to OutputDebugString messages (Issue 314)Jeffrey Walton2016-10-021-1/+1
* Clang 3.9 and missing member definitions for template classes (Issue 300)Jeffrey Walton2016-09-221-0/+4
* "EMSA2HashId<SHA>::id" → "EMSA2HashId<SHA1>::id"Jeffrey Walton2016-09-221-1/+1
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-149/+160
* Cleared GCC/Clang waning on unknown pragmaJeffrey Walton2015-06-081-1/+4
* add 64-bit mangled names of new and deleteweidai2007-04-161-3/+13
* port to GCC 4weidai2005-09-051-24/+1
* changes done for FIPS-140 lab code dropweidai2005-01-201-7/+11
* changes related to the next FIPS validationweidai2004-09-031-0/+14
* port to CodeWarrior 8.3weidai2004-06-201-0/+17
* add missing overrides for new [] and delete []weidai2003-10-311-0/+10
* reduce source file dependenciesweidai2003-10-141-28/+0
* guard against potential integer overflow in allocatorsweidai2003-08-041-10/+1
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-1/+0
* fix for Unixweidai2003-07-111-3/+3
* fix for Unixweidai2003-07-111-0/+8
* fix GCC compileweidai2003-07-111-0/+1
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-34/+77
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+100