Age | Commit message (Expand) | Author |
2017-04-10 | Use freezero() for the internal opaque structures, instead of the current | Joel Sing |
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 | Add support for setting the supported EC curves via | Joel Sing |
2017-01-24 | sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from | Joel Sing |
2017-01-24 | ssl_sess_cert_free() checks for NULL, so do not bother doing it at the | Joel Sing |
2017-01-24 | There is no point in zeroing fields that exist within a struct that is | Joel Sing |
2017-01-23 | Split most of SSL_METHOD out into an internal variant, which is opaque. | Joel Sing |
2017-01-23 | Move a large part of ssl_st into internal, so we can see what squeals. | Bob Beck |
2017-01-23 | Move ex_data, next and prev from SSL_SESSION to internal. | Joel Sing |
2017-01-23 | Move most of the fields in SSL_CTX to internal - the ones that remain are | Joel Sing |
2017-01-23 | move the callbacks from ssl_st to internal | Bob Beck |
2017-01-23 | Move callback function pointers and argument pointers from SSL_CTX to | Joel Sing |
2017-01-23 | Move not_resumable and sess_cert from SSL_SESSION to internal. | Joel Sing |
2017-01-23 | Move the stats struct from SSL_CTX to internal. | Joel Sing |
2017-01-22 | Move internal parts of ssl_session_st to internal | Bob Beck |
2017-01-22 | Convert publically visible structs to translucent structs. | Joel Sing |
2016-11-02 | Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FN | Joel Sing |
2016-11-02 | Wrap some >80 char lines. | Joel Sing |
2016-09-04 | Sort and group functions. | Joel Sing |
2016-09-04 | Expand IMPLEMENT_PEM macros. | Joel Sing |
2016-03-11 | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | Michael McConville |
2015-09-10 | Remove support for DTLS_BAD_VER. We do not support non-standard and | Joel Sing |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-08-27 | Remove SSLv3 support from LibreSSL. | Doug Hogan |
2015-07-21 | Remove duplicate check in libssl. | Doug Hogan |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-11-08 | Clean up more SSLv2 remnants. | Joel Sing |
2014-10-18 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-09-22 | Refactor and simplify the ECC extension handling. The existing code | Joel Sing |
2014-08-11 | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | Joel Sing |
2014-08-10 | Since we no longer need to support SSLv2-style cipher lists, start | Joel Sing |
2014-07-13 | The bell tolls for BUF_strdup - Start the migration to using | Bob Beck |
2014-07-12 | Apply a large dose of KNF. | Joel Sing |
2014-07-11 | Remove the PSK code. We don't need to drag around this | Bob Beck |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst |
2014-06-21 | always compare memcmp against 0, for clarity. | Ted Unangst |
2014-06-19 | convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoring | Ted Unangst |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-04 | without overthinking it, replace a few memcmp calls with CRYPTO_memcmp | Ted Unangst |
2014-05-31 | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | Joel Sing |
2014-05-31 | TLS would not be entirely functional without extensions, so unifdef | Joel Sing |
2014-05-28 | There is no point in checking if a pointer is non-NULL before calling free, | Joel Sing |
2014-05-05 | Remove SRP and Kerberos support from libssl. These are complex protocols | Ted Unangst |
2014-04-23 | whitespace | Ted Unangst |
2014-04-21 | more malloc/realloc/calloc cleanups; ok beck kettenis | Theo de Raadt |
2014-04-20 | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | Philip Guenther |
2014-04-19 | More KNF and style consistency tweaks | Philip Guenther |
2014-04-17 | kill REF_PRINT/REF_CHECK debugging framework noone would use | Theo de Raadt |