summaryrefslogtreecommitdiff
path: root/fips140.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove Thread and Socket classes (GH #208, PR #703)Jeffrey Walton2018-08-171-17/+7
| | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/5btwLoxXXD4.
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-1/+1
|
* 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-1/+1
| | | | 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-1/+1
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-92/+88
|
* 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
|
* Cleared "unused parameter" warning with GCC 5.1 and -WextraJeffrey Walton2015-07-231-0/+7
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-1/+6
|
* various changes for 5.1weidai2003-03-201-2/+16
|
* Initial revisionweidai2002-10-041-0/+65