aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/openssl/openssl_rsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bad iterator deref in OpenSSL RSAJack Lloyd2017-08-251-1/+3
* 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-4/+18
* Generate private RSA key with OpenSSL.Alexander Bluhm2017-04-301-0/+36
* Merge GH #1032 Throw exception with OpenSSL error message if OpenSSL API call...Jack Lloyd2017-04-291-0/+2
|\
| * Throw OpenSSL exception if any OpenSSL function failed.Alexander Bluhm2017-04-291-0/+2
* | Do not load OpenSSL error messages in library.Alexander Bluhm2017-04-281-1/+0
|/
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-20/+20
* Add Private_Key::private_key_info()René Korthaus2016-12-051-2/+2
* Add Public_Key::subject_public_key()René Korthaus2016-12-051-2/+2
* Pubkey cleanupsJack Lloyd2016-11-121-2/+0
* Remove Key_Type typedefsJack Lloyd2016-11-081-4/+0
* OpenSSL fixesJack Lloyd2016-10-071-1/+1
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-17/+5
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-60/+37
* Clean up PK decryption encoding.Jack Lloyd2016-03-201-3/+11
* Merge the openssl code together.Jack Lloyd2015-12-191-0/+284