summaryrefslogtreecommitdiff
path: root/gfpcrypt.h
Commit message (Collapse)AuthorAgeFilesLines
* Add BuildVersion and RuntimeVersion functions (Issue 371)Jeffrey Walton2017-01-281-1/+1
| | | | These function are intended to catch mining and matching of library versions. BuildVersion provides CRYPTOPP_VERSION when the shared object was built. RuntimeVersion provides CRYPTOPP_VERSION the app compiled against, which could be different than the shared object's version
* 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
* Use ASCII character for commentJeffrey Walton2017-01-221-1/+1
|
* Comments and whitespace checkinJeffrey Walton2017-01-201-621/+625
|
* Switch ECGDSA equation to slightly speed-up signingJeffrey Walton2016-12-131-1/+1
|
* Add German digital signature algorithm (ECGDSA) (Issue 113)Jeffrey Walton2016-12-131-0/+37
| | | | Also see ISO/IEC 15946 and http://www.teletrust.de/fileadmin/files/oid/ecgdsa_final.pdf
* Updated documentation (Issue 121)Jeffrey Walton2016-12-111-2/+3
|
* Add Deterministic DSA and ECDSA Signatures (Issue 121)Jeffrey Walton2016-12-111-4/+189
| | | | Based on Douglas Roark PR 131
* Updated documentation (Issue 328)Jeffrey Walton2016-12-031-10/+49
|
* Updated documentation (Issue 328)Jeffrey Walton2016-12-031-0/+31
|
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-1/+1
|
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-68/+7
|
* Increment version to 5.7 due to ABI break *Issue 337)Jeffrey Walton2016-12-011-1/+1
| | | | We still need to supply a patch for those maintaining 5.6.x
* Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-2/+2
| | | | This pedantic message appeared all over the code. Also removed one warning about an unused variable in release build.
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-2/+2
|
* Updated documentation for Crypto++ 1.0 algorithmsJeffrey Walton2016-10-261-1/+3
|
* Updated documentationJeffrey Walton2016-10-181-10/+11
|
* Align with BouncyCastle and Botan for DLIES and ECIES. Updated documentationJeffrey Walton2016-10-181-80/+166
|
* 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-26/+26
|
* Add constexpr-ness to StaticAlgorithmName member functionJeffrey Walton2016-09-071-2/+2
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-2/+6
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-540/+632
|
* Included "integer.h" in source files with Integer dependencies so make would ↵Jeffrey Walton2015-07-301-0/+2
| | | | rebuild stale object files
* 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/+1
|
* Cleared remaining virtual destructor warnings under GCC with -WallJeffrey Walton2015-07-191-2/+4
|
* Fixed copy/paste errorJeffrey Walton2015-07-191-1/+1
|
* Cleared virtual destructor warnings under GCC with -WallJeffrey Walton2015-07-191-0/+3
|
* Cleared virtual destructor warnings under GCC with -WallJeffrey Walton2015-07-191-0/+4
|
* add SHA-3weidai2013-01-191-28/+20
| | | | | update DSA to FIPS 186-3 update version numbers
* removed UnalignedPutWordweidai2007-04-161-2/+2
|
* update version number, port to Sun C++ 5.8weidai2006-12-181-3/+3
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-8/+8
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-7/+7
|
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-14/+16
|
* port to CodeWarrior 8.3weidai2004-06-201-4/+4
|
* port to GCC 3.4weidai2004-06-191-36/+36
|
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-22/+36
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-10/+15
|
* add CRYPTOPP_NO_VTABLEweidai2003-05-161-2/+2
|
* various changes for 5.1weidai2003-03-201-16/+39
|
* Initial revisionweidai2002-10-041-0/+492