aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/curve25519/curve25519.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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