Age | Commit message (Expand) | Author |
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 |
2014-04-16 | disentangle SRP code from TLS | Ted Unangst |
2014-04-16 | Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap from | Philip Guenther |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2012-10-13 | resolve conflicts | Damien Miller |
2011-11-03 | openssl-1.0.0e: resolve conflicts | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | Damien Miller |
2008-09-06 | resolve conflicts | Damien Miller |
2006-06-27 | resolve conflicts | Damien Miller |
2005-04-29 | resolve conflicts | Damien Miller |
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl |
2002-09-14 | merge with openssl-0.9.7-stable-SNAP-20020911, | Markus Friedl |