summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_sess.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate peer certificate chain processing code.jsing2022-08-171-3/+3
* Use CBS_write_bytes() instead of manual unpacking of a CBS and assigningtb2022-06-071-3/+5
* Simplify various CBS_write_bytes() callstb2022-06-071-4/+2
* Tweak readability of a test: compare tmp explicitly against 0 and droptb2022-06-071-2/+2
* Add a cast to SSL_SESSION_get_id() to indicate that session_id_lengthtb2022-06-071-2/+2
* fix indenttb2022-06-071-2/+2
* Unindent and simplify remove_session_lock()tb2022-06-071-21/+22
* Fix comment + spacing.tb2022-06-061-2/+2
* Remove peer_pkeys from SSL_SESSION.jsing2022-01-111-5/+1
* Rename 'peer' to 'peer_cert' in SSL_SESSION.jsing2022-01-111-3/+3
* Merge SESS_CERT into SSL_SESSION.jsing2022-01-081-2/+6
* Fold SSL_SESSION_INTERNAL back into SSL_SESSION.jsing2021-10-251-39/+33
* Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubstb2021-09-081-1/+7
* Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*jsing2021-05-161-1/+2
* Provide SSL_SESSION_get0_cipher(3)tb2021-05-101-1/+7
* Handle DTLS1_2_VERSION in various places.jsing2021-02-201-1/+2
* Condense and simplify TLS methods.jsing2020-10-111-2/+2
* Prepare to provide SSL_SESSION_{set,get}_max_early_data()tb2020-09-191-1/+13
* Simplify SSL method lookups.jsing2020-09-171-4/+2
* Cleanup and simplify SSL_set_session().jsing2020-09-141-36/+22
* KNF and comment tweakstb2020-09-021-8/+10
* Zero out data to avoid leaving stack garbage in the tail oftb2020-09-011-1/+3
* The bumping of sess_cb_hit stats can wait until handling oftb2020-09-011-4/+3
* In the explanatory comment of ssl_get_prev_session fix the spelling oftb2020-09-011-5/+6
* Split session retrieval out of ssl_get_prev_session()tb2020-09-011-78/+92
* copy session id directly in ssl_get_prev_sessiontb2020-09-011-3/+16
* indent the only other label in this filetb2020-09-011-2/+2
* Indent label and remove dangling elsetb2020-09-011-4/+4
* Zap NULL check before SSL_SESSION_free()tb2020-09-011-3/+2
* Rename the session pointer ret to sesstb2020-09-011-25/+25
* Return code tweaks for session ticket handlerstb2020-08-311-9/+7
* Send alert on ssl_get_prev_session failuretb2020-08-311-6/+7
* 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