summaryrefslogtreecommitdiff
path: root/pubkey.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang warnings (GH #771)Marcel Raad2019-01-021-1/+1
|
* Add ed25519 (GH #764, PR #767)Jeffrey Walton2018-12-241-2/+2
| | | Add ed25519
* Update documentationJeffrey Walton2018-01-231-3/+22
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-37/+0
|
* Update documentationJeffrey Walton2018-01-111-6/+46
|
* Fix missing SM2 methods in Windows DLLJeffrey Walton2018-01-051-0/+2
| | | | This was not ready to be checked in. I think it cross-pollinated duing a checkin for documentation
* Update documentationJeffrey Walton2017-12-241-1/+3
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-563/+563
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Update documentationJeffrey Walton2017-11-261-46/+46
|
* Update documentationJeffrey Walton2017-11-261-1/+1
|
* Update documentationJeffrey Walton2017-11-261-2/+71
|
* 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
| | | | These surfaced during testing with cryptest.sh
* Update documentationJeffrey Walton2017-07-271-2/+2
| | | | This cleanup was performed using Clang and -Wdocumentation -Wno-documentation-deprecated-sync
* 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
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* spelling fixesklemens2016-12-271-4/+4
|
* Add Deterministic DSA and ECDSA Signatures (Issue 121)Jeffrey Walton2016-12-111-3/+38
| | | | Based on Douglas Roark PR 131
* 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
| | | | 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
|
* 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
| | | | 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
* Cleared SunCC warning "DL_ElgamalLikeSignatureAlgorithm is expected to ↵Jeffrey Walton2016-09-141-0/+7
| | | | return a value"
* 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 ↵Jeffrey Walton2015-11-221-4/+3
| | | | | | garbage to the end of some source files during drag and drop from guest to host. This reverts commit c45435812225aa68d122c7de246e5f60b509766c.
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-3/+4
|
* Additional documentation; fixed issues with Clang integrated assembler and ↵Jeffrey Walton2015-11-191-2/+6
| | | | different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-15/+142
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1681/+1837
|
* Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace ↵Jeffrey Walton2015-08-031-2/+2
| | | | version)
* Included "integer.h" in source files with Integer dependencies so make would ↵Jeffrey Walton2015-07-301-0/+1
| | | | rebuild stale object files
* Fixed compiler errors on Apple due to cross product of {C++03,C++11} x ↵Jeffrey Walton2015-07-271-2/+1
| | | | {libc++, libstdc++}. It included bringing in the correct <memory> in <stdcpp.h>, and then only including <stdcpp.h> when <memory> was needed.
* 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
| | | | fix compile errors on MSVC 2010
* 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
|