summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_rsa.c
AgeCommit message (Expand)Author
2023-12-30Fix two more unchecked EVP_PKEY_assign() callsTheo Buehler
2023-07-08Hide all public symbols in libsslBob Beck
2022-11-26Make internal header file names consistentTheo Buehler
2022-08-31Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()Theo Buehler
2022-08-31Revert r1.46. Causes fireworks in regress.Theo Buehler
2022-08-31Avoid potential NULL dereference in ssl_set_pkey()Theo Buehler
2022-06-30Rename use_* to ssl_use_* for consistency.Theo Buehler
2022-06-29Make ssl_cert_add{0,1}_chain_cert() take ssl/ctxTheo Buehler
2022-06-29ssl_cert_set{0,1}_chain() take ssl/ctxTheo Buehler
2022-06-29Add a security check to ssl_set_cert()Theo Buehler
2022-06-29Make ssl_set_{cert,pkey} take an ssl/ctxTheo Buehler
2022-06-29Refactor use_certificate_chain_* to take ssl/ctx instead of a certTheo Buehler
2022-02-03Cleanup/simplify ssl_cert_type()Joel Sing
2022-01-08Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.Joel Sing
2021-11-29Stop using BIO_s_file_inernal() in libssl.Theo Buehler
2021-11-26Simplify two weirdly formatted pieces of code in ssl_rsa.c and stopTheo Buehler
2021-10-23Unhandroll X509_up_ref()Theo Buehler
2021-06-11Indent all labels with a single space.Joel Sing
2021-05-16Make local header inclusion consistent.Joel Sing
2021-03-19Prepare to provide SSL_use_certificate_chain_file()Theo Buehler
2019-03-25Rework ssl_ctx_use_certificate_chain_bio() to use the CERT_PKEY chain.Joel Sing
2018-11-08Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.Joel Sing
2018-04-25OpenSSL started adding const to functions all over the place. Make allTheo Buehler
2017-02-07Change SSLerror() back to taking two args, with the first one being an SSL *.Bob Beck
2017-01-26Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the uglyBob Beck
2017-01-26Send the error function codes to rot in the depths of hell where they belongBob Beck
2017-01-24sk_pop_free() checks for NULL so do not bother doing it from the callers.Joel Sing
2017-01-23move default_passwd_cb and default_passwd_cb_userdata back intoBob Beck
2017-01-23Move most of the fields in SSL_CTX to internal - the ones that remain areJoel Sing
2017-01-23Move callback function pointers and argument pointers from SSL_CTX toJoel Sing
2016-03-11X509_free(3) is NULL-safe, so remove NULL checks before its calls.Michael McConville
2015-02-06Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().Reyk Floeter
2014-12-14Remove trailing whitespace.Joel Sing
2014-11-16Sort and group includes.Joel Sing
2014-09-28Add a new API function SSL_CTX_use_certificate_chain() that allows toReyk Floeter
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-06-22KNF, particularly wrapped lines of calls to PEM_read_bio_FOO() andPhilip Guenther
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07BIO_free has an implicit NULL check, so do not bother checking for NULLJoel Sing
2014-05-29Any sane platform has stdio. Stop pretending we will ever use a platformBob Beck
2014-04-17always build in RSA and DSA. ok deraadt miodTed Unangst
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2010-10-01resolve conflicts, fix local changesDamien Miller
2008-09-06resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller
2003-11-11merge 0.9.7c; minor bugsfixes;Markus Friedl
2002-09-10merge openssl-0.9.7-beta3, tested on vax by miod@Markus Friedl
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck