summaryrefslogtreecommitdiff
path: root/dlltest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-2/+2
* Fix Clang warning on missing template definitionsJeffrey Walton2017-08-161-0/+1
* Fix C++17 build (PR 437)Romain Geissler @ Amadeus2017-06-181-25/+24
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+4
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-4/+0
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+4
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-2/+2
* Clear C4100 "unreferenced formal parameter" warning on pSetNewHandlerJeffrey Walton2016-10-021-0/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
* Whitespace cleanupJeffrey Walton2016-07-241-1/+1
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-205/+207
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-25/+24
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* fix build of dlltest project on MSVC 2008weidai2010-07-241-1/+0
* change default FIPS RNG to use AES instead of DES_EDEweidai2007-05-041-1/+1
* remove extraneous codeweidai2006-09-061-8/+0
* port to MSVC .NET 2005 beta 2weidai2005-07-121-0/+8
* changes done for FIPS-140 lab code dropweidai2005-01-201-4/+4
* fix bug in CFB mode testweidai2004-07-031-1/+1
* add CFB mode FIPS variantweidai2004-04-291-8/+8
* allow DLL to be built with VC++ .NETweidai2003-07-181-1/+1
* fix wrong error message in FIPS140_SampleApplicationweidai2003-07-181-1/+25
* fix for Unixweidai2003-07-111-1/+1
* fix GCC compileweidai2003-07-111-0/+4
* merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),weidai2003-07-101-13/+13
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+178