aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/pubkey.h
Commit message (Expand)AuthorAgeFilesLines
* Updates for GOST 2012 supportJack Lloyd2019-08-011-5/+0
* Add some missing includesJack Lloyd2018-11-081-0/+1
* Fix some Doxygen warningsJack Lloyd2018-08-151-1/+0
* Add function to return the size of a key agreement outputJack Lloyd2018-08-121-5/+12
* Add functions to get size of PK ciphertext,plaintextJack Lloyd2018-08-101-0/+19
* Add PK_Signer::signature_lengthJack Lloyd2018-08-101-0/+8
* Use Alloc templates instead of overriding for specific vector typesJack Lloyd2018-07-241-16/+16
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-4/+4
* More include header cleanupsJack Lloyd2017-09-211-4/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-9/+9
* Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-281-1/+1
* Content:Tomasz Frydrych2017-04-031-3/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-52/+52
* Expose pk_ops.h as public interface againJack Lloyd2016-12-041-0/+1
* Pubkey cleanupsJack Lloyd2016-11-121-0/+2
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-0/+6
* Improve pubkey doxygen [ci skip]René Korthaus2016-10-191-1/+76
* Make pk_ops.h internalJack Lloyd2016-10-081-9/+43
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-17/+0
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-2/+109
* Add PK_Decryptor::decrypt_or_randomJack Lloyd2016-03-201-10/+48
* Add ECDH via OpenSSLJack Lloyd2016-01-041-1/+4
* Add generalized KEM interfaceJack Lloyd2015-12-261-0/+81
* Add update overload taking std::string to PK_Verifier and PK_SignerJack Lloyd2015-12-021-1/+19
* Expose providers for public key operationsJack Lloyd2015-10-141-30/+38
* pubkey: Add missing overridesDaniel Seither2015-07-301-3/+3
* lib/pubkey: Convert &vec[0] to vec.data()Simon Warta2015-06-231-11/+11
* Move the signature padding schemes to the PK operation classes,lloyd2015-03-231-21/+6
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-141-4/+1
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-161-2/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Guess I won't be needing theselloyd2014-01-181-1/+0
* unique_ptr all the thingslloyd2014-01-181-39/+15
* Move lib into srclloyd2014-01-101-0/+461