aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-0/+4
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-10/+23
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-15/+9
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-8/+6
* Concentrate deprecated libssl API usage in one fileMatt Caswell2020-10-161-21/+0
* Use size of target buffer for allocationBenny Baumann2020-10-071-1/+1
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* deprecate engines in SSLPauli2020-07-161-0/+3
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libsslMatt Caswell2020-01-241-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell2019-06-181-17/+0
* Fix a race condition in ciphers handlingMatt Caswell2019-06-181-8/+0
* Fix a race condition in supported groups handlingMatt Caswell2019-06-181-12/+0
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-3/+3
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-2/+2
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.Andy Polyakov2018-08-071-13/+7
* Normalize SNI hostname handling for SSL and SSL_SESSIONBenjamin Kaduk2018-07-201-9/+0
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-261-62/+72
* Don't use OPENSSL_strdup() for copying alpn_selectedMatt Caswell2018-06-211-6/+4
* Do not free a session before calling the remove_session_cbMarcus Huewe2018-06-071-3/+3
* Don't store the ticket nonce in the sessionMatt Caswell2018-06-071-9/+0
* Fix array bounds violation in ssl_session_dupBernd Edlinger2018-05-251-1/+2
* Rework the decrypt ticket callbackMatt Caswell2018-05-111-1/+6
* Allow NULL for some _free routines.Rich Salz2018-03-271-0/+2
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-1/+1
* Add an anti-replay mechanismMatt Caswell2018-03-191-3/+3
* Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell2018-03-191-1/+7
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-121-0/+18
* Session Ticket app dataTodd Short2018-03-121-8/+40
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-3/+3
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-19/+27
* Use atomics for SSL_CTX statisticsBenjamin Kaduk2017-10-301-7/+12
* Remove parentheses of return.KaoruToda2017-10-181-18/+18
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-4/+4
* Session resume broken switching contextsTodd Short2017-10-041-91/+84
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-1/+0
* Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell2017-08-311-0/+39
* Add SSL_SESSION_set_max_early_data()Matt Caswell2017-08-311-0/+7
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* Do not lookup zero-length session IDKazuki Yamaguchi2017-08-251-1/+2
* Add an SSL_SESSION_dup() functionMatt Caswell2017-08-091-0/+5
* Add a DRBG to each SSL objectRich Salz2017-08-031-2/+2
* remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu2017-08-031-3/+0