index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_sess.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential use-after-free in REF_PRINT_COUNT
Neil Horman
2024-12-10
1
-2
/
+2
*
Make sure we use the correct SSL object when making a callback
Matt Caswell
2024-11-07
1
-1
/
+1
*
Incorporate review feedback
Robert Schulze
2024-06-21
1
-5
/
+2
*
Fix data race between SSL_SESSION_list_add and ssl_session_dup
Robert Schulze
2024-06-21
1
-1
/
+9
*
Fix handling of max_fragment_length extension for PSK
Frederik Wedel-Heinen
2024-06-20
1
-0
/
+1
*
ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_time
Alexander Kanavin
2024-05-30
1
-0
/
+4
*
ssl_sess.c: deprecate SSL_CTX_flush_sessions in favour of _ex() replacement
Alexander Kanavin
2024-05-30
1
-0
/
+7
*
Typo fixes
willmafh
2024-05-13
1
-0
/
+1
*
Fix undefined behaviour in the event of a zero length session id
Matt Caswell
2024-05-06
1
-1
/
+2
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Hardening around not_resumable sessions
Matt Caswell
2024-04-08
1
-0
/
+6
*
Fix unconstrained session cache growth in TLSv1.3
Matt Caswell
2024-04-08
1
-6
/
+22
*
Extended SSL_SESSION functions using time_t
Ijtaba Hussain
2024-02-21
1
-3
/
+13
*
fix memory allocation and reference counting issues
Pauli
2023-07-05
1
-5
/
+6
*
tls: update to structure based atomics
Pauli
2023-07-01
1
-14
/
+6
*
Clear ownership when duplicating sessions
Watson Ladd
2023-05-12
1
-1
/
+2
*
RFC7250 (RPK) support
Todd Short
2023-03-28
1
-1
/
+15
*
fuzz: make post handshake reachable
Philippe Antoine
2023-02-08
1
-2
/
+7
*
Create the SSL object for QUIC-TLS
Matt Caswell
2023-01-24
1
-2
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-21
/
+21
*
ssl: modify libssl so that it uses OSSL_TIME
Pauli
2022-09-13
1
-22
/
+20
*
Update session timeout code with OSSL_TIME
Todd Short
2022-08-18
1
-31
/
+9
*
Free up space in the session cache before adding.
Todd Short
2022-08-01
1
-11
/
+15
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-41
/
+67
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
ssl: better support TSAN operations
Pauli
2022-01-19
1
-5
/
+6
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-1
/
+1
*
Add missing session timeout calc
Todd Short
2021-07-28
1
-0
/
+1
*
Optimize session cache flushing
Todd Short
2021-06-10
1
-45
/
+162
*
ssl: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Corrected missing definitions from NonStop SPT build.
Randall S. Becker
2021-04-01
1
-0
/
+4
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-10
/
+23
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-15
/
+9
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-8
/
+6
*
Concentrate deprecated libssl API usage in one file
Matt Caswell
2020-10-16
1
-21
/
+0
*
Use size of target buffer for allocation
Benny Baumann
2020-10-07
1
-1
/
+1
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
deprecate engines in SSL
Pauli
2020-07-16
1
-0
/
+3
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libssl
Matt Caswell
2020-01-24
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Following the previous 2 commits also move ecpointformats out of session
Matt Caswell
2019-06-18
1
-17
/
+0
*
Fix a race condition in ciphers handling
Matt Caswell
2019-06-18
1
-8
/
+0
*
Fix a race condition in supported groups handling
Matt Caswell
2019-06-18
1
-12
/
+0
*
Collapse ssl3_state_st (s3) into ssl_st
Todd Short
2019-04-29
1
-3
/
+3
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-2
/
+2
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.
Andy Polyakov
2018-08-07
1
-13
/
+7
[next]