summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_rsa.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-07-17Remove unreachable code from SSL_use_certificate_file() as in SSL_CTX_use_cer...atishkov
2023-02-24first cut at sigalg loadingMichael Baentsch
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-08-26Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-05-19Fix coverity 1504433: unchecked return valuePauli
2022-05-16Add return value check of EVP_PKEY_copy_parameters () in ssl_set_cert_and_key()Zhou Qingyang
2022-05-03Update copyright yearMatt Caswell
2022-01-18ssl: replace ;; with ; as statement separatorPauli
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-03-20ssl: coverity 1465527 - dereference after null checkPauli
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-22Don't copy parameters on setting a key in libsslMatt Caswell
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