summaryrefslogtreecommitdiff
path: root/xtr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use define CRYPTOPP_CXX11_STATIC_INIT nameJeffrey Walton2020-08-071-1/+1
|
* Fix missed conditions for XTR-DH domain parameters generationJeffrey Walton2018-09-041-8/+24
| | | | Formerly we used asserts and they would fire on occassion. This commit makes the condition part of the generation process to avoid the assert.
* Add additional assertJeffrey Walton2018-09-031-0/+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-6/+6
| | | | 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
* Added "algebra.h" include for "make deps" recipeJeffrey Walton2015-12-041-0/+1
|
* Fixed typos in commentsJeffrey Walton2015-11-251-1/+1
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-0/+1
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-101/+101
|
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-6/+6
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-1/+1
|
* Cleared "unused parameter" warning with GCC 5.1 and -WextraJeffrey Walton2015-07-231-0/+1
|
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-2/+2
|
* 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
* fix potential threading problem with initialization of static objectsweidai2003-07-291-3/+2
|
* Initial revisionweidai2002-10-041-0/+101