aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c
Commit message (Expand)AuthorAgeFilesLines
* fix memory allocation and reference counting issuesPauli2023-07-051-5/+6
* tls: update to structure based atomicsPauli2023-07-011-14/+6
* Clear ownership when duplicating sessionsWatson Ladd2023-05-121-1/+2
* RFC7250 (RPK) supportTodd Short2023-03-281-1/+15
* fuzz: make post handshake reachablePhilippe Antoine2023-02-081-2/+7
* Create the SSL object for QUIC-TLSMatt Caswell2023-01-241-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-21/+21
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-131-22/+20
* Update session timeout code with OSSL_TIMETodd Short2022-08-181-31/+9
* Free up space in the session cache before adding.Todd Short2022-08-011-11/+15
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-41/+67
* Update copyright yearMatt Caswell2022-05-031-1/+1
* ssl: better support TSAN operationsPauli2022-01-191-5/+6
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* Add missing session timeout calcTodd Short2021-07-281-0/+1
* Optimize session cache flushingTodd Short2021-06-101-45/+162
* ssl: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* 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