summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_sess.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* const correct tls_session_secret_cb_fn()tb6 days1-2/+2
* Use cipher suite values instead of IDs.jsing2024-07-221-3/+3
* Remove cipher from SSL_SESSION.jsing2024-07-201-9/+2
* Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.jsing2024-07-191-8/+1
* Unify up_ref implementations in libssltb2024-03-271-3/+2
* Stop fiddling with hash table internals from lhash doall callers.jsing2024-01-241-6/+3
* Unifdef OPENSSL_NO_ENGINE in libssltb2023-11-191-24/+1
* Hide all public symbols in libsslbeck2023-07-081-1/+53
* Make internal header file names consistenttb2022-11-261-2/+2
* Provide ssl_session_dup()tb2022-10-201-1/+106
* Clean up resumption master secret in SSL_SESSION_free()tb2022-10-201-1/+3
* Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.jsing2022-10-021-73/+73
* 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