summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2023-11-23QUIC SRTM: Add fuzzer for SRTMHugo Landau
2023-11-15Add some additional tests for the new fc "consumed" paramsMatt Caswell
2023-11-15Keep track of connection credit as we add stream dataMatt Caswell
2023-11-15Import repro from #22708 as a test caseнаб
2023-11-13Augment rand argument parsing to allow scalingNeil Horman
2023-11-13Properly limit the variable output size for BLAKE2Tomas Mraz
2023-11-10Add EVP_DigestSqueeze() API.slontis
2023-11-09Add config tests for including provider config filesVeronika Hanulíková
2023-11-08add locking around fake_nowNeil Horman
2023-11-08Correct order of ossl_condvar_signal in quic_multistream_testNeil Horman
2023-11-08Add unit test for #22644Pauli
2023-11-08Implement BLAKE2s with the same macro as BLAKE2bнаб
2023-11-06tparam_on_enc_ext(): Remove dead code in cleanupTomas Mraz
2023-11-03Add negative test for key length changeTomas Mraz
2023-11-03Add negative test for iv length changeTomas Mraz
2023-11-03Add additional internal HPKE hardening checks resulting from code audit.Stephen Farrell
2023-11-02QUIC: Test missing/malformed/duplicate/etc. transport parametersHugo Landau
2023-11-02QUIC QTEST_FAULT: Allow deleted TLS extension to be outputHugo Landau
2023-11-02QUIC SSTREAM: Fix bug in ossl_quic_sstream_is_totally_ackedHugo Landau
2023-11-02QUIC MULTISTREAM TEST: Ensure frames are only injected into correct packet typesHugo Landau
2023-11-02QUIC MULTISTREAM TEST: Fix script 38 stochastic failure on WindowsHugo Landau
2023-11-01Add test case for uniform random generatorsPauli
2023-10-30evp_test.c: There are now 3 parameters possible for digestsTomas Mraz
2023-10-26Provide additional AES-ECB test patterns to enhance test coverage.Phoebe Chen
2023-10-26Provide additional AES-XTS test patterns to enhance test coverage.Phoebe Chen
2023-10-26Provide additional AES-GCM test patterns to enhance test coverage.Phoebe Chen
2023-10-26Provide additional AES-CBC test patterns to enhance test coverage.Phoebe Chen
2023-10-26Accept longer context for TLS 1.2 exportersDaiki Ueno
2023-10-26Fix potential NULL deref in ssl_old_test.cTodd Short