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
*
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
*
Add SSL_SESSION_set_cipher()
Matt Caswell
2017-06-21
1
-0
/
+6
*
Merge Nokia copyright notice into standard
Rich Salz
2017-06-21
1
-27
/
+1
*
Fix ex_data and session_dup issues
Todd Short
2017-06-02
1
-3
/
+11
*
Try to be more consistent about the alerts we send
Matt Caswell
2017-05-19
1
-1
/
+1
*
Add support for SSL_SESSION_is_resumable()
Matt Caswell
2017-04-26
1
-6
/
+16
*
Move the extensions context codes into the public API
Matt Caswell
2017-04-07
1
-3
/
+4
*
this change will prevent undefined behavior when src and dst are equal (memcp...
Roberto Guimaraes
2017-03-08
1
-2
/
+4
*
Add a SSL_SESSION_get_max_early_data() function
Matt Caswell
2017-03-02
1
-0
/
+5
*
Only accept early_data if the negotiated ALPN is the same
Matt Caswell
2017-03-02
1
-0
/
+1
*
Remove unnecessary memset after PR #2583 avoids accessing
Bernd Edlinger
2017-02-28
1
-1
/
+0
*
Various style fixes following review feedback
Matt Caswell
2017-01-30
1
-2
/
+2
*
Remove unneccessary comments
Matt Caswell
2017-01-30
1
-6
/
+6
*
If we have no suitable PSK kex modes then don't attempt to resume
Matt Caswell
2017-01-30
1
-7
/
+9
*
Make the "ticket" function return codes clearer
Matt Caswell
2017-01-30
1
-9
/
+9
[next]