aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/curve25519/curve25519.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-4/+4
* More uses of make_unique instead of unique_ptr(new ...)Jack Lloyd2021-04-041-2/+2
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-131-2/+2
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-2/+2
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-2/+2
* Add Private_Key::public_keyJack Lloyd2020-11-281-0/+5
* Add missing override annotations [ci skip]Jack Lloyd2018-08-131-1/+1
* Add function to return the size of a key agreement outputJack Lloyd2018-08-121-0/+2
* Make use of AlgorithmIdentifier::USE_EMPTY_PARAMJack Lloyd2018-07-101-4/+1
* More header cleanupsJack Lloyd2017-09-231-0/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Slight cleanup in Curve25519_PrivateKey constructorJack Lloyd2017-08-291-8/+6
* Replaced USE_NULL_PARAM (0x05 0x00) by an empty vector (nothing)Francis Dupont2017-06-121-1/+4
* Fixed private key codeFrancis Dupont2017-06-121-12/+4
* Fixed public key code for *25519Francis Dupont2017-06-121-9/+2
* Added Curve25519_PrivateKey constructor from secret_keyFrancis Dupont2017-06-121-0/+12
* Remove verify_end() chained immediatly before end_cons() (close #890)Nuno Goncalves2017-02-251-2/+0
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-10/+10
* Public_Key derived class ctors take an std::vector<byte>René Korthaus2016-12-111-1/+1
* Add Private_Key::private_key_info()René Korthaus2016-12-051-1/+1
* Add Public_Key::subject_public_key()René Korthaus2016-12-051-1/+1
* Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-171-13/+12
* Remove Key_Type typedefsJack Lloyd2016-11-081-1/+0
* Remove automatic self-testing of public and private keysJack Lloyd2016-11-031-4/+1
* X25519 key exchange for TLSJack Lloyd2016-10-211-2/+5
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-2/+4
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-3/+8
* pubkey: Add missing overridesDaniel Seither2015-07-301-1/+1
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-1/+1
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-141-3/+4
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-1/+27
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-271-0/+115