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
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
2018-03-17
Bring in compatibility for OpenSSL 1.1 style init functions.
Bob Beck
2018-03-17
Provide SSL_SESSION_get_ticket_lifetime_hint() and
Theo Buehler
2018-03-17
SSL_SESSION_get_protocol_version() takes a const SSL_SESSION *.
Theo Buehler
2018-03-17
Provide SSL_SESSION_get0_id_context().
Joel Sing
2018-02-22
Provide SSL_SESSION_up_ref().
Joel Sing
2018-02-20
Provide SSL_SESSION_get_protocol_version()
Theo Buehler
2018-02-17
Provide SSL_SESSION_get_master_key()
Joel Sing
2017-04-10
Use freezero() for the internal opaque structures, instead of the current
Joel Sing
2017-02-07
Change SSLerror() back to taking two args, with the first one being an SSL *.
Bob Beck
2017-01-26
Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly
Bob Beck
2017-01-26
Send the error function codes to rot in the depths of hell where they belong
Bob Beck
2017-01-24
Add support for setting the supported EC curves via
Joel Sing
2017-01-24
sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from
Joel Sing
2017-01-24
ssl_sess_cert_free() checks for NULL, so do not bother doing it at the
Joel Sing
2017-01-24
There is no point in zeroing fields that exist within a struct that is
Joel Sing
2017-01-23
Split most of SSL_METHOD out into an internal variant, which is opaque.
Joel Sing
2017-01-23
Move a large part of ssl_st into internal, so we can see what squeals.
Bob Beck
2017-01-23
Move ex_data, next and prev from SSL_SESSION to internal.
Joel Sing
2017-01-23
Move most of the fields in SSL_CTX to internal - the ones that remain are
Joel Sing
2017-01-23
move the callbacks from ssl_st to internal
Bob Beck
2017-01-23
Move callback function pointers and argument pointers from SSL_CTX to
Joel Sing
2017-01-23
Move not_resumable and sess_cert from SSL_SESSION to internal.
Joel Sing
2017-01-23
Move the stats struct from SSL_CTX to internal.
Joel Sing
2017-01-22
Move internal parts of ssl_session_st to internal
Bob Beck
[next]