aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch2024-02-221-1/+2
* Extended SSL_SESSION functions using time_tIjtaba Hussain2024-02-211-3/+13
* Future proof RLAYER_USE_EXPLICIT_IV by checking dtls versions directly.Frederik Wedel-Heinen2024-02-201-1/+3
* Minor updatesHugo Landau2024-02-191-5/+2
* Fix warningHugo Landau2024-02-191-2/+2
* JSON_ENC: Ensure ossl_json_flush() really flushes the BIOHugo Landau2024-02-191-4/+8
* QUIC CHANNEL: Defer QLOG instantiation until first eventHugo Landau2024-02-191-6/+16
* QUIC TXP: Allow QLOG instance retrieval via callbackHugo Landau2024-02-191-4/+7
* QUIC QTX: Allow QLOG instance retrieval via callbackHugo Landau2024-02-191-6/+19
* QUIC FIFD: Allow QLOG instance retrieval via callbackHugo Landau2024-02-191-5/+17
* QUIC APL: Add implementation of SSL_VALUE_EVENT_HANDLING_MODEHugo Landau2024-02-192-13/+116
* Removes record_queue struct which is no longer useful.Frederik Wedel-Heinen2024-02-166-44/+35
* QUIC: Fix SSL_ctrl operation for QSSOsHugo Landau2024-02-161-3/+3
* Fix SSL_export_keying_material for QUICHugo Landau2024-02-141-3/+4
* QUIC POLLING: Support no-quic buildsHugo Landau2024-02-101-2/+5
* QUIC POLLING: Implement autotickHugo Landau2024-02-102-10/+6
* QUIC APL: Implement SSL_poll backendHugo Landau2024-02-102-4/+159
* QUIC QSM: Allow bidi and uni incoming streams to be tracked separatelyHugo Landau2024-02-101-5/+18
* QUIC RIO: Add frontend SSL_poll implementationHugo Landau2024-02-103-1/+135
* QUIC: Add polling APIHugo Landau2024-02-101-0/+2
* Remove unused function arguments from tls_int_new_record_layerFrederik Wedel-Heinen2024-02-094-20/+9
* THREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafeHugo Landau2024-02-092-2/+2
* QUIC QLOG: Fix use of size_t and uint64_tHugo Landau2024-02-091-5/+6
* QUIC QLOG: Retrieve PID correctly on WindowsHugo Landau2024-02-091-1/+4
* QUIC APL: Move NULL pointer check to quic_impl.cHugo Landau2024-02-082-5/+4
* QUIC CHANNEL: Optimise struct packingHugo Landau2024-02-081-6/+6
* Quiet false warning about uninitialised variableHugo Landau2024-02-081-1/+1
* QUIC CHANNEL: Fix idle timeout computation bugHugo Landau2024-02-081-2/+13
* QUIC CHANNEL: Defer transport parameter generationHugo Landau2024-02-081-8/+9
* QUIC APL: Add feature query implementationHugo Landau2024-02-081-0/+144
* QUIC CHANNEL: Add idle timeout configuration and stream count APIsHugo Landau2024-02-082-5/+75
* QUIC RXFC: Add accessor for creditHugo Landau2024-02-081-3/+8
* QUIC: Add new error codes for tuning APIHugo Landau2024-02-082-0/+39
* QUIC QLOG: Fix indentationHugo Landau2024-02-021-2/+2
* QUIC QLOG: Use set0Hugo Landau2024-02-024-7/+7
* Minor fixesHugo Landau2024-02-023-6/+6
* Minor fixesHugo Landau2024-02-021-2/+1
* Minor fixesHugo Landau2024-02-021-2/+2
* QUIC QLOG: Record implementation versionHugo Landau2024-02-021-3/+24
* QUIC QLOG: Allow PID to be overriddenHugo Landau2024-02-021-7/+13
* QLOG: Fix filter lexingHugo Landau2024-02-021-1/+2
* JSON_ENC: Fix initial value of errorHugo Landau2024-02-021-1/+1
* QUIC CHANNEL: Ensure QLOG instance is used correctly on server sideHugo Landau2024-02-021-0/+4
* QUIC QTX: Refactor to enable qlog logging of injected framesHugo Landau2024-02-021-28/+38
* QUIC TXP: Allow QLOG instance to be changed after instantiationHugo Landau2024-02-021-0/+6
* QUIC QTX: Allow QLOG instance to be changed after instantiationHugo Landau2024-02-021-0/+5
* QUIC FIFD: Allow QLOG instance to be changed after instantiationHugo Landau2024-02-021-0/+5
* QLOG: Minor updatesHugo Landau2024-02-023-14/+16
* Minor updatesHugo Landau2024-02-021-2/+2
* QLOG: Treat empty environment variable as default filterHugo Landau2024-02-021-1/+1