summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2024-04-08Add a test for session cache overflowMatt Caswell
2024-04-08Extend the multi_resume test for simultaneous resumptionsMatt Caswell
2024-04-08Add a test for session cache handlingMatt Caswell
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger
2024-04-02Fix openssl req with -addext subjectAltName=dirNameBernd Edlinger
2024-03-25Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík
2024-03-11Try to fix intermittent CI failures in sslapitestBernd Edlinger
2024-02-22SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch
2024-02-22Minor wording fixes related to no-atexitTomas Mraz
2024-02-22Add atexit configuration option to using atexit() in libcrypto at build-time.Randall S. Becker
2024-02-07Fix testcases to run on duplicated keysTomas Mraz
2024-01-30fix missing null check in kdf_test_ctrlNeil Horman
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-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-04evp_test.c: Fix provider compat tests CI failureTomas Mraz
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-30Detect 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-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