summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2024-04-18Fix up path generation to use OPENSSL_MODULESNeil Horman
2024-04-18Update modulepath test for provider config to skip if not presentNeil Horman
2024-04-18Add test for OSSL_PROVIDER_load with module path setNeil Horman
2024-04-17Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a
2024-04-16OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky
2024-04-09Add check for public key presence on sm2 signingNeil Horman
2024-04-09Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short
2024-04-08Add a test for session cache overflowMatt Caswell
2024-04-08Extend the multi_resume test for simultaneous resumptionsMatt Caswell
2024-04-05Add 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-12Add check for xor_get_aid()Jiasheng Jiang
2024-03-08Try to fix intermittent CI failures in sslapitestBernd Edlinger
2024-03-08Fix a memory leak on successful load of CRLDmitry Belyavskiy
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-16QUIC: Test that SSL_ctrl, SSL_set_mode are routed correctly on QSSOsHugo Landau
2024-02-14Fix SSL_export_keying_material for QUICHugo Landau
2024-02-14Add QUIC stateless reset testNeil Horman
2024-02-13test_cmp_http: decrease risk of timeouts due to delays caused by the underlyi...Dr. David von Oheimb
2024-02-08Fix sm4-xts aarch64 assembly implementation bugLiu-Ermeng
2024-02-07Fix testcases to run on duplicated keysTomas Mraz
2024-01-31Extend the testing of resetting/clearing an SSL connectionMatt Caswell
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-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