aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/openssl/openssl_ec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the OpenSSL providerJack Lloyd2021-10-281-378/+0
* More uses of make_unique instead of unique_ptr(new ...)Jack Lloyd2021-04-041-3/+3
* Don't use shouting case for ASN1_{Type,Class} valuesJack Lloyd2021-01-131-2/+2
* Add some helpers for start_consJack Lloyd2021-01-131-4/+4
* Split ASN1 tags enum class into 2 enum classessledgehammer_9992021-01-111-4/+4
* Convert ASN1_Tag to an enum classJack Lloyd2020-12-201-5/+5
* Convert EC_Group_Encoding to enum classJack Lloyd2020-12-151-1/+1
* Add -Wshorten-64-to-32 for ClangJack Lloyd2020-11-081-10/+5
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-2/+1
* Fix a memory leak in OpenSSL ECDHJack Lloyd2018-12-031-3/+5
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-10/+10
* Switch LibreSSL provider to OpenSSL 1.1 APIAlexander Bluhm2018-11-071-2/+2
* Resolve a leak in OpenSSL ECDSA verification for old OpenSSLJack Lloyd2018-10-031-5/+13
* Fix for OpenSSLJack Lloyd2018-08-121-0/+4
* Add functions to get size of PK ciphertext,plaintextJack Lloyd2018-08-101-1/+1
* Add PK_Signer::signature_lengthJack Lloyd2018-08-101-6/+8
* Handle another possible OpenSSL error only seen on non-x86_64Jack Lloyd2018-07-171-7/+16
* Handle EC_R_BAD_SIGNATURE from OpenSSLJack Lloyd2018-05-311-0/+11
* Add PointGFp::encode as replacement for EC2OSPJack Lloyd2018-03-101-2/+2
* Avoid deprecated functions in OpenSSL provider [ci skip]Jack Lloyd2018-02-011-3/+3
* Apply final annotations to the library alsoJack Lloyd2017-09-221-3/+3
* 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