summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
2024-01-25Have OSSL_PARAM_allocate_from_text() fail on odd number of hex digitsRichard Levitte
2024-01-25Add some tests for various PKCS12 files with NULL ContentInfoMatt Caswell
2024-01-23tlsfuzzer.sh: Use python3Tomas Mraz
2024-01-23tlsfuzzer.sh: Make it more informative on errorsTomas Mraz
2024-01-23tlsfuzzer.sh: Run openssl version on the built app and not system oneTomas Mraz
2024-01-23gost_engine.sh: Set OPENSSL_ENGINES_DIRTomas Mraz
2024-01-19Uninitialized array variableshashankmca80
2024-01-18add test for provoking integer overflow in ossl_asn1_time_from_tmPaul Dreik
2024-01-18Add a KTLS test where we write long app data recordsMatt Caswell
2024-01-16Check whether the pubkey exists in ossl_ecx_key_duplan1120
2024-01-15Limit the execution time of RSA public key checkTomas Mraz
2024-01-12Add test/recipes/15-test_gensm2.t, to test SM2 key generation resultsRichard Levitte
2024-01-12Fix NULL pointer deref when parsing the stable sectionNeil Horman
2024-01-12Add tests for re-using cipher contextsHolger Dengler
2024-01-10Fix a similar memory leak in SXNET_add_id_INTEGERBernd Edlinger
2024-01-09Check appropriate OSSL_PARAM_get_* functions for NULLNeil Horman
2024-01-05Validate config options during x509 extension creationNeil Horman
2024-01-05Correct ssl_old_test stream handlingMatt Caswell
2024-01-03validate requested key length in kdf_pbkdf1_do_deriveNeil Horman
2024-01-01gate calling of evp_method_id on having a non-zero name idNeil Horman
2023-12-22Detect and prevent recursive config parsingNeil Horman
2023-12-19Fix no-des failure in test_cmsBernd Edlinger
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-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-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-29Fix freshly introduced double-free.Viktor Dukhovni
2023-11-29Add last missing TLSA usage/selector/mtype test caseViktor Dukhovni
2023-11-23Copyright year updatesRichard Levitte
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-13Properly limit the variable output size for BLAKE2Tomas Mraz
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-06tparam_on_enc_ext(): Remove dead code in cleanupTomas Mraz