summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c
AgeCommit message (Expand)Author
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-10-16Concentrate deprecated libssl API usage in one fileMatt Caswell
2020-10-07Use size of target buffer for allocationBenny Baumann
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-07-16deprecate engines in SSLPauli
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-01-24Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libsslMatt Caswell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell
2019-06-18Fix a race condition in ciphers handlingMatt Caswell
2019-06-18Fix a race condition in supported groups handlingMatt Caswell
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-08-07ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.Andy Polyakov
2018-07-20Normalize SNI hostname handling for SSL and SSL_SESSIONBenjamin Kaduk
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-06-21Don't use OPENSSL_strdup() for copying alpn_selectedMatt Caswell
2018-06-07Do not free a session before calling the remove_session_cbMarcus Huewe
2018-06-07Don't store the ticket nonce in the sessionMatt Caswell
2018-05-25Fix array bounds violation in ssl_session_dupBernd Edlinger
2018-05-11Rework the decrypt ticket callbackMatt Caswell
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-19Add an anti-replay mechanismMatt Caswell
2018-03-19Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders
2018-03-12Session Ticket app dataTodd Short
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-10-30Use atomics for SSL_CTX statisticsBenjamin Kaduk
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-10-04Session resume broken switching contextsTodd Short
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell
2017-08-31Add SSL_SESSION_set_max_early_data()Matt Caswell
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-25Do not lookup zero-length session IDKazuki Yamaguchi
2017-08-09Add an SSL_SESSION_dup() functionMatt Caswell
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu
2017-08-03Remove the obsolete misleading comment and code related to it.Lingmo Zhu
2017-07-07Updates following review feedback of TLSv1.3 draft-21 codeMatt Caswell
2017-07-07Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell