summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_rsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix two more unchecked EVP_PKEY_assign() callstb2023-12-301-17/+25
* Hide all public symbols in libsslbeck2023-07-081-1/+22
* Make internal header file names consistenttb2022-11-261-2/+2
* Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()tb2022-08-311-4/+12
* Revert r1.46. Causes fireworks in regress.tb2022-08-311-9/+5
* Avoid potential NULL dereference in ssl_set_pkey()tb2022-08-311-5/+9
* Rename use_* to ssl_use_* for consistency.tb2022-06-301-9/+10
* Make ssl_cert_add{0,1}_chain_cert() take ssl/ctxtb2022-06-291-6/+2
* ssl_cert_set{0,1}_chain() take ssl/ctxtb2022-06-291-2/+2
* Add a security check to ssl_set_cert()tb2022-06-291-1/+7
* Make ssl_set_{cert,pkey} take an ssl/ctxtb2022-06-291-12/+20
* Refactor use_certificate_chain_* to take ssl/ctx instead of a certtb2022-06-291-19/+33
* Cleanup/simplify ssl_cert_type()jsing2022-02-031-3/+3
* Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.jsing2022-01-081-9/+9
* Stop using BIO_s_file_inernal() in libssl.tb2021-11-291-8/+8
* Simplify two weirdly formatted pieces of code in ssl_rsa.c and stoptb2021-11-261-27/+25
* Unhandroll X509_up_ref()tb2021-10-231-2/+2
* Indent all labels with a single space.jsing2021-06-111-9/+9
* Make local header inclusion consistent.jsing2021-05-161-3/+3
* Prepare to provide SSL_use_certificate_chain_file()tb2021-03-191-14/+36
* Rework ssl_ctx_use_certificate_chain_bio() to use the CERT_PKEY chain.jsing2019-03-251-46/+26
* Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.jsing2018-11-081-25/+1
* OpenSSL started adding const to functions all over the place. Make alltb2018-04-251-16/+8
* Change SSLerror() back to taking two args, with the first one being an SSL *.beck2017-02-071-52/+52
* Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the uglybeck2017-01-261-5/+3
* Send the error function codes to rot in the depths of hell where they belongbeck2017-01-261-52/+52
* sk_pop_free() checks for NULL so do not bother doing it from the callers.jsing2017-01-241-5/+3
* move default_passwd_cb and default_passwd_cb_userdata back intobeck2017-01-231-17/+17
* Move most of the fields in SSL_CTX to internal - the ones that remain arejsing2017-01-231-7/+7
* Move callback function pointers and argument pointers from SSL_CTX tojsing2017-01-231-17/+17
* X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc2016-03-111-9/+5
* Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().reyk2015-02-061-2/+2
* Remove trailing whitespace.jsing2014-12-141-7/+7
* Sort and group includes.jsing2014-11-161-3/+5
* Add a new API function SSL_CTX_use_certificate_chain() that allows toreyk2014-09-281-16/+48
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-3/+2
* KNF, particularly wrapped lines of calls to PEM_read_bio_FOO() andguenther2014-06-221-24/+44
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* BIO_free has an implicit NULL check, so do not bother checking for NULLjsing2014-06-071-14/+7
* Any sane platform has stdio. Stop pretending we will ever use a platformbeck2014-05-291-14/+0
* always build in RSA and DSA. ok deraadt miodtedu2014-04-171-10/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-466/+416
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-5/+9
* resolve conflicts, fix local changesdjm2010-10-011-1/+1
* resolve conflictsdjm2008-09-061-75/+37
* resolve conflictsdjm2005-04-291-1/+1
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-1/+3
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-21/+21
* OpenSSL 0.9.4 mergebeck1999-09-291-174/+158