summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-12-11Skip testing ciphers in the legacy provider if no legacyMatt Caswell
2020-12-11Don't load the legacy provider in endecoder_legacy_testMatt Caswell
2020-12-11Don't use legacy provider if not available in test_ssl_oldMatt Caswell
2020-12-11Fix sslapitest.c if built with no-legacyMatt Caswell
2020-12-11Skip evp_test cases where we need the legacy prov and its not availableMatt Caswell
2020-12-11Add validate method to ECX keymanagerShane Lontis
2020-12-10apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb
2020-12-09Test that we can negotiate TLSv1.3 if we have an SNI callbackMatt Caswell
2020-12-09v3nametest: Make the gennames structure staticTomas Mraz
2020-12-08STORE: clear err after ossl_store_get0_loader_intDaniel Bevenius
2020-12-08Fix a compilation failure with no-tls_1_2Matt Caswell
2020-12-08Fix a test failure with no-tls1_3Matt Caswell
2020-12-08Add a test for encoding/decoding using an invalid ASN.1 TemplateMatt Caswell
2020-12-08Add a test for GENERAL_NAME_cmpMatt Caswell
2020-12-07Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis
2020-12-04test/certs/setup.sh: Fix two glitchesDr. David von Oheimb
2020-12-04evp_pkey_dparams_test.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}Dr. David von Oheimb
2020-12-04endecode_test.c: Fix build errors on OPENSSL_NO_{DH,DSA,EC,EC2M}Dr. David von Oheimb
2020-12-04Fix no-dsaMatt Caswell
2020-12-04Fix ecdsa digest setting code to match dsa.Shane Lontis
2020-12-03x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb
2020-12-02Add test to demonstrate the app's new engine key loadingRichard Levitte
2020-12-02Fix no-dtlsMatt Caswell
2020-12-02openssl dgst: add option to specify output length for XOFDaiki Ueno
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-12-02Print random seed on test failure.Pauli
2020-12-02Fix simpledynamic.c - a typo and missed a headerKelvin Lee
2020-12-01TEST: Add a simple module loader, and test the FIPS module with itRichard Levitte
2020-12-01TEST: Break out the local dynamic loading code from shlibloadtest.cRichard Levitte
2020-12-01endecode_test.c: Add warning that 512-bit DH key size is for testing onlyDr. David von Oheimb
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-12-01remove obsolete test/drbg_cavs_data.hDr. David von Oheimb
2020-12-01remove obsolete test/drbg_extra_test.hDr. David von Oheimb
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell
2020-11-29endecode_test.c: Significant speedup in generating DH and DHX keysDr. David von Oheimb
2020-11-28TEST: Fix path length in test/ossl_store_test.cRichard Levitte
2020-11-27X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb
2020-11-27Deprecate more DH functionsMatt Caswell
2020-11-27Don't test a deprecated function in a no-deprecated buildMatt Caswell
2020-11-27Deprecate the DHparams and DHxparams PEM routinesMatt Caswell
2020-11-27TEST: Adapt test/errtest for the 'no-err' configurationRichard Levitte
2020-11-27Fix no-deprecated configurationShane Lontis
2020-11-26Add test for no reset after DigestFinal_ex and DigestFinalXOFTomas Mraz
2020-11-26Update copyright yearMatt Caswell
2020-11-25Fix no-rc2Matt Caswell
2020-11-25re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with AES-256-CBC (avoiding DES)Dr. David von Oheimb
2020-11-25Re-enable testing of ciphersuitesMatt Caswell