summaryrefslogtreecommitdiff
path: root/dll.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clear unknown pragma warning under GCCJeffrey Walton2018-01-171-2/+4
|
* Add <emsa2.h> to dll.cppJeffrey Walton2017-12-261-0/+1
|
* 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
| | | | | | | | | | | | * Fix compilation on Windows with /DUNICODE * Fix linking of fipstest for MSVC targeting ARM (__crt_debugger_hook is not available). * Fix build for Clang on Windows with optimizations on. * Fix a warning about a non-existant warning under Clang. * Fix compilation under Intel C++ 18.0 on Windows
* Removed MSVC warning suppression for many warnings (Issue 412)Jeffrey Walton2017-05-161-11/+3
| | | | | | | | | | Most of these appear to have been cleared over the last couple of years. C4127 is too prevelant. We are probably going to have to live with it. We may be able to clear C4250 with a using statement. For example 'using ASN1CryptoMaterial::Load'. MSVC resisted clearing C4661 by pushing/poping in iterhash.h and osrng.h. It was like MSVC simply ignored it.
* 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
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* 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
| | | | Visual Studio 2010 was opt-in; which Visual Studio 2012 is opt-out
* 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
| | | | attempt (failed) to build DLL with GCC
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+100