aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Correct ssl_old_test stream handlingMatt Caswell2024-01-051-5/+9
* validate requested key length in kdf_pbkdf1_do_deriveNeil Horman2024-01-031-0/+50
* Set max protocol version for dtls renegotiation tests to dtls1.2Frederik Wedel-Heinen2024-01-032-0/+18
* gate calling of evp_method_id on having a non-zero name idNeil Horman2024-01-011-0/+19
* Fix new typos found by codespellDimitri Papadopoulos2023-12-292-3/+3
* crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb2023-12-212-13/+9
* crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan2023-12-212-16/+53
* Detect and prevent recursive config parsingNeil Horman2023-12-214-6/+47
* Make the activate setting more intuitiveNeil Horman2023-12-213-2/+28
* Use GH action commands to group/collapse filtered outputNeil Horman2023-12-211-2/+9
* augment test/run_tests.pl to filter indirect leaksNeil Horman2023-12-211-1/+16
* QUIC APL, TSERVER: Start using a QUIC_ENGINE objectHugo Landau2023-12-211-4/+4
* QUIC MULTISTREAM TEST: Make error tests non-mutating and restore error code testHugo Landau2023-12-211-3/+9
* QUIC MULTISTREAM TEST: add OP_POP_ERRHugo Landau2023-12-211-0/+8
* QUIC QRL TEST: Remove dependency on legacy DEMUX-QRX routingHugo Landau2023-12-211-18/+32
* QUIC TXP TEST: Remove dependency on legacy DEMUX-QRX routingHugo Landau2023-12-211-3/+13
* QUIC PORT, CHANNEL: Move ticking code into QUIC_PORTHugo Landau2023-12-211-2/+4
* QUIC CHANNEL: Consolidate forward object declarations in a single headerHugo Landau2023-12-211-0/+1
* Fix no-des failure in test_cmsBernd Edlinger2023-12-191-2/+2
* test_export_key_mat(): Long context support works with new fips provider onlyTomas Mraz2023-12-191-14/+19
* CMP app: make -geninfo option accept multiple ITAVs and support string values...Dr. David von Oheimb2023-12-191-5/+13
* CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2023-12-191-0/+5
* Test that incorrect entry in the ssl section is not fatalTomas Mraz2023-12-191-0/+1
* cms: avoid intermittent test failureJames Muir2023-12-184-4/+106
* Fix instructions for running tests on WindowsDmitry Kobets2023-12-181-1/+1
* Fix provider compatibility check crash in evp_testTomas Mraz2023-12-151-2/+3
* Harden asn1 oid loader to invalid inputsNeil Horman2023-12-132-0/+38
* Add a test case for OSSL_HTTP_parse_urlMatt Caswell2023-12-121-1/+2
* Extend the test of BN_GF2m_mod_invMatt Caswell2023-12-121-0/+8
* Add a test for late loading of an ENGINE in TLSMatt Caswell2023-12-121-14/+42
* Fix a possible memory leak in do_othernameBernd Edlinger2023-12-121-1/+5
* Add overflow checks to parse_number/parse_hex/parse_octNeil Horman2023-12-071-0/+7
* Statically link legacy provider to evp_extra_testNeil Horman2023-12-062-0/+21
* QUIC LCIDM: Minor fixesHugo Landau2023-12-061-1/+1
* QUIC LCIDM: Enforce and document ODCID peculiaritiesHugo Landau2023-12-061-1/+1
* QUIC LCIDM: Add testHugo Landau2023-12-063-1/+130
* QUIC LCIDM: Add fuzzerHugo Landau2023-12-061-0/+25
* Add a minimal test providerRichard Levitte2023-12-043-1/+39
* test/recipes/01-test_symbol_presence.t: Treat common symbols speciallyRichard Levitte2023-12-041-15/+26
* test/recipes/01-test_symbol_presence.t: Ignore symbols starting with '__'Richard Levitte2023-12-041-1/+7
* Add a test for X509_load_cert_file()olszomal2023-12-043-1/+70
* Test various combinations of `SSL_OP_ALLOW_NO_DHE_KEX` and `SSL_OP_PREFER_NO_...Markus Minichmayr2023-12-041-0/+116
* Don't free aliased pointers in ctx cmp_ctx testsNeil Horman2023-12-011-0/+3
* evp-cmac: do not seg-fault when getting mac-size before initJames Muir2023-12-011-1/+22
* Add last missing TLSA usage/selector/mtype test caseViktor Dukhovni2023-11-291-23/+56
* Fix freshly introduced double-free.Viktor Dukhovni2023-11-291-48/+144
* QUIC SRT GEN: Minor updatesHugo Landau2023-11-251-1/+1
* QUIC SRT GEN: Add SRT generatorHugo Landau2023-11-253-1/+107
* Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...Markus Minichmayr2023-11-241-10/+40
* QUIC SRTM: Add testHugo Landau2023-11-233-0/+108