summaryrefslogtreecommitdiff
path: root/fipsalgt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-5/+5
* Remove unused "USING_NAMESPACE(std)"Jeffrey Walton2018-01-141-1/+0
* Removed "typedef SHA1 SHA" (Issue 369)Jeffrey Walton2017-04-241-1/+1
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-4/+4
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-4/+4
* Whitespace checkinJeffrey Walton2016-09-101-2/+2
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1293/+1294
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-5/+4
* Included "integer.h" in source files with Integer dependencies so make would ...Jeffrey Walton2015-07-301-0/+3
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-4/+4
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Cut-over to COUNTOF in source filesJeffrey Walton2015-07-031-1/+1
* change default FIPS RNG to use AES instead of DES_EDEweidai2007-05-041-1/+1
* handle new FIPS test vector formatweidai2007-04-161-5/+3
* updated FIPS algorithm testsweidai2006-12-091-138/+127
* changes done for FIPS-140 lab code dropweidai2005-01-201-53/+457
* new AES test formatweidai2003-07-261-6/+28
* fix bug in Grouperweidai2003-04-151-0/+877