summaryrefslogtreecommitdiff
path: root/ssl/ssl_rsa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-2/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Don't copy parameters on setting a key in libsslMatt Caswell2021-01-221-20/+3
* Deprecate RSA harderRichard Levitte2020-11-181-171/+0
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-80/+77
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-6/+6
* Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley2020-09-211-26/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Add X509 related libctx changes.Shane Lontis2020-07-241-48/+77
* Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb2020-05-271-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Make sure we use the libctx in libssl when loading PrivateKeysMatt Caswell2020-04-151-9/+15
* Explicitly cache the X509v3_extensions in one more place in libsslMatt Caswell2020-04-091-0/+6
* EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte2020-04-081-1/+1
* Explicitly cache X509v3 extensions in libsslMatt Caswell2020-03-301-0/+9
* commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf2019-11-161-6/+8
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-121-1/+1
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Add SSL/SSL_CTX_use_cert_and_key()Todd Short2018-03-091-0/+111
* Remove parentheses of return.KaoruToda2017-10-181-35/+35
* Use certificate tables instead of ssl_cert_typeDr. Stephen Henson2017-07-131-8/+7
* Try to be more consistent about the alerts we sendMatt Caswell2017-05-191-1/+1
* Updates to serverinfo fix based on review feedbackMatt Caswell2017-05-041-8/+9
* Fix SSL_CTX_use_serverinfo_ex() et al to properly handle V1 dataMatt Caswell2017-05-041-7/+22
* Revert "Fix clang compile time error"Matt Caswell2017-05-041-6/+3
* Fix clang compile time errorTodd Short2017-05-041-3/+6
* Clarify serverinfo usage with Certificate messagesMatt Caswell2017-05-031-0/+4
* Add an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1Matt Caswell2017-05-031-6/+6
* Extend the SERVERINFO file format to include an extensions contextMatt Caswell2017-05-031-89/+153
* Create an ENDPOINT enum type for use internallyMatt Caswell2017-04-071-1/+2
* Implement a new custom extensions APIMatt Caswell2017-04-071-20/+9
* Use the callbacks from the SSL object instead of the SSL_CTX objectPauli2017-03-101-8/+6
* Indent ssl/Emilia Kasper2016-08-181-11/+7
* Remove OPENSSL_NO_STDIO guards around certain SSL cert/key functionsRichard Levitte2016-08-051-14/+0
* fix memory leaksMiroslav Franc2016-07-161-0/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Don't leak memory if realloc fails.Dr. Stephen Henson2016-05-121-2/+4
* Remove confusing comment.TJ Saunders2016-05-021-1/+0
* Issue #719:TJ Saunders2016-05-021-7/+22
* fix no-ec buildDr. Stephen Henson2016-03-031-2/+2
* TLS support for X25519Dr. Stephen Henson2016-02-281-0/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-6/+6
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-311-9/+4
* Remove fixed DH ciphersuites.Dr. Stephen Henson2015-12-191-16/+1
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-2/+21
* Fix SSL_use_certificate_chain_fileMatt Caswell2015-11-101-6/+15