aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Skip shlibload tests if no-atexit is configuredNeil Horman2024-02-141-0/+1
* KDF_CTX_new API has incorrect signature (const should not be there)Shakti Shah2024-02-141-1/+1
* Fix the grammar as suggsted in the reviewDimitri Papadopoulos2024-02-141-3/+3
* Fix new typos found by codespellDimitri Papadopoulos2024-02-148-13/+13
* test_cmp_http: decrease risk of timeouts due to delays caused by the underlyi...Dr. David von Oheimb2024-02-131-2/+2
* os-zoo.yml: Do not add enable-unstable-qlog as this CI tests all branchesTomas Mraz2024-02-121-1/+1
* Fix nitHugo Landau2024-02-101-1/+1
* Minor tweak to recipeHugo Landau2024-02-101-1/+1
* Fix typoHugo Landau2024-02-101-1/+1
* QUIC MULTISTREAM Test: Ensure poll test is robustHugo Landau2024-02-101-2/+5
* QUIC POLLING: Support no-quic buildsHugo Landau2024-02-101-2/+5
* QUIC MULTISTREAM TEST: Fix perl warning around envvarsHugo Landau2024-02-101-1/+1
* QUIC MULTISTREAM TEST: Add test for SSL_pollHugo Landau2024-02-101-1/+151
* QUIC POLLING: Implement autotickHugo Landau2024-02-103-11/+8
* make updateHugo Landau2024-02-103-2/+8
* QUIC: Add manpage for SSL_pollHugo Landau2024-02-102-0/+418
* QUIC APL: Implement SSL_poll backendHugo Landau2024-02-103-4/+162
* QUIC QSM: Allow bidi and uni incoming streams to be tracked separatelyHugo Landau2024-02-102-8/+24
* QUIC RIO: Add frontend SSL_poll implementationHugo Landau2024-02-103-1/+135
* QUIC: Add glossary entry for RIOHugo Landau2024-02-101-0/+3
* QUIC: Add polling APIHugo Landau2024-02-105-0/+57
* BIO: Add SSL poll descriptor typeHugo 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-094-5/+6
* Amend CHANGES.md/NEWS.md to reflect DN output changesDmitry Belyavskiy2024-02-092-2/+2
* Windows: Add _dclass to the allowed symbols listHugo Landau2024-02-091-0/+1
* 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
* JSON_ENC: Fix unit test for MSVCHugo Landau2024-02-091-2/+2
* QUIC qlog: Enable qlog in Windows CIHugo Landau2024-02-092-4/+4
* Fix memory leaks on error cases during drbg initializationsTomas Mraz2024-02-095-5/+10
* Rearrange terms in gf_mul to prevent segfaultAngel Baez2024-02-091-3/+3
* Remove unneeded stuffFrederik Wedel-Heinen2024-02-091-4/+0
* Refactor skip test statements.Frederik Wedel-Heinen2024-02-091-34/+21
* Adds some version guards for dummy proxy.Frederik Wedel-Heinen2024-02-091-3/+7
* Don't use dtls proxy on windows.Frederik Wedel-Heinen2024-02-091-0/+1
* Check if creating a tlsproxy instance per use allows to run the tests on wind...Frederik Wedel-Heinen2024-02-091-17/+23
* Fix test runs on builds without tls1_3Frederik Wedel-Heinen2024-02-091-0/+7
* Skip tests if build does not support dtls1.2 or tls1.2Frederik Wedel-Heinen2024-02-091-13/+22
* Remove obsolete comment.Frederik Wedel-Heinen2024-02-091-2/+0
* Merge dtls and tls records testsFrederik Wedel-Heinen2024-02-093-394/+346
* Don't run dtls test on windows.Frederik Wedel-Heinen2024-02-091-1/+1
* chomp does not work on windows.Frederik Wedel-Heinen2024-02-091-1/+2
* Handle DTLS 1.2 in CertificateVerify messagesFrederik Wedel-Heinen2024-02-091-1/+2
* Use open2 instead of open for s_server instanceFrederik Wedel-Heinen2024-02-091-55/+10
* Support DTLS in TLS::Proxy.Frederik Wedel-Heinen2024-02-0916-106/+857
* Minor updatesHugo Landau2024-02-082-1/+4
* QUIC APL: Move NULL pointer check to quic_impl.cHugo Landau2024-02-082-5/+4
* QUIC CHANNEL: Optimise struct packingHugo Landau2024-02-082-8/+8
* Fixup multistream testHugo Landau2024-02-081-4/+5