summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_sess.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix potential use-after-free in REF_PRINT_COUNTNeil Horman2024-12-101-2/+2
* Make sure we use the correct SSL object when making a callbackMatt Caswell2024-11-071-1/+1
* Incorporate review feedbackRobert Schulze2024-06-211-5/+2
* Fix data race between SSL_SESSION_list_add and ssl_session_dupRobert Schulze2024-06-211-1/+9
* Fix handling of max_fragment_length extension for PSKFrederik Wedel-Heinen2024-06-201-0/+1
* ssl_sess.c: deprecate SSL_SESSION_get_time/SSL_SESSION_set_timeAlexander Kanavin2024-05-301-0/+4
* ssl_sess.c: deprecate SSL_CTX_flush_sessions in favour of _ex() replacementAlexander Kanavin2024-05-301-0/+7
* Typo fixeswillmafh2024-05-131-0/+1
* Fix undefined behaviour in the event of a zero length session idMatt Caswell2024-05-061-1/+2
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Hardening around not_resumable sessionsMatt Caswell2024-04-081-0/+6
* Fix unconstrained session cache growth in TLSv1.3Matt Caswell2024-04-081-6/+22
* Extended SSL_SESSION functions using time_tIjtaba Hussain2024-02-211-3/+13
* 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