summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2024-01-05Correct ssl_old_test stream handlingMatt Caswell
2024-01-03validate requested key length in kdf_pbkdf1_do_deriveNeil Horman
2024-01-03Set max protocol version for dtls renegotiation tests to dtls1.2Frederik Wedel-Heinen
2024-01-01gate calling of evp_method_id on having a non-zero name idNeil Horman
2023-12-29Fix new typos found by codespellDimitri Papadopoulos
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan
2023-12-21Detect and prevent recursive config parsingNeil Horman
2023-12-21Make the activate setting more intuitiveNeil Horman
2023-12-21Use GH action commands to group/collapse filtered outputNeil Horman
2023-12-21augment test/run_tests.pl to filter indirect leaksNeil Horman
2023-12-21QUIC APL, TSERVER: Start using a QUIC_ENGINE objectHugo Landau
2023-12-21QUIC MULTISTREAM TEST: Make error tests non-mutating and restore error code testHugo Landau
2023-12-21QUIC MULTISTREAM TEST: add OP_POP_ERRHugo Landau
2023-12-21QUIC QRL TEST: Remove dependency on legacy DEMUX-QRX routingHugo Landau
2023-12-21QUIC TXP TEST: Remove dependency on legacy DEMUX-QRX routingHugo Landau
2023-12-21QUIC PORT, CHANNEL: Move ticking code into QUIC_PORTHugo Landau
2023-12-21QUIC CHANNEL: Consolidate forward object declarations in a single headerHugo Landau
2023-12-19Fix no-des failure in test_cmsBernd Edlinger
2023-12-19test_export_key_mat(): Long context support works with new fips provider onlyTomas Mraz
2023-12-19CMP app: make -geninfo option accept multiple ITAVs and support string values...Dr. David von Oheimb
2023-12-19CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb
2023-12-19Test that incorrect entry in the ssl section is not fatalTomas Mraz
2023-12-18cms: avoid intermittent test failureJames Muir
2023-12-18Fix instructions for running tests on WindowsDmitry Kobets
2023-12-15Fix provider compatibility check crash in evp_testTomas Mraz
2023-12-13Harden asn1 oid loader to invalid inputsNeil Horman
2023-12-12Add a test case for OSSL_HTTP_parse_urlMatt Caswell
2023-12-12Extend the test of BN_GF2m_mod_invMatt Caswell
2023-12-12Add a test for late loading of an ENGINE in TLSMatt Caswell
2023-12-12Fix a possible memory leak in do_othernameBernd Edlinger
2023-12-07Add overflow checks to parse_number/parse_hex/parse_octNeil Horman
2023-12-06Statically link legacy provider to evp_extra_testNeil Horman
2023-12-06QUIC LCIDM: Minor fixesHugo Landau
2023-12-06QUIC LCIDM: Enforce and document ODCID peculiaritiesHugo Landau
2023-12-06QUIC LCIDM: Add testHugo Landau
2023-12-06QUIC LCIDM: Add fuzzerHugo Landau
2023-12-04Add a minimal test providerRichard Levitte
2023-12-04test/recipes/01-test_symbol_presence.t: Treat common symbols speciallyRichard Levitte
2023-12-04test/recipes/01-test_symbol_presence.t: Ignore symbols starting with '__'Richard Levitte
2023-12-04Add a test for X509_load_cert_file()olszomal
2023-12-04Test various combinations of `SSL_OP_ALLOW_NO_DHE_KEX` and `SSL_OP_PREFER_NO_...Markus Minichmayr
2023-12-01Don't free aliased pointers in ctx cmp_ctx testsNeil Horman
2023-12-01evp-cmac: do not seg-fault when getting mac-size before initJames Muir
2023-11-29Add last missing TLSA usage/selector/mtype test caseViktor Dukhovni
2023-11-29Fix freshly introduced double-free.Viktor Dukhovni
2023-11-25QUIC SRT GEN: Minor updatesHugo Landau
2023-11-25QUIC SRT GEN: Add SRT generatorHugo Landau
2023-11-24Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...Markus Minichmayr
2023-11-23QUIC SRTM: Add testHugo Landau