summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2022-08-17SHAKE documentation updates for default output length.slontis
2022-08-17APPS: genrsa: Support setting propertiesClemens Lang
2022-08-17APPS: dgst: Support properties when signingClemens Lang
2022-08-17TEST: Check property query support of apps/pkeyClemens Lang
2022-08-17APPS: pkeyparam: Support setting propertiesClemens Lang
2022-08-17APPS: ecparam: Support setting propertiesClemens Lang
2022-08-17APPS: dhparam: Support setting propertiesClemens Lang
2022-08-04test/evp_test: Test if EVP_DigestSign() set signature's length.Sebastian Andrzej Siewior
2022-08-04Add test for EC_KEY_set_private_key()Roberto Hueso Gomez
2022-08-01Free up space in the session cache before adding.Todd Short
2022-07-2680-test_cmp_http.t: fix adaption of plan on 'certstatus' aspect of Mock serverDr. David von Oheimb
2022-07-26Fix visual glitch in non-verbose test outputBernd Edlinger
2022-07-22Add test from "Fix re-signing certificates with different key sizes"Todd Short
2022-07-22Fix a crash in v2i_IPAddrBlocks()Matt Caswell
2022-07-20Coverity 1507372: explicit null dereferencePauli
2022-07-19ossl_ffc_params_copy: Copy the keylength tooTomas Mraz
2022-07-19Test that we generate a short private key for known DH primeTomas Mraz
2022-07-19dh_to_text: Print the dh->length if setTomas Mraz
2022-07-19For known safe primes use the minimum key length according to RFC 7919Tomas Mraz
2022-07-14ocspapitest: use TEST_true to report the exact failurexkernel
2022-07-14ocspapitest: properly check the return of memory-allocating functionsxkernel