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
*
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
*
Miscellaneous style tweaks based on feedback received
Matt Caswell
2017-01-30
1
-2
/
+1
*
Always ensure that session->cipher is set
Matt Caswell
2017-01-30
1
-15
/
+3
*
Move session version consistency check
Matt Caswell
2017-01-30
1
-17
/
+7
*
Implement Server side of PSK extension parsing
Matt Caswell
2017-01-30
1
-23
/
+36
*
Add a TODO around handling of SSL_get_session() and SSL_get1_session()
Matt Caswell
2017-01-30
1
-0
/
+9
*
Fix a ssl session leak due to OOM in lh_SSL_SESSION_insert
Bernd Edlinger
2017-01-24
1
-0
/
+9
*
Review comments
Rich Salz
2017-01-09
1
-1
/
+1
*
Move extension data into sub-structs
Rich Salz
2017-01-09
1
-61
/
+56
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-2
/
+2
*
Add a TLS version consistency check during session resumption
Matt Caswell
2016-11-16
1
-0
/
+17
*
Rename the Elliptic Curves extension to supported_groups
Matt Caswell
2016-11-10
1
-8
/
+8
*
Improve some comment documentation following the extensions refactor
Matt Caswell
2016-11-09
1
-2
/
+1
*
Refactor ClientHello processing so that extensions get parsed earlier
Matt Caswell
2016-11-09
1
-12
/
+11
*
Fix misc size_t issues causing Windows warnings in 64 bit
Matt Caswell
2016-11-04
1
-5
/
+5
*
Add the SSL_METHOD for TLSv1.3 and all other base changes required
Matt Caswell
2016-11-02
1
-0
/
+3
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-21
/
+18
[next]