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
*
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
*
Normalize SNI hostname handling for SSL and SSL_SESSION
Benjamin Kaduk
2018-07-20
1
-9
/
+0
*
Respect SSL_OP_NO_TICKET in TLSv1.3
Matt Caswell
2018-06-26
1
-62
/
+72
*
Don't use OPENSSL_strdup() for copying alpn_selected
Matt Caswell
2018-06-21
1
-6
/
+4
*
Do not free a session before calling the remove_session_cb
Marcus Huewe
2018-06-07
1
-3
/
+3
*
Don't store the ticket nonce in the session
Matt Caswell
2018-06-07
1
-9
/
+0
*
Fix array bounds violation in ssl_session_dup
Bernd Edlinger
2018-05-25
1
-1
/
+2
*
Rework the decrypt ticket callback
Matt Caswell
2018-05-11
1
-1
/
+6
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
1
-0
/
+2
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
1
-3
/
+0
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Don't use a ssl specific DRBG anymore
Kurt Roeckx
2018-03-19
1
-1
/
+1
*
Add an anti-replay mechanism
Matt Caswell
2018-03-19
1
-3
/
+3
*
Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3
Matt Caswell
2018-03-19
1
-1
/
+7
*
Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
Benjamin Saunders
2018-03-12
1
-0
/
+18
*
Session Ticket app data
Todd Short
2018-03-12
1
-8
/
+40
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-3
/
+3
*
Convert the state machine code to use SSLfatal()
Matt Caswell
2017-12-04
1
-19
/
+27
*
Use atomics for SSL_CTX statistics
Benjamin Kaduk
2017-10-30
1
-7
/
+12
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-18
/
+18
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-4
/
+4
*
Session resume broken switching contexts
Todd Short
2017-10-04
1
-91
/
+84
*
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-28
1
-1
/
+0
*
Add functions for getting/setting SNI/ALPN info in SSL_SESSION
Matt Caswell
2017-08-31
1
-0
/
+39
*
Add SSL_SESSION_set_max_early_data()
Matt Caswell
2017-08-31
1
-0
/
+7
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+2
*
Do not lookup zero-length session ID
Kazuki Yamaguchi
2017-08-25
1
-1
/
+2
*
Add an SSL_SESSION_dup() function
Matt Caswell
2017-08-09
1
-0
/
+5
*
Add a DRBG to each SSL object
Rich Salz
2017-08-03
1
-2
/
+2
*
remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...
Lingmo Zhu
2017-08-03
1
-3
/
+0
[next]