summaryrefslogtreecommitdiff
path: root/fipsalgt.cpp
Commit message (Collapse)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
| | | | | | This should have happened when we removed most of MAINTAIN_BACKWARDS_COMPATIBILITY artifacts. Its not practical move SHA1 into Weak:: namespace or "typedef SHA256 SHA" because SHA1 is too intertwined at the moment. In the interim, maybe we can place SHA1 in both CryptoPP:: and Weak:: namespaces. This will allow us to transition into Weak::SHA1 over time, and signal to users SHA1 should be avoided.
* 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
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-4/+4
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* 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 → ↵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)