| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GOST and STREEBOG support from libssl. | beck | 2024-02-03 | 1 | -5/+1 |
* | Hide all public symbols in libssl | beck | 2023-07-08 | 1 | -1/+12 |
* | Move verified_chain from SSL to SSL_HANDSHAKE | tb | 2023-05-26 | 1 | -5/+5 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
* | Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL. | jsing | 2022-10-02 | 1 | -19/+19 |
* | Unifdef LIBRESSL_HAS_SECURITY_LEVEL and remove some workarounds | tb | 2022-07-07 | 1 | -7/+1 |
* | Call certificate variables cert and certs, rather than x and sk | jsing | 2022-07-02 | 1 | -6/+6 |
* | Make ssl_cert_add{0,1}_chain_cert() take ssl/ctx | tb | 2022-06-29 | 1 | -8/+20 |
* | ssl_cert_set{0,1}_chain() take ssl/ctx | tb | 2022-06-29 | 1 | -7/+24 |
* | Refactor use_certificate_chain_* to take ssl/ctx instead of a cert | tb | 2022-06-29 | 1 | -1/+10 |
* | Make sure the verifier checks the security level in cert chains | tb | 2022-06-29 | 1 | -2/+9 |
* | Copy the security level stuff in ssl_cert_dup() | tb | 2022-06-28 | 1 | -1/+5 |
* | Set up the default callback in SSL_CERT | tb | 2022-06-28 | 1 | -1/+8 |
* | Bye bye S3I. | jsing | 2022-02-05 | 1 | -2/+2 |
* | Error check for sk_push in libssl | inoguchi | 2022-01-28 | 1 | -4/+7 |
* | Merge SESS_CERT into SSL_SESSION. | jsing | 2022-01-08 | 1 | -36/+1 |
* | Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY. | jsing | 2022-01-08 | 1 | -13/+13 |
* | Rename dh_tmp to dhe_params. | jsing | 2022-01-07 | 1 | -8/+8 |
* | Stop attempting to duplicate the public and private key of dh_tmp. | jsing | 2022-01-07 | 1 | -17/+1 |
* | Convert legacy TLS client to tls_key_share. | jsing | 2022-01-06 | 1 | -5/+1 |
* | Stop using BIO_s_file_inernal() in libssl. | tb | 2021-11-29 | 1 | -3/+3 |
* | Stop reaching into EVP_PKEY in the rest of libssl. | tb | 2021-11-26 | 1 | -4/+2 |
* | Add SSL_get0_verified_chain - needed by some new stuff | beck | 2021-10-23 | 1 | -1/+10 |
* | Unhandroll X509_up_ref() | tb | 2021-10-23 | 1 | -3/+2 |
* | Change ssl_verify_cert_chain() for compatibility with opaque | tb | 2021-10-23 | 1 | -16/+19 |
* | Indent all labels with a single space. | jsing | 2021-06-11 | 1 | -3/+3 |
* | Clean up TLSv1.2 certificate request handshake data. | jsing | 2021-04-21 | 1 | -2/+2 |
* | Garbage collect s->internal->type | tb | 2021-03-27 | 1 | -2/+2 |
* | fix another misleading line break and indentlibressl-v3.3.0 | tb | 2020-11-20 | 1 | -3/+4 |
* | fix confusing line break and indent | tb | 2020-11-20 | 1 | -3/+4 |
* | Handle GOST in ssl_cert_dup(). | jsing | 2020-06-05 | 1 | -1/+5 |
* | Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA. | jsing | 2020-05-19 | 1 | -9/+4 |
* | s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there is | bcook | 2019-05-15 | 1 | -3/+2 |
* | Avoid leak in SSL_dup_CA_list() | tb | 2019-04-13 | 1 | -8/+14 |
* | Strip out all of the pkey to sigalg and sigalg to pkey linkages. | jsing | 2019-03-25 | 1 | -23/+1 |
* | Add a chain member to CERT_PKEY and provide functions for manipulating it. | jsing | 2019-03-25 | 1 | -2/+66 |
* | Revert previous - the default sigalg for RSA key exchange is {sha1,rsa}. | jsing | 2018-11-19 | 1 | -4/+4 |
* | Unbreak legacy ciphers for prior to 1.1 by setting having a legacy | beck | 2018-11-16 | 1 | -4/+4 |
* | Stop keeping track of sigalgs by guessing it from digest and pkey, | beck | 2018-11-10 | 1 | -9/+13 |
* | Stop pretending that a cert member in a SSL and SSL_CTX can be NULL. | jsing | 2018-11-08 | 1 | -29/+1 |
* | Mop up ecdh_tmp, since it is no longer used. | jsing | 2018-11-05 | 1 | -11/+1 |
* | OpenSSL started adding const to functions all over the place. Make all | tb | 2018-04-25 | 1 | -2/+2 |
* | Remove support for DSS/DSA, since we removed the cipher suites a while | jsing | 2017-08-12 | 1 | -7/+1 |
* | Clean up the EC key/curve configuration handling. | jsing | 2017-08-10 | 1 | -3/+1 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -16/+16 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -2/+2 |
* | 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 | -16/+16 |
* | sk_free() checks for NULL so do not bother doing it from the callers. | jsing | 2017-01-24 | 1 | -3/+3 |
* | sk_pop_free() checks for NULL so do not bother doing it from the callers. | jsing | 2017-01-24 | 1 | -9/+4 |