summaryrefslogtreecommitdiff
path: root/idea.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Cleared Coverity finding CID 170382 (CONSTANT_EXPRESSION_RESULT) (Issue 298)Jeffrey Walton2016-09-211-2/+0
|
* 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
* Backed out use of "static const" to declare constant; switch to "enum" ↵Jeffrey Walton2016-09-061-3/+0
| | | | (Issue 255)
* Initial fix for older Apple ld's non_lazy_ptr missing symbols (Issue 255)Jeffrey Walton2016-09-061-10/+13
|
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-201/+193
|
* 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 "signed/unsigned" warning under GCC 4.8 (this may have been a GCC ↵Jeffrey Walton2015-07-261-5/+8
| | | | 4.8/Debian-i686 issue because both types were unsigned)
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary ↵Jeffrey Walton2015-06-291-0/+5
| | | | compilers. The macro was needed to help with managing old compilers, like GCC 4.2.1, present on OpenBSD
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-051-1/+1
| | | | change makefile to compile for both i386 and x86_64 on Darwin/Mac OS X
* add "volatile" to prevent compiler optimizing away codeweidai2010-06-181-1/+1
|
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-2/+2
|
* fix MSVC 2005 warningsweidai2006-03-131-11/+13
|
* Initial revisionweidai2002-10-041-0/+190