index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
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-rfc3820-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
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl
/
ssl_sess.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-07
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-29
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-30
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-30
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
*
Remove the obsolete misleading comment and code related to it.
Lingmo Zhu
2017-08-03
1
-4
/
+7
*
Updates following review feedback of TLSv1.3 draft-21 code
Matt Caswell
2017-07-07
1
-2
/
+1
*
Send and receive the ticket_nonce field in a NewSessionTicket
Matt Caswell
2017-07-07
1
-0
/
+10
*
ssl_session_dup() missing ext.alpn_session
Todd Short
2017-06-28
1
-0
/
+10
*
Add SSL_SESSION_set_protocol_version()
Matt Caswell
2017-06-21
1
-0
/
+6
[next]