summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_sess.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass the session ID down to the session/ticket handling code as a CBS.jsing2019-04-221-9/+10
* This case also needs to be fatal.jsing2019-04-041-1/+2
* mark ERR_R_INTERNAL_ERROR instead of assert or _exit, sighderaadt2019-04-011-3/+3
* do not call assert(), which has a tendency to leave traces of stuff inderaadt2019-03-241-2/+3
* Simplify session ticket parsing/handling.jsing2018-08-241-11/+11
* OpenSSL started adding const to functions all over the place. Make alltb2018-04-251-4/+4
* Provide SSL_SESSION_set1_id()tb2018-03-201-1/+14
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-171-1/+6
* Provide SSL_SESSION_get_ticket_lifetime_hint() andtb2018-03-171-1/+13
* SSL_SESSION_get_protocol_version() takes a const SSL_SESSION *.tb2018-03-171-2/+2
* Provide SSL_SESSION_get0_id_context().jsing2018-03-171-6/+14
* Provide SSL_SESSION_up_ref().jsing2018-02-221-1/+8
* Provide SSL_SESSION_get_protocol_version()tb2018-02-201-1/+7
* Provide SSL_SESSION_get_master_key()jsing2018-02-171-1/+18
* Use freezero() for the internal opaque structures, instead of the currentjsing2017-04-101-6/+3
* Change SSLerror() back to taking two args, with the first one being an SSL *.beck2017-02-071-15/+15
* Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the uglybeck2017-01-261-23/+12
* Send the error function codes to rot in the depths of hell where they belongbeck2017-01-261-15/+15
* Add support for setting the supported EC curves viajsing2017-01-241-4/+4
* sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same fromjsing2017-01-241-3/+2
* ssl_sess_cert_free() checks for NULL, so do not bother doing it at thejsing2017-01-241-3/+6
* There is no point in zeroing fields that exist within a struct that isjsing2017-01-241-3/+1
* Split most of SSL_METHOD out into an internal variant, which is opaque.jsing2017-01-231-4/+3
* Move a large part of ssl_st into internal, so we can see what squeals.beck2017-01-231-15/+15
* Move ex_data, next and prev from SSL_SESSION to internal.jsing2017-01-231-24/+24
* Move most of the fields in SSL_CTX to internal - the ones that remain arejsing2017-01-231-28/+28
* move the callbacks from ssl_st to internalbeck2017-01-231-7/+7
* Move callback function pointers and argument pointers from SSL_CTX tojsing2017-01-231-22/+22
* Move not_resumable and sess_cert from SSL_SESSION to internal.jsing2017-01-231-5/+5
* Move the stats struct from SSL_CTX to internal.jsing2017-01-231-6/+6
* Move internal parts of ssl_session_st to internalbeck2017-01-221-9/+9
* Convert publically visible structs to translucent structs.jsing2017-01-221-4/+12
* Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FNjsing2016-11-021-5/+11
* Wrap some >80 char lines.jsing2016-11-021-9/+9
* Sort and group functions.jsing2016-09-041-12/+11
* Expand IMPLEMENT_PEM macros.jsing2016-09-041-2/+29
* X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc2016-03-111-3/+2
* Remove support for DTLS_BAD_VER. We do not support non-standard andjsing2015-09-101-2/+1
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-4/+4
* Remove SSLv3 support from LibreSSL.doug2015-08-271-2/+1
* Remove duplicate check in libssl.doug2015-07-211-3/+1
* Remove trailing whitespace.jsing2014-12-141-8/+8
* Clean up more SSLv2 remnants.jsing2014-11-081-10/+9
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-181-4/+2
* Refactor and simplify the ECC extension handling. The existing codejsing2014-09-221-21/+1
* Provide a ssl3_get_cipher_by_id() function that allows ciphers to be lookedjsing2014-08-111-13/+2
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-101-3/+3
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-131-2/+2
* Apply a large dose of KNF.jsing2014-07-121-126/+202
* Remove the PSK code. We don't need to drag around thisbeck2014-07-111-9/+1