index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_sess.c
Age
Commit message (
Expand
)
Author
2022-08-01
Free up space in the session cache before adding.
Todd Short
2022-03-15
Update copyright year
Matt Caswell
2022-01-19
ssl: better support TSAN operations
Pauli
2021-07-28
Add missing session timeout calc
Todd Short
2021-06-10
Optimize session cache flushing
Todd Short
2021-05-29
ssl: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-04-08
Update copyright year
Matt Caswell
2021-04-01
Corrected missing definitions from NonStop SPT build.
Randall S. Becker
2021-03-14
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2020-11-11
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-10-16
Concentrate deprecated libssl API usage in one file
Matt Caswell
2020-10-07
Use size of target buffer for allocation
Benny Baumann
2020-09-13
Fix safestack issues in x509.h
Matt Caswell
2020-07-16
deprecate engines in SSL
Pauli
2020-04-24
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-23
Update copyright year
Matt Caswell
2020-01-24
Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libssl
Matt Caswell
2019-09-28
Reorganize local header files
Dr. Matthias St. Pierre
2019-06-18
Following the previous 2 commits also move ecpointformats out of session
Matt Caswell
2019-06-18
Fix a race condition in ciphers handling
Matt Caswell
2019-06-18
Fix a race condition in supported groups handling
Matt Caswell
2019-04-29
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-03-06
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2018-12-06
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-08-07
ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.
Andy Polyakov
2018-07-20
Normalize SNI hostname handling for SSL and SSL_SESSION
Benjamin Kaduk
2018-06-26
Respect SSL_OP_NO_TICKET in TLSv1.3
Matt Caswell
2018-06-21
Don't use OPENSSL_strdup() for copying alpn_selected
Matt Caswell
2018-06-07
Do not free a session before calling the remove_session_cb
Marcus Huewe
2018-06-07
Don't store the ticket nonce in the session
Matt Caswell
2018-05-25
Fix array bounds violation in ssl_session_dup
Bernd Edlinger
2018-05-11
Rework the decrypt ticket callback
Matt Caswell
2018-03-27
Allow NULL for some _free routines.
Rich Salz
2018-03-27
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-20
Update copyright year
Matt Caswell
2018-03-19
Don't use a ssl specific DRBG anymore
Kurt Roeckx
2018-03-19
Add an anti-replay mechanism
Matt Caswell
2018-03-19
Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3
Matt Caswell
2018-03-12
Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
Benjamin Saunders
2018-03-12
Session Ticket app data
Todd Short
2017-12-07
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-04
Convert the state machine code to use SSLfatal()
Matt Caswell
2017-10-30
Use atomics for SSL_CTX statistics
Benjamin Kaduk
2017-10-18
Remove parentheses of return.
KaoruToda
2017-10-09
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-04
Session resume broken switching contexts
Todd Short
2017-09-29
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-08-31
Add functions for getting/setting SNI/ALPN info in SSL_SESSION
Matt Caswell
2017-08-31
Add SSL_SESSION_set_max_early_data()
Matt Caswell
[next]