aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/openssl/openssl_ec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid int vs size_t warning in OpenSSL codeJack Lloyd2017-09-171-1/+1
* Check if curve is built into OpenSSL at runtimeRené Korthaus2017-07-281-12/+35
* Make Botan compile with LibreSSL again.Alexander Bluhm2017-05-241-2/+2
* Add copy_state to OpenSSL hash functions, and port to OpenSSL 1.1.0Jack Lloyd2017-05-221-9/+24
* Throw OpenSSL exception if any OpenSSL function failed.Alexander Bluhm2017-04-291-1/+6
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-13/+13
* Add support for brainpool curves in openssl providerRené Korthaus2016-12-171-1/+17
* Pubkey cleanupsJack Lloyd2016-11-121-6/+3
* Remove Key_Type typedefsJack Lloyd2016-11-081-1/+0
* Avoid possibility of mismatched brackets.Jack Lloyd2016-10-311-2/+6
* Static analyzer fixesJack Lloyd2016-10-251-1/+0
* Small cleanup in OpenSSL ECJack Lloyd2016-10-211-12/+13
* The other half of 55b8fb5Jack Lloyd2016-10-091-7/+9
* OpenSSL fixesJack Lloyd2016-10-071-3/+3
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-52/+36
* Clean up PK decryption encoding.Jack Lloyd2016-03-201-1/+0
* Add ECDH via OpenSSLJack Lloyd2016-01-041-0/+304