Age | Commit message (Expand) | Author |
2024-07-22 | Use cipher suite values instead of IDs. | Joel Sing |
2024-07-20 | Remove cipher from SSL_SESSION. | Joel Sing |
2023-07-08 | Hide all public symbols in libssl | Bob Beck |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2022-06-07 | Simplify another CBS_write_bytes() call in d2i_SSL_SESSION() | Theo Buehler |
2022-06-07 | Simplify various CBS_write_bytes() calls | Theo Buehler |
2022-06-07 | Simplify CBS_write_bytes() invocation | Theo Buehler |
2022-06-06 | Use SSL3_CK_VALUE_MASK instead of hardcoded 0xffff and remove some | Theo Buehler |
2022-01-11 | Rename 'peer' to 'peer_cert' in SSL_SESSION. | Joel Sing |
2021-10-23 | Change tlsext_tick_lifetime_hint to uint32_t. | Joel Sing |
2021-05-16 | Make local header inclusion consistent. | Joel Sing |
2021-03-29 | whitespace nits | Theo Buehler |
2018-08-27 | Simplify new session ticket encoding/generation. | Joel Sing |
2018-03-20 | In i2d_SSL_SESSION(), on error call CBB_cleanup() with the correct CBB. | Joel Sing |
2017-05-06 | Add missing $OpenBSD$ tags. | Joel Sing |
2017-04-30 | Switch back to freezero() and explicitly initialise data_len to zero. The | Joel Sing |
2017-04-16 | backout previous, data_len is not always initialized | Otto Moerbeek |
2017-04-14 | Switch i2d_SSL_SESSION() back to freezero(3) now that the size constraints | Joel Sing |
2017-04-11 | Revert ssl_asn1.c r1.50 - CBB and freezero(3) do not play nicely together. | Joel Sing |
2017-04-10 | Use freezero() for i2d_SSL_SESSION() - one line of code instead of three. | Joel Sing |
2017-02-07 | Change SSLerror() back to taking two args, with the first one being an SSL *. | Bob Beck |
2017-01-26 | Send the error function codes to rot in the depths of hell where they belong | Bob Beck |
2016-12-26 | Restore previous ASN.1 encoding for the peer certificate - this was | Joel Sing |
2016-12-26 | Restore previous behaviour of incrementing the pointer so that it points | Joel Sing |
2016-12-07 | Ensure that we zero memory used to hold the ASN.1 encoded session, since | Joel Sing |
2016-12-03 | Avoid signed vs unsigned warnings from clang by adding two casts, | Joel Sing |
2016-11-05 | One of the error paths would attempt to access not-yet-initialized locals. | Miod Vallat |
2016-11-04 | Completely rewrite the session handling ASN.1 code using CBB and CBS. This | Joel Sing |
2016-03-11 | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | Michael McConville |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-10-20 | SSL: Fix memory leak in d2i_SSL_SESSION. | Brent Cook |
2014-10-16 | Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, use | Bob Beck |
2014-07-13 | Stop leaking internal library pointers in error messages. | Joel Sing |
2014-07-13 | Explicitly initialise slen - this was not previously done due to a missing | Joel Sing |
2014-07-13 | Convert error handling to SSLerr and ERR_asprintf_error_data. | Joel Sing |
2014-07-13 | Convert d2i_SSL_SESSION to ASN1 primitives, instead of the horrific | Joel Sing |
2014-07-13 | Remove license introduced with the PSK code, which has since been removed. | Joel Sing |
2014-07-13 | Another compression remnant. | Joel Sing |
2014-07-13 | Rewrite i2d_SSL_SESSION to use the ASN1 primitives, rather than using the | Joel Sing |
2014-07-13 | KNF and some code cleaning. | Joel Sing |
2014-07-11 | Missing initialization for error line in error paths; from Coverity via | Miod Vallat |
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-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-05-31 | TLS would not be entirely functional without extensions, so unifdef | Joel Sing |
2014-05-05 | Remove SRP and Kerberos support from libssl. These are complex protocols | Ted Unangst |
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 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-16 | add back SRP. i was being too greedy. | Ted Unangst |