summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-12-22Fix SMIME_crlf_copy() to properly report an errorMatt Caswell
2022-12-22Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-12-21Fix a logic flaw in test_mod_exp_zeroBernd Edlinger
2022-12-20Raise the KMAC limits for key and custom size to 512 bytesTomas Mraz
2022-12-16Fix FIPS Provider compat CI of 3.0 libcrypto with 3.2 FIPS providerTomas Mraz
2022-12-09Obtain PSS salt length from providerClemens Lang
2022-12-08Fix `no-ec enable-ktls` buildTodd Short
2022-12-08test: add test case for deadlock reported in #19643Pauli
2022-12-08cmp_vfy_test.c: fix name OSSL_CMP_CTX_set0_trusted{,Store}Dr. David von Oheimb
2022-12-08OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala
2022-12-05Fix the check of EVP_PKEY_decrypt_initPeiwei Hu
2022-11-30cmp_client_test.c: add tests for OSSL_CMP_CTX_get_statusDr. David von Oheimb
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz
2022-11-28Drop incorrect skipping of some evp_test testcases with no-gostTomas Mraz
2022-11-25Add test for EVP_PKEY_Q_keygenTomas Mraz
2022-11-25OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb
2022-11-21Fix coverity issues in X509v3_addrslontis
2022-11-18evp_extra_test2: Test DH param checks with non-NULL libctxTomas Mraz
2022-11-16Add test to confirm IPAddressFamily_check_len catches invalid lenGraham Woodward
2022-11-16Drop explicit check for engines in opt_legacy_okaySimo Sorce
2022-11-15Add test for EVP_PKEY_eqSimo Sorce
2022-11-15fipsinstall test: skip PCT DSA signature test for new providersPauli
2022-11-15test: add two comparision options to fips version test utility codePauli
2022-11-12Resign test/certs/rootCA.pem to expire in 100 yearsBernd Edlinger
2022-11-12Update the validity period of ed25519 cerificatesBernd Edlinger
2022-11-11Add test for generating safeprime DH parametersTomas Mraz
2022-11-10pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz
2022-11-10Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz
2022-11-10Add a test case for the engine crash with AES-256-CTRBernd Edlinger
2022-11-07Fix PACKET_equal test with BUF_LEN+1 on -Wstringop-overreadReinhard Urban
2022-11-07Test that signatures using hash name commands work properlyTomas Mraz
2022-11-04Check for private key existence before calling eddsa sign functionsWangchong Zhou
2022-11-03Coverity 1516624: Fix overrun memory access.Pauli
2022-11-02Potential null pointer referenceyangyangtiantianlonglong
2022-11-01Update copyright yearTomas Mraz
2022-11-01punycode: add unit testsPauli
2022-10-27tests: clear error queue before executing a testcaseTomas Mraz
2022-10-27test: driver: fix -Wunused-but-set-variableSam James
2022-10-24Workaround egd rand source deficienciesTomas Mraz
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-21link the pyca tests against the correct opensslPaul Kehrer
2022-10-19default provider: include RIPEMD160Pauli
2022-10-19Add a test for TLSv1.3 only client sending a correct key_shareMatt Caswell
2022-10-19Add a test for where a client sends a non-TLSv1.3 key shareMatt Caswell
2022-10-17Add missing include for DH_get0_priv_key()Tomas Mraz
2022-10-11Update copyright yearMatt Caswell
2022-10-07set MGF1 digest correctlyJames Muir
2022-10-04Disable printf format checking on MinGWDaniel Fiala
2022-10-03Test usage of a custom EVP_CIPHERMatt Caswell