summaryrefslogtreecommitdiff
path: root/pubkey.h
Commit message (Expand)AuthorAgeFilesLines
* Update documentation linksJeffrey Walton2017-09-281-1/+0
* Update documentationJeffrey Walton2017-09-281-1/+1
* Update documentationJeffrey Walton2017-09-281-12/+49
* Fix "X causes a section type conflict with Y" for GCC on AIX (GH #499)Jeffrey Walton2017-09-171-6/+18
* Update documentationJeffrey Walton2017-07-271-2/+2
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-5/+5
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* spelling fixesklemens2016-12-271-4/+4
* Add Deterministic DSA and ECDSA Signatures (Issue 121)Jeffrey Walton2016-12-111-3/+38
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-32/+29
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-154/+39
* Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-2/+2
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-2/+2
* Clang 3.9 and missing member definitions for template classes (Issue 300)Jeffrey Walton2016-09-221-1/+2
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-7/+7
* Cleared SunCC warning "DL_ElgamalLikeSignatureAlgorithm is expected to return...Jeffrey Walton2016-09-141-0/+7
* Whitespace checkinJeffrey Walton2016-09-101-47/+47
* Add constexpr-ness to StaticAlgorithmName member functionJeffrey Walton2016-09-071-2/+2
* Updated documentationJeffrey Walton2016-04-081-3/+7
* Additional documentation. Moved dtors to first function in a class (Issue 70)Jeffrey Walton2016-02-281-132/+235
* Updated documentationJeffrey Walton2016-01-201-10/+27
* Updated documentationJeffrey Walton2016-01-191-26/+180
* Added "algebra.h" include for "make deps" recipeJeffrey Walton2015-12-041-0/+1
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-3/+3
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding gar...Jeffrey Walton2015-11-221-4/+3
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-3/+4
* Additional documentation; fixed issues with Clang integrated assembler and di...Jeffrey Walton2015-11-191-2/+6
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-15/+142
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1681/+1837
* Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace v...Jeffrey Walton2015-08-031-2/+2
* Included "integer.h" in source files with Integer dependencies so make would ...Jeffrey Walton2015-07-301-0/+1
* Fixed compiler errors on Apple due to cross product of {C++03,C++11} x {libc+...Jeffrey Walton2015-07-271-2/+1
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-3/+3
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+2
* Cleared virtual destructor warnings under GCC with -WallJeffrey Walton2015-07-191-0/+1
* rename "cryptdll" project to "cryptopp"weidai2010-06-291-1/+1
* reduce risk of reusing random numbers after VM state rollbackweidai2007-05-041-2/+18
* update version number, port to Sun C++ 5.8weidai2006-12-181-2/+2
* port to MSVC .NET 2005 beta 2weidai2005-07-121-72/+72
* changes done for FIPS-140 lab code dropweidai2005-01-201-73/+30
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-61/+63
* port to GCC 3.4weidai2004-06-191-118/+118
* fix potential threading problem with initialization of static objectsweidai2003-07-291-6/+6
* remove Diamond2, code size reductionsweidai2003-07-191-1/+1
* allow DLL to be built with VC++ .NETweidai2003-07-181-3/+0
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-48/+60
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-22/+19
* add missing typenameweidai2003-05-161-2/+2
* misc optimizationsweidai2003-05-161-83/+68
* make unintentional private functions publicweidai2003-04-281-0/+4