summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix two additional instances of the old EVP_MAC_CTX_ functions being used.Pauli2020-06-131-1/+1
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-113-7/+7
* kdf: make function naming consistent.Pauli2020-06-112-37/+38
* Add a CMAC testMatt Caswell2020-06-103-0/+237
* run_tests.pl: Add options for focussing output on failed (sub-)testsDr. David von Oheimb2020-06-101-11/+48
* Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.cDr. David von Oheimb2020-06-101-1/+1
* Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.cDr. David von Oheimb2020-06-101-1/+2
* Update RSA keygen to use sp800-56b by defaultShane Lontis2020-06-101-4/+19
* Add a test for renegotiation with EXTMS droppedTomas Mraz2020-06-095-3/+66
* test: TLS1.3 and new ciphers for kTLSVadim Fedorenko2020-06-082-104/+400
* Fix 90-test_store.t for latest config, limits, providers, and disabled algosDr. David von Oheimb2020-06-085-104/+99
* Add chain to PKCS#12 test file generation in 90-test_store.tDr. David von Oheimb2020-06-081-0/+1
* TEST: Adjust test/bioprinttest.c to behave like the testutil routinesRichard Levitte2020-06-061-2/+32
* TESTUTIL: Adjust the rest of testutilRichard Levitte2020-06-062-20/+18
* TESTUTIL: Separate TAP output and other output by BIO filterRichard Levitte2020-06-065-163/+87