| Commit message (Expand) | Author | Age | Files | Lines |
| * | Handle DTLS1_2_VERSION in various places. | jsing | 2021-02-20 | 1 | -1/+2 |
| * | Condense and simplify TLS methods. | jsing | 2020-10-11 | 1 | -2/+2 |
| * | Prepare to provide SSL_SESSION_{set,get}_max_early_data() | tb | 2020-09-19 | 1 | -1/+13 |
| * | Simplify SSL method lookups. | jsing | 2020-09-17 | 1 | -4/+2 |
| * | Cleanup and simplify SSL_set_session(). | jsing | 2020-09-14 | 1 | -36/+22 |
| * | KNF and comment tweaks | tb | 2020-09-02 | 1 | -8/+10 |
| * | Zero out data to avoid leaving stack garbage in the tail of | tb | 2020-09-01 | 1 | -1/+3 |
| * | The bumping of sess_cb_hit stats can wait until handling of | tb | 2020-09-01 | 1 | -4/+3 |
| * | In the explanatory comment of ssl_get_prev_session fix the spelling of | tb | 2020-09-01 | 1 | -5/+6 |
| * | Split session retrieval out of ssl_get_prev_session() | tb | 2020-09-01 | 1 | -78/+92 |
| * | copy session id directly in ssl_get_prev_session | tb | 2020-09-01 | 1 | -3/+16 |
| * | indent the only other label in this file | tb | 2020-09-01 | 1 | -2/+2 |
| * | Indent label and remove dangling else | tb | 2020-09-01 | 1 | -4/+4 |
| * | Zap NULL check before SSL_SESSION_free() | tb | 2020-09-01 | 1 | -3/+2 |
| * | Rename the session pointer ret to sess | tb | 2020-09-01 | 1 | -25/+25 |
| * | Return code tweaks for session ticket handlers | tb | 2020-08-31 | 1 | -9/+7 |
| * | Send alert on ssl_get_prev_session failure | tb | 2020-08-31 | 1 | -6/+7 |
| * | Pass the session ID down to the session/ticket handling code as a CBS. | jsing | 2019-04-22 | 1 | -9/+10 |
| * | This case also needs to be fatal. | jsing | 2019-04-04 | 1 | -1/+2 |
| * | mark ERR_R_INTERNAL_ERROR instead of assert or _exit, sigh | deraadt | 2019-04-01 | 1 | -3/+3 |
| * | do not call assert(), which has a tendency to leave traces of stuff in | deraadt | 2019-03-24 | 1 | -2/+3 |
| * | Simplify session ticket parsing/handling. | jsing | 2018-08-24 | 1 | -11/+11 |
| * | OpenSSL started adding const to functions all over the place. Make all | tb | 2018-04-25 | 1 | -4/+4 |
| * | Provide SSL_SESSION_set1_id() | tb | 2018-03-20 | 1 | -1/+14 |
| * | Bring in compatibility for OpenSSL 1.1 style init functions. | beck | 2018-03-17 | 1 | -1/+6 |
| * | Provide SSL_SESSION_get_ticket_lifetime_hint() and | tb | 2018-03-17 | 1 | -1/+13 |
| * | SSL_SESSION_get_protocol_version() takes a const SSL_SESSION *. | tb | 2018-03-17 | 1 | -2/+2 |
| * | Provide SSL_SESSION_get0_id_context(). | jsing | 2018-03-17 | 1 | -6/+14 |
| * | Provide SSL_SESSION_up_ref(). | jsing | 2018-02-22 | 1 | -1/+8 |
| * | Provide SSL_SESSION_get_protocol_version() | tb | 2018-02-20 | 1 | -1/+7 |
| * | Provide SSL_SESSION_get_master_key() | jsing | 2018-02-17 | 1 | -1/+18 |
| * | Use freezero() for the internal opaque structures, instead of the current | jsing | 2017-04-10 | 1 | -6/+3 |
| * | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -15/+15 |
| * | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | beck | 2017-01-26 | 1 | -23/+12 |
| * | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -15/+15 |
| * | Add support for setting the supported EC curves via | jsing | 2017-01-24 | 1 | -4/+4 |
| * | sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from | jsing | 2017-01-24 | 1 | -3/+2 |
| * | ssl_sess_cert_free() checks for NULL, so do not bother doing it at the | jsing | 2017-01-24 | 1 | -3/+6 |
| * | There is no point in zeroing fields that exist within a struct that is | jsing | 2017-01-24 | 1 | -3/+1 |
| * | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -4/+3 |
| * | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -15/+15 |
| * | Move ex_data, next and prev from SSL_SESSION to internal. | jsing | 2017-01-23 | 1 | -24/+24 |
| * | Move most of the fields in SSL_CTX to internal - the ones that remain are | jsing | 2017-01-23 | 1 | -28/+28 |
| * | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -7/+7 |
| * | Move callback function pointers and argument pointers from SSL_CTX to | jsing | 2017-01-23 | 1 | -22/+22 |
| * | Move not_resumable and sess_cert from SSL_SESSION to internal. | jsing | 2017-01-23 | 1 | -5/+5 |
| * | Move the stats struct from SSL_CTX to internal. | jsing | 2017-01-23 | 1 | -6/+6 |
| * | Move internal parts of ssl_session_st to internal | beck | 2017-01-22 | 1 | -9/+9 |
| * | Convert publically visible structs to translucent structs. | jsing | 2017-01-22 | 1 | -4/+12 |
| * | Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FN | jsing | 2016-11-02 | 1 | -5/+11 |