aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb9-65/+256
2020-07-03Don't run the cmp_cli tests if using FUZZING_BUILD_MODEMatt Caswell1-3/+8
2020-07-0381-test_cmp_cli.t: Correct subroutine quote_spc_empty and its useDr. David von Oheimb1-2/+2
2020-07-0381-test_cmp_cli.t: Streamline {start,stop}_mock_server and improve port settingDr. David von Oheimb1-12/+13
2020-07-03test/run_tests.pl: Add alias REPORT_FAILURES{,_PROGRESS} for VF and VFPDr. David von Oheimb2-6/+9
2020-07-03test/run_tests.pl: Add visual separator after failed test case for VFP and VF...Dr. David von Oheimb1-0/+1
2020-07-03test/run_tests.pl: Enhance the semantics of HARNESS_VERBOSE_FAILURES (VF)Dr. David von Oheimb2-21/+18
2020-07-02[test/README.md] minor fix of examples missing the test targetNicola Tuveri1-3/+3
2020-07-02Run tests in parallelNicola Tuveri2-0/+22
2020-07-01Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb2-24/+51
2020-07-01Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb3-1/+25
2020-07-01Add four more verify test cases on the self-signed Ed25519 and self-issed X25...Dr. David von Oheimb1-2/+14
2020-07-01Make x509 -force_pubkey test case with self-issued cert more realisticDr. David von Oheimb2-2/+11
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb1-1/+1
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz7-24/+19
2020-06-28Move test-related info from INSTALL.md to new test/README.md, updating refere...Dr. David von Oheimb1-0/+130
2020-06-28Add a test to make sure ASYNC aware code gets the right default libctxMatt Caswell1-1/+109
2020-06-28TEST: Add test to exercise OPENSSL_CTX_set0_default()Richard Levitte1-7/+45
2020-06-27Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx18-1822/+1888
2020-06-27Fix syntax of cipher stringKurt Roeckx1-6/+6
2020-06-26TEST: Add TODO segments in test/recipes/15-test_genec.tRichard Levitte1-17/+47
2020-06-26Test genpkey app for EC keygen with various argsNicola Tuveri1-0/+179
2020-06-25Update copyright yearMatt Caswell13-13/+13
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre3-30/+30
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre4-4/+4
2020-06-24test: add test for generation of random data in chunks.Pauli1-0/+33
2020-06-24test: update EVP tests to include DRBG testingPauli3-2/+289
2020-06-24NIST DRBG set dataPauli1-0/+79522
2020-06-24update drbgtest to the provider modelPauli1-339/+199
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli2-0/+37
2020-06-23Add an SSL_dup testMatt Caswell1-0/+72
2020-06-23property: Move global default properties to the library context.Pauli1-0/+30
2020-06-23TEST: Pass -no-CAstore in 80-test_ocsp.tSebastian Andrzej Siewior1-1/+1
2020-06-22test/run_tests.pl: Improve indentation parsing workaround for VFO and VFP modeDr. David von Oheimb1-3/+8
2020-06-22test/run_tests.pl: Improve newline output for VFO and VFP modeDr. David von Oheimb1-4/+4
2020-06-22Speed-up for tests in 81-test_cmp_cli_data/test_connection.csvDr. David von Oheimb1-7/+4
2020-06-22Disable tests in cmp_vfy_test.c that make no sense if FUZZING_BUILD_MODE_UNSA...Dr. David von Oheimb1-1/+20
2020-06-2281-test_cmp_cli.t: Disable CLI-based tests in case fuzzing is enabledDr. David von Oheimb1-2/+4
2020-06-2281-test_cmp_cli.t: Do connections to 127.0.0.1 (e.g., Mock server) without proxyDr. David von Oheimb1-4/+14
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb1-1/+1
2020-06-21namemap: change ossl_namemap_empty() to do what the documentation says.Pauli1-4/+23
2020-06-19Add a test for d2i_AutoPrivateKey_ex with a non-default libctxMatt Caswell3-3/+247
2020-06-19Write a test provider to test the TLS-GROUPS capabilityMatt Caswell3-1/+523
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell3-8/+8
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2-8/+6
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell4-4/+11
2020-06-18Fix segfault in openssl app called with no args.Shane Lontis1-0/+25
2020-06-17Add ACVP fips module testsShane Lontis6-206/+3470
2020-06-13Chunk 12 of CMP contribution to OpenSSL: CLI-based high-level testsDr. David von Oheimb28-0/+7359
2020-06-13Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb1-1/+2