| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -6/+6 |
* | Move most of the fields in SSL_CTX to internal - the ones that remain are | jsing | 2017-01-23 | 1 | -5/+5 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -3/+3 |
* | Move callback function pointers and argument pointers from SSL_CTX to | jsing | 2017-01-23 | 1 | -3/+4 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -2/+2 |
* | Add support for ECDHE with X25519. | jsing | 2016-12-21 | 1 | -1/+2 |
* | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | mmcc | 2016-03-11 | 1 | -13/+7 |
* | Nuke ssl_set_peer_cert_type(). | jsing | 2015-09-11 | 1 | -8/+1 |
* | readdir() is thread-safe when DIR handles aren't shared, so delete the lock. | guenther | 2015-04-06 | 1 | -3/+1 |
* | Remove trailing whitespace. | jsing | 2014-12-14 | 1 | -9/+9 |
* | Remove support for GOST R 34.10-94 signature authentication, along with | jsing | 2014-12-10 | 1 | -2/+1 |
* | Remove client handling of RSA in ServerKeyExchange messages, along with | jsing | 2014-12-06 | 1 | -2/+1 |
* | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | miod | 2014-11-18 | 1 | -1/+5 |
* | Sort and group includes. | jsing | 2014-11-16 | 1 | -6/+7 |
* | Add support for automatic DH ephemeral keys. | jsing | 2014-10-31 | 1 | -1/+2 |
* | Remove support for ephemeral/temporary RSA private keys. | jsing | 2014-10-31 | 1 | -9/+1 |
* | Add support for automatic ephemeral EC keys. | jsing | 2014-10-03 | 1 | -1/+2 |
* | KNF comments, reflowing and moving out of the middle of argument lists in | guenther | 2014-07-10 | 1 | -16/+25 |
* | tedu the SSL export cipher handling - since we do not have enabled export | jsing | 2014-07-09 | 1 | -3/+1 |
* | Fix memory leak in error path. | logan | 2014-06-21 | 1 | -2/+2 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | No, we will not be building with OPENSSL_NO_X509_VERIFY. Nuke it and | jsing | 2014-06-08 | 1 | -14/+8 |
* | BIO_free has an implicit NULL check, so do not bother checking for NULL | jsing | 2014-06-07 | 1 | -4/+2 |
* | The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all have | jsing | 2014-06-07 | 1 | -22/+12 |
* | More KNF. | jsing | 2014-06-07 | 1 | -19/+22 |
* | remove some #if 0 code. we don't need any more reminders that we're using | tedu | 2014-05-30 | 1 | -14/+0 |
* | Any sane platform has stdio. Stop pretending we will ever use a platform | beck | 2014-05-29 | 1 | -2/+0 |
* | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | tedu | 2014-05-29 | 1 | -22/+0 |
* | We don't really to keep history in constructs such as: | miod | 2014-05-26 | 1 | -6/+1 |
* | There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an | jsing | 2014-05-22 | 1 | -1/+0 |
* | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 1 | -1/+1 |
* | more malloc/realloc/calloc cleanups; ok beck kettenis | deraadt | 2014-04-21 | 1 | -9/+3 |