aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_rsa.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Remove unreachable code from SSL_use_certificate_file() as in SSL_CTX_use_cer...atishkov2023-07-171-8/+4
* first cut at sigalg loadingMichael Baentsch2023-02-241-11/+11
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-16/+10
* Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala2022-08-261-21/+60
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-13/+49
* Fix coverity 1504433: unchecked return valuePauli2022-05-191-0/+1
* Add return value check of EVP_PKEY_copy_parameters () in ssl_set_cert_and_key()Zhou Qingyang2022-05-161-2/+8
* Update copyright yearMatt Caswell2022-05-031-1/+1
* ssl: replace ;; with ; as statement separatorPauli2022-01-181-1/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-6/+7
* ssl: coverity 1465527 - dereference after null checkPauli2021-03-201-0/+3
* 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