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