summaryrefslogtreecommitdiff
path: root/dh2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clear unused variable warnings under MSVCJeffrey Walton2017-08-161-0/+7
|
* Fix "warning: binding dereferenced null pointer to reference has undefined ↵Jeffrey Walton2017-08-161-1/+39
| | | | | | | | | | | behavior" This shows up under debug builds when testing instantiations. warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference] DH2 dh(*(SimpleKeyAgreementDomain*)NULLPTR); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* 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
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
| | | | Also see https://github.com/weidai11/cryptopp/commit/399a1546de71f41598c15edada28e7f0d616f541#commitcomment-19448453
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug ↵Jeffrey Walton2016-09-161-1/+1
| | | | behavior pivots on CRYPTOPP_DEBUG, and not NDEBUG (Issue 277, CVE-2016-7420)
* Whitespace checkinJeffrey Walton2016-09-101-1/+1
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-0/+2
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-22/+22
|
* fix missing functionweidai2007-04-161-0/+5
|
* Initial revisionweidai2002-10-041-0/+17