summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c
AgeCommit message (Expand)Author
2023-08-02A null pointer dereference occurs when memory allocation failsyangyangtiantianlonglong
2023-05-30Update copyright yearTomas Mraz
2023-05-12Clear ownership when duplicating sessionsWatson Ladd
2022-08-01Free up space in the session cache before adding.Todd Short
2022-03-15Update copyright yearMatt Caswell
2022-01-19ssl: better support TSAN operationsPauli
2021-07-28Add missing session timeout calcTodd Short
2021-06-10Optimize session cache flushingTodd Short
2021-05-29ssl: add zero strenght arguments to BN and RAND RNG callsPauli
2021-04-08Update copyright yearMatt Caswell
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
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