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