aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't run the cmp_cli tests if using FUZZING_BUILD_MODEMatt Caswell2020-07-031-3/+8
* 81-test_cmp_cli.t: Correct subroutine quote_spc_empty and its useDr. David von Oheimb2020-07-031-2/+2
* 81-test_cmp_cli.t: Streamline {start,stop}_mock_server and improve port settingDr. David von Oheimb2020-07-031-12/+13
* test/run_tests.pl: Add alias REPORT_FAILURES{,_PROGRESS} for VF and VFPDr. David von Oheimb2020-07-032-6/+9
* test/run_tests.pl: Add visual separator after failed test case for VFP and VF...Dr. David von Oheimb2020-07-031-0/+1
* test/run_tests.pl: Enhance the semantics of HARNESS_VERBOSE_FAILURES (VF)Dr. David von Oheimb2020-07-032-21/+18
* [test/README.md] minor fix of examples missing the test targetNicola Tuveri2020-07-021-3/+3
* Run tests in parallelNicola Tuveri2020-07-022-0/+22
* Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb2020-07-012-24/+51
* Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb2020-07-013-1/+25
* Add four more verify test cases on the self-signed Ed25519 and self-issed X25...Dr. David von Oheimb2020-07-011-2/+14
* Make x509 -force_pubkey test case with self-issued cert more realisticDr. David von Oheimb2020-07-012-2/+11
* Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb2020-07-011-1/+1
* Add --fips-key configuration parameter to fipsinstall application.Rich Salz2020-06-297-24/+19
* Move test-related info from INSTALL.md to new test/README.md, updating refere...Dr. David von Oheimb2020-06-281-0/+130
* Add a test to make sure ASYNC aware code gets the right default libctxMatt Caswell2020-06-281-1/+109
* TEST: Add test to exercise OPENSSL_CTX_set0_default()Richard Levitte2020-06-281-7/+45
* Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx2020-06-2718-1822/+1888
* Fix syntax of cipher stringKurt Roeckx2020-06-271-6/+6
* TEST: Add TODO segments in test/recipes/15-test_genec.tRichard Levitte2020-06-261-17/+47
* Test genpkey app for EC keygen with various argsNicola Tuveri2020-06-261-0/+179
* Update copyright yearMatt Caswell2020-06-2513-13/+13
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-243-30/+30
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-244-4/+4
* test: add test for generation of random data in chunks.Pauli2020-06-241-0/+33
* test: update EVP tests to include DRBG testingPauli2020-06-243-2/+289
* NIST DRBG set dataPauli2020-06-241-0/+79522
* update drbgtest to the provider modelPauli2020-06-241-339/+199
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-242-0/+37
* Add an SSL_dup testMatt Caswell2020-06-231-0/+72
* property: Move global default properties to the library context.Pauli2020-06-231-0/+30
* TEST: Pass -no-CAstore in 80-test_ocsp.tSebastian Andrzej Siewior2020-06-231-1/+1
* test/run_tests.pl: Improve indentation parsing workaround for VFO and VFP modeDr. David von Oheimb2020-06-221-3/+8
* test/run_tests.pl: Improve newline output for VFO and VFP modeDr. David von Oheimb2020-06-221-4/+4
* Speed-up for tests in 81-test_cmp_cli_data/test_connection.csvDr. David von Oheimb2020-06-221-7/+4
* Disable tests in cmp_vfy_test.c that make no sense if FUZZING_BUILD_MODE_UNSA...Dr. David von Oheimb2020-06-221-1/+20
* 81-test_cmp_cli.t: Disable CLI-based tests in case fuzzing is enabledDr. David von Oheimb2020-06-221-2/+4
* 81-test_cmp_cli.t: Do connections to 127.0.0.1 (e.g., Mock server) without proxyDr. David von Oheimb2020-06-221-4/+14
* Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb2020-06-221-1/+1
* namemap: change ossl_namemap_empty() to do what the documentation says.Pauli2020-06-211-4/+23
* Add a test for d2i_AutoPrivateKey_ex with a non-default libctxMatt Caswell2020-06-193-3/+247
* Write a test provider to test the TLS-GROUPS capabilityMatt Caswell2020-06-193-1/+523
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-193-8/+8
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-192-8/+6
* Modify libssl to discover supported groups based on available providersMatt Caswell2020-06-194-4/+11
* Fix segfault in openssl app called with no args.Shane Lontis2020-06-181-0/+25
* Add ACVP fips module testsShane Lontis2020-06-176-206/+3470
* Chunk 12 of CMP contribution to OpenSSL: CLI-based high-level testsDr. David von Oheimb2020-06-1328-0/+7359
* Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-1/+2
* Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-132-42/+40