index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
ssl_sess.c
Age
Commit message (
Expand
)
Author
2024-07-22
Use cipher suite values instead of IDs.
Joel Sing
2024-07-20
Remove cipher from SSL_SESSION.
Joel Sing
2024-07-19
Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.
Joel Sing
2024-03-27
Unify up_ref implementations in libssl
Theo Buehler
2024-01-24
Stop fiddling with hash table internals from lhash doall callers.
Joel Sing
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libssl
Theo Buehler
2023-07-08
Hide all public symbols in libssl
Bob Beck
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-10-20
Provide ssl_session_dup()
Theo Buehler
2022-10-20
Clean up resumption master secret in SSL_SESSION_free()
Theo Buehler
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-08-17
Deduplicate peer certificate chain processing code.
Joel Sing
2022-06-07
Use CBS_write_bytes() instead of manual unpacking of a CBS and assigning
Theo Buehler
2022-06-07
Simplify various CBS_write_bytes() calls
Theo Buehler
2022-06-07
Tweak readability of a test: compare tmp explicitly against 0 and drop
Theo Buehler
2022-06-07
Add a cast to SSL_SESSION_get_id() to indicate that session_id_length
Theo Buehler
2022-06-07
fix indent
Theo Buehler
2022-06-07
Unindent and simplify remove_session_lock()
Theo Buehler
2022-06-06
Fix comment + spacing.
Theo Buehler
2022-01-11
Remove peer_pkeys from SSL_SESSION.
Joel Sing
2022-01-11
Rename 'peer' to 'peer_cert' in SSL_SESSION.
Joel Sing
2022-01-08
Merge SESS_CERT into SSL_SESSION.
Joel Sing
2021-10-25
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
Joel Sing
2021-09-08
Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs
Theo Buehler
2021-05-16
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
Joel Sing
2021-05-10
Provide SSL_SESSION_get0_cipher(3)
Theo Buehler
2021-02-20
Handle DTLS1_2_VERSION in various places.
Joel Sing
2020-10-11
Condense and simplify TLS methods.
Joel Sing
2020-09-19
Prepare to provide SSL_SESSION_{set,get}_max_early_data()
Theo Buehler
2020-09-17
Simplify SSL method lookups.
Joel Sing
2020-09-14
Cleanup and simplify SSL_set_session().
Joel Sing
2020-09-02
KNF and comment tweaks
Theo Buehler
2020-09-01
Zero out data to avoid leaving stack garbage in the tail of
Theo Buehler
2020-09-01
The bumping of sess_cb_hit stats can wait until handling of
Theo Buehler
2020-09-01
In the explanatory comment of ssl_get_prev_session fix the spelling of
Theo Buehler
2020-09-01
Split session retrieval out of ssl_get_prev_session()
Theo Buehler
2020-09-01
copy session id directly in ssl_get_prev_session
Theo Buehler
2020-09-01
indent the only other label in this file
Theo Buehler
2020-09-01
Indent label and remove dangling else
Theo Buehler
2020-09-01
Zap NULL check before SSL_SESSION_free()
Theo Buehler
2020-09-01
Rename the session pointer ret to sess
Theo Buehler
2020-08-31
Return code tweaks for session ticket handlers
Theo Buehler
2020-08-31
Send alert on ssl_get_prev_session failure
Theo Buehler
2019-04-22
Pass the session ID down to the session/ticket handling code as a CBS.
Joel Sing
2019-04-04
This case also needs to be fatal.
Joel Sing
2019-04-01
mark ERR_R_INTERNAL_ERROR instead of assert or _exit, sigh
Theo de Raadt
2019-03-24
do not call assert(), which has a tendency to leave traces of stuff in
Theo de Raadt
2018-08-24
Simplify session ticket parsing/handling.
Joel Sing
2018-04-25
OpenSSL started adding const to functions all over the place. Make all
Theo Buehler
2018-03-20
Provide SSL_SESSION_set1_id()
Theo Buehler
[next]