aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix sslapitest.c if built with no-legacyMatt Caswell2020-12-111-1/+10
* Skip evp_test cases where we need the legacy prov and its not availableMatt Caswell2020-12-1112-0/+306
* Add validate method to ECX keymanagerShane Lontis2020-12-111-20/+75
* apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb2020-12-101-1/+1
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-1014-96/+57
* Test that we can negotiate TLSv1.3 if we have an SNI callbackMatt Caswell2020-12-091-0/+59
* v3nametest: Make the gennames structure staticTomas Mraz2020-12-091-1/+1
* STORE: clear err after ossl_store_get0_loader_intDaniel Bevenius2020-12-081-0/+28
* Fix a compilation failure with no-tls_1_2Matt Caswell2020-12-081-1/+1
* Fix a test failure with no-tls1_3Matt Caswell2020-12-081-3/+19
* Add a test for encoding/decoding using an invalid ASN.1 TemplateMatt Caswell2020-12-082-0/+69
* Add a test for GENERAL_NAME_cmpMatt Caswell2020-12-081-0/+344
* Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis2020-12-071-2/+3
* test/certs/setup.sh: Fix two glitchesDr. David von Oheimb2020-12-041-3/+3
* evp_pkey_dparams_test.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}Dr. David von Oheimb2020-12-041-1/+1
* endecode_test.c: Fix build errors on OPENSSL_NO_{DH,DSA,EC,EC2M}Dr. David von Oheimb2020-12-041-2/+8
* Fix no-dsaMatt Caswell2020-12-041-24/+28
* Fix ecdsa digest setting code to match dsa.Shane Lontis2020-12-041-0/+21
* x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb2020-12-033-1/+24
* Add test to demonstrate the app's new engine key loadingRichard Levitte2020-12-021-1/+40
* Fix no-dtlsMatt Caswell2020-12-021-1/+2
* openssl dgst: add option to specify output length for XOFDaiki Ueno2020-12-021-2/+16
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-024-6/+6
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-025-14/+63
* Print random seed on test failure.Pauli2020-12-021-6/+9
* Fix simpledynamic.c - a typo and missed a headerKelvin Lee2020-12-021-1/+2
* TEST: Add a simple module loader, and test the FIPS module with itRichard Levitte2020-12-013-0/+83
* TEST: Break out the local dynamic loading code from shlibloadtest.cRichard Levitte2020-12-014-83/+143
* endecode_test.c: Add warning that 512-bit DH key size is for testing onlyDr. David von Oheimb2020-12-011-1/+4
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-0142-89/+79
* remove obsolete test/drbg_cavs_data.hDr. David von Oheimb2020-12-011-88/+0
* remove obsolete test/drbg_extra_test.hDr. David von Oheimb2020-12-011-188/+0
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-301-0/+8
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-302-5/+9
* endecode_test.c: Significant speedup in generating DH and DHX keysDr. David von Oheimb2020-11-296-169/+242
* TEST: Fix path length in test/ossl_store_test.cRichard Levitte2020-11-281-1/+10
* X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb2020-11-271-14/+4
* Deprecate more DH functionsMatt Caswell2020-11-271-0/+6
* Don't test a deprecated function in a no-deprecated buildMatt Caswell2020-11-271-2/+2
* Deprecate the DHparams and DHxparams PEM routinesMatt Caswell2020-11-273-7/+11
* TEST: Adapt test/errtest for the 'no-err' configurationRichard Levitte2020-11-271-9/+26
* Fix no-deprecated configurationShane Lontis2020-11-271-2/+2
* Add test for no reset after DigestFinal_ex and DigestFinalXOFTomas Mraz2020-11-261-0/+46
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Fix no-rc2Matt Caswell2020-11-251-8/+12
* re-encrypt 81-test_cmp_cli_data/Mock/signer.p12 with AES-256-CBC (avoiding DES)Dr. David von Oheimb2020-11-251-0/+0
* Re-enable testing of ciphersuitesMatt Caswell2020-11-253-80/+107
* Test that OSSL_STORE can load various types of paramsMatt Caswell2020-11-255-2/+123
* Test various deprecated PEM_read_bio_* APIsMatt Caswell2020-11-2510-1/+349
* TEST: Make our test data binaryRichard Levitte2020-11-244-6/+6