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-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-05Validate config options during x509 extension creationNeil Horman
2024-01-05make inability to dup/clone ciphers an errorNeil Horman
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 provider compatibility check crash in evp_testTomas Mraz
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-15Harden asn1 oid loader to invalid inputsNeil Horman
2023-12-12Add a test for late loading of an ENGINE in TLSMatt Caswell
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-12Fix a possible memory leak in do_othernameBernd Edlinger
2023-12-08test/recipes/01-test_symbol_presence.t: Treat common symbols speciallyRichard Levitte
2023-12-08test/recipes/01-test_symbol_presence.t: Ignore symbols starting with '__'Richard Levitte
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-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-23Add negative test for key length changeTomas Mraz
2023-11-23Add negative test for iv length changeTomas Mraz
2023-10-26Fix potential NULL deref in ssl_old_test.cTodd Short
2023-10-26bn: Properly error out if aliasing return value with modulusTomas Mraz
2023-10-24Copyright year updatesMatt Caswell
2023-10-24test: add unit test for CVE-2023-5363Pauli
2023-10-24Fix Coverity 1547856: memset() uses only the lowest byte of cTomas Mraz
2023-10-18Add a test to confirm that legacy rsa keys workNeil Horman
2023-10-18cms encrypt, better OBJ_nid2obj() return checkJames Muir
2023-10-18rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno
2023-10-13cmp: add null pointer check in tear_down test functionPauli
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz