summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-07-01Make x509 -force_pubkey test case with self-issued cert more realisticDr. David von Oheimb
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz
2020-06-28Move test-related info from INSTALL.md to new test/README.md, updating refere...Dr. David von Oheimb
2020-06-28Add a test to make sure ASYNC aware code gets the right default libctxMatt Caswell
2020-06-28TEST: Add test to exercise OPENSSL_CTX_set0_default()Richard Levitte
2020-06-27Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx
2020-06-27Fix syntax of cipher stringKurt Roeckx
2020-06-26TEST: Add TODO segments in test/recipes/15-test_genec.tRichard Levitte
2020-06-26Test genpkey app for EC keygen with various argsNicola Tuveri
2020-06-25Update copyright yearMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-24test: add test for generation of random data in chunks.Pauli
2020-06-24test: update EVP tests to include DRBG testingPauli
2020-06-24NIST DRBG set dataPauli
2020-06-24update drbgtest to the provider modelPauli
2020-06-24params: add OSSL_PARAM helpers for time_t.Pauli
2020-06-23Add an SSL_dup testMatt Caswell
2020-06-23property: Move global default properties to the library context.Pauli
2020-06-23TEST: Pass -no-CAstore in 80-test_ocsp.tSebastian Andrzej Siewior
2020-06-22test/run_tests.pl: Improve indentation parsing workaround for VFO and VFP modeDr. David von Oheimb
2020-06-22test/run_tests.pl: Improve newline output for VFO and VFP modeDr. David von Oheimb
2020-06-22Speed-up for tests in 81-test_cmp_cli_data/test_connection.csvDr. David von Oheimb
2020-06-22Disable tests in cmp_vfy_test.c that make no sense if FUZZING_BUILD_MODE_UNSA...Dr. David von Oheimb
2020-06-2281-test_cmp_cli.t: Disable CLI-based tests in case fuzzing is enabledDr. David von Oheimb
2020-06-2281-test_cmp_cli.t: Do connections to 127.0.0.1 (e.g., Mock server) without proxyDr. David von Oheimb
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb
2020-06-21namemap: change ossl_namemap_empty() to do what the documentation says.Pauli
2020-06-19Add a test for d2i_AutoPrivateKey_ex with a non-default libctxMatt Caswell
2020-06-19Write a test provider to test the TLS-GROUPS capabilityMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell
2020-06-18Fix segfault in openssl app called with no args.Shane Lontis
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-13Chunk 12 of CMP contribution to OpenSSL: CLI-based high-level testsDr. David von Oheimb
2020-06-13Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Fix two additional instances of the old EVP_MAC_CTX_ functions being used.Pauli
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-11kdf: make function naming consistent.Pauli
2020-06-10Add a CMAC testMatt Caswell
2020-06-10run_tests.pl: Add options for focussing output on failed (sub-)testsDr. David von Oheimb
2020-06-10Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.cDr. David von Oheimb
2020-06-10Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.cDr. David von Oheimb
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-06-09Add a test for renegotiation with EXTMS droppedTomas Mraz
2020-06-08test: TLS1.3 and new ciphers for kTLSVadim Fedorenko
2020-06-08Fix 90-test_store.t for latest config, limits, providers, and disabled algosDr. David von Oheimb