summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_rsa.c
AgeCommit message (Expand)Author
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-21Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-05-27Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-15Make sure we use the libctx in libssl when loading PrivateKeysMatt Caswell
2020-04-09Explicitly cache the X509v3_extensions in one more place in libsslMatt Caswell
2020-04-08EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte
2020-03-30Explicitly cache X509v3 extensions in libsslMatt Caswell
2019-11-16commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8raniervf
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-03-20Update copyright yearMatt Caswell
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short
2017-10-18Remove parentheses of return.KaoruToda
2017-07-13Use certificate tables instead of ssl_cert_typeDr. Stephen Henson
2017-05-19Try to be more consistent about the alerts we sendMatt Caswell
2017-05-04Updates to serverinfo fix based on review feedbackMatt Caswell
2017-05-04Fix SSL_CTX_use_serverinfo_ex() et al to properly handle V1 dataMatt Caswell
2017-05-04Revert "Fix clang compile time error"Matt Caswell
2017-05-04Fix clang compile time errorTodd Short
2017-05-03Clarify serverinfo usage with Certificate messagesMatt Caswell
2017-05-03Add an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1Matt Caswell
2017-05-03Extend the SERVERINFO file format to include an extensions contextMatt Caswell
2017-04-07Create an ENDPOINT enum type for use internallyMatt Caswell
2017-04-07Implement a new custom extensions APIMatt Caswell
2017-03-10Use the callbacks from the SSL object instead of the SSL_CTX objectPauli
2016-08-18Indent ssl/Emilia Kasper
2016-08-05Remove OPENSSL_NO_STDIO guards around certain SSL cert/key functionsRichard Levitte
2016-07-16fix memory leaksMiroslav Franc
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-12Don't leak memory if realloc fails.Dr. Stephen Henson
2016-05-02Remove confusing comment.TJ Saunders
2016-05-02Issue #719:TJ Saunders
2016-03-03fix no-ec buildDr. Stephen Henson
2016-02-28TLS support for X25519Dr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell
2015-10-02Remove BIO_s_file_internal macro.Rich Salz
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-16Fix return values when adding serverinfo fails.Kurt Roeckx