summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-163-7/+7
* deprecate engine testsPauli2020-07-162-0/+6
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-164-15/+8
* Make -provider_name and -section_name optionalRich Salz2020-07-156-18/+10
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-153-1/+382
* DRBG: rename the DRBG taxonomy.Pauli2020-07-141-120/+124
* [test] ectest: check custom generatorsBilly Brumley2020-07-121-0/+84
* Add and use internal header that implements endianness checkRichard Levitte2020-07-112-23/+1
* Fix wrong fipsinstall key used in testShane Lontis2020-07-091-1/+0
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-094-8/+304
* Fix CID 1465213: Integer handling issues (evp_extra_test.c)Shane Lontis2020-07-081-4/+4
* Fix CID 1465215 : Explicit null dereferenced (in test)Shane Lontis2020-07-081-0/+2
* Add a test to check having a provider loaded without a groups still worksMatt Caswell2020-07-081-1/+4
* Add support to zeroize plaintext in S3 record layerMartin Elshuber2020-07-071-0/+114
* [test][15-test_genec] Improve EC tests with genpkeyNicola Tuveri2020-07-061-14/+119
* Ensure the sslcorrupttest checks all errors on the queueMatt Caswell2020-07-061-3/+11
* Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell2020-07-061-2/+2
* TEST: update 02-test_errstr.t to have better testsRichard Levitte2020-07-051-78/+79
* TEST: fix test/errtest.cRichard Levitte2020-07-051-9/+38
* Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb2020-07-051-46/+39
* Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb2020-07-059-65/+256
* 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