summaryrefslogtreecommitdiff
path: root/pubkey.h
Commit message (Collapse)AuthorAgeFilesLines
* Update documentationJeffrey Walton2022-05-291-18/+18
|
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
|
* Update documentation for pubkey.h (PR #1075)Tobias Nießen2021-10-181-1/+1
|
* Update documentationJeffrey Walton2021-04-111-70/+72
|
* Update documentationJeffrey Walton2021-04-111-7/+14
|
* Update documentationJeffrey Walton2021-04-111-0/+1
|
* Fix typosJeffrey Walton2021-04-091-5/+5
|
* Fix typosJeffrey Walton2021-02-031-5/+5
|
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-30/+30
|
* Update documentationJeffrey Walton2020-12-021-2/+2
|
* Add some signature length validation to DL_VerifierBaseJeffrey Walton2020-12-021-2/+9
| | | | Based on testing during GH #981 we found an undersized buffer caused an out-of-bounds read.
* Update documentationJeffrey Walton2019-10-181-0/+20
|
* Update documentationJeffrey Walton2019-10-181-0/+8
|
* Add asserts to pubkey.hJeffrey Walton2019-08-261-0/+11
|
* Update documentationJeffrey Walton2019-08-111-1/+1
|
* SpellingJeffrey Walton2019-08-031-1/+1
|
* Update commentsJeffrey Walton2019-07-291-3/+5
| | | | Reference the bug report in DL_SignerBase::SignAndRestart for future readers
* Fix ECDSA scalar multiplication leakage of bit-length. (GH #870)Ján Jančár2019-07-291-2/+7
| | | | This fixes the timing leakage of bit-length of nonces in ECDSA by essentially fixing the bit-length, by using a nonce equivalent modulo the subgroup order.
* 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
|