summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2024-02-14Fix SSL_export_keying_material for QUICHugo Landau
2024-02-10QUIC POLLING: Support no-quic buildsHugo Landau
2024-02-10QUIC POLLING: Implement autotickHugo Landau
2024-02-10QUIC APL: Implement SSL_poll backendHugo Landau
2024-02-10QUIC QSM: Allow bidi and uni incoming streams to be tracked separatelyHugo Landau
2024-02-10QUIC RIO: Add frontend SSL_poll implementationHugo Landau
2024-02-10QUIC: Add polling APIHugo Landau
2024-02-09Remove unused function arguments from tls_int_new_record_layerFrederik Wedel-Heinen
2024-02-09THREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafeHugo Landau
2024-02-09QUIC QLOG: Fix use of size_t and uint64_tHugo Landau
2024-02-09QUIC QLOG: Retrieve PID correctly on WindowsHugo Landau
2024-02-08QUIC APL: Move NULL pointer check to quic_impl.cHugo Landau
2024-02-08QUIC CHANNEL: Optimise struct packingHugo Landau
2024-02-08Quiet false warning about uninitialised variableHugo Landau
2024-02-08QUIC CHANNEL: Fix idle timeout computation bugHugo Landau
2024-02-08QUIC CHANNEL: Defer transport parameter generationHugo Landau
2024-02-08QUIC APL: Add feature query implementationHugo Landau
2024-02-08QUIC CHANNEL: Add idle timeout configuration and stream count APIsHugo Landau
2024-02-08QUIC RXFC: Add accessor for creditHugo Landau
2024-02-08QUIC: Add new error codes for tuning APIHugo Landau
2024-02-02QUIC QLOG: Fix indentationHugo Landau
2024-02-02QUIC QLOG: Use set0Hugo Landau
2024-02-02Minor fixesHugo Landau
2024-02-02Minor fixesHugo Landau
2024-02-02Minor fixesHugo Landau
2024-02-02QUIC QLOG: Record implementation versionHugo Landau
2024-02-02QUIC QLOG: Allow PID to be overriddenHugo Landau
2024-02-02QLOG: Fix filter lexingHugo Landau
2024-02-02JSON_ENC: Fix initial value of errorHugo Landau
2024-02-02QUIC CHANNEL: Ensure QLOG instance is used correctly on server sideHugo Landau
2024-02-02QUIC QTX: Refactor to enable qlog logging of injected framesHugo Landau
2024-02-02QUIC TXP: Allow QLOG instance to be changed after instantiationHugo Landau
2024-02-02QUIC QTX: Allow QLOG instance to be changed after instantiationHugo Landau
2024-02-02QUIC FIFD: Allow QLOG instance to be changed after instantiationHugo Landau
2024-02-02QLOG: Minor updatesHugo Landau
2024-02-02Minor updatesHugo Landau
2024-02-02QLOG: Treat empty environment variable as default filterHugo Landau
2024-02-02QLOG: Editorial fixes (QLOG is spelled 'qlog')Hugo Landau
2024-02-02JSON_ENC: Minor tweaksHugo Landau
2024-02-02QUIC QLOG: Rename QFILTER to OSSL_QFILTERHugo Landau
2024-02-02QLOG: Fix bit_setHugo Landau
2024-02-02QLOG: Minor updatesHugo Landau
2024-02-02QLOG: Minor fixes after port refactorHugo Landau
2024-02-02QLOG: JSON Encoder: Rename JSON_ENCHugo Landau
2024-02-02QLOG: Events: Implement transport:packet_receivedHugo Landau
2024-02-02QLOG: Events: Implement transport:packet_sentHugo Landau
2024-02-02QLOG: Wiring: QUIC QTXHugo Landau
2024-02-02QLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTXHugo Landau
2024-02-02QLOG: QUIC CHANNEL: Allow a log title to be specifiedHugo Landau
2024-02-02QLOG: Events: Implement recovery:packet_lostHugo Landau