summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2022-09-29djgpp: Skip test/rsa_complex.cJ.W. Jagersma
2022-09-28Test TLS extension orderingTodd Short
2022-09-27Test a 0 return from the ticket key callbackMatt Caswell
2022-09-23test: Fix memory leak of asynctestTianjia Zhang
2022-09-23Clear incorrectly reported errors in d2i_CMS_ContentInfoDaniel Fiala
2022-09-22Add additional messages to the DTLS dropped records testMatt Caswell
2022-09-21Coverity 1515415: NULL dereferencePauli
2022-09-21Remove unnecessary definePauli
2022-09-21Runtime detect FIPS RNG usage in testPauli
2022-09-21Remove FIPS condition on IV gen test.Pauli
2022-09-21Remove FIPS condition on SM2 test.Pauli
2022-09-1680-test_ssl_new.t: make dependencies on CTLOG_FILE and TEST_CERTS_DIR explicitDavid von Oheimb
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-16Add documentation and test for EVP_PBE_alg_addDaniel Fiala
2022-09-16With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz
2022-09-16Fix default padding regression against 3.0.0 FIPS providerPauli
2022-09-16TDES: fix test with old FIPS providerPauli
2022-09-16evp_test: allow FIPS provider version based escapes in evp_testPauli
2022-09-16test: make unit tests FIPS provider version awarePauli
2022-08-26Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala
2022-08-24test: placate Clang's --Wbitwise-instead-of-logicalSam James
2022-08-18Add testcases for EVP_PKEY_get1_encoded_public_keyTomas Mraz
2022-08-17Don't incorrectly skip the multiblock testMatt Caswell
2022-08-17Test that swapping the first app data record with Finished msg worksMatt Caswell