summaryrefslogtreecommitdiff
path: root/fipsalgt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1293/+1294
|
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → ↵Jeffrey Walton2015-07-301-5/+4
| | | | std::cerr, ...
* Included "integer.h" in source files with Integer dependencies so make would ↵Jeffrey Walton2015-07-301-0/+3
| | | | rebuild stale object files
* 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
add RIPEMD-???, Whirlpool, Shacal2, Camellia, Two-Track MAC (Kevin Springle) change ChannelSwitch to allow non-blocking input (denis bider) change Redirector to allow more options (denis bider) fix MaurerRandomnessTest optimize MD2 (Kevin Springle)