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