summaryrefslogtreecommitdiff
path: root/pssr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-2/+2
|
* C++17 compatible lambda expressions to replace `bind2nd` (#559)Kirit Sælensminde2018-01-121-1/+1
| | | | | | | | | | | | | | * Conditionally use a lambda rather than the older `bind2nd` style. * Duplicate the if statements. * Centralise the conditional compilation to an implementation of find_if_not. * Refactoring of name and code placement after review. * Use `FindIfNot` where appropriate. * Remove whitespace.
* Fix failed self test under Clang (GH #533)Jeffrey Walton2017-12-251-1/+3
| | | | This may cause GH #300, "Clang 3.9 and missing member definitions for template classes" or GH #294, "Fix clang warnings about undefined variable templates in pkcspad.h" to resurface. Man I hope not...
* 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-2/+2
| | | | 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-3/+3
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-2/+5
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-151/+158
|
* Whitespace checkinJeffrey Walton2015-07-301-3/+3
|
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-2/+2
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+2
|
* Changed guard on memcpy use to make it less intrusive. More closely ↵Jeffrey Walton2015-07-171-8/+2
| | | | resembles original code
* Cleared UBsan error using non-null pointerJeffrey Walton2015-07-171-3/+13
|
* Cleared Visual Studio warning on type mismatch in std::bindJeffrey Walton2015-07-171-1/+1
|
* changes for 5.6: weidai2009-03-021-1/+1
| | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required
* removed UnalignedPutWordweidai2007-04-161-4/+4
|
* add missing #includeweidai2006-06-091-0/+1
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-17/+17
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-7/+19
|
* changes related to the next FIPS validationweidai2004-09-031-4/+5
|
* minor changesweidai2003-08-251-0/+5
|
* fix warnings for VC7 and GCCweidai2003-03-201-3/+3
|
* various changes for 5.1weidai2003-03-201-0/+126