summaryrefslogtreecommitdiff
path: root/test/ssl_test.c
Commit message (Expand)AuthorAgeFilesLines
* test: update ssl_new tests in line with pedantic FIPS policyPauli2023-04-211-0/+7
* Add a test_ssl_new testcaseTomas Mraz2022-06-031-0/+25
* Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz2021-05-171-6/+18
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell2021-02-051-5/+17
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-101-1/+1
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-16/+14
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb2020-08-211-21/+6
* Add X509 related libctx changes.Shane Lontis2020-07-241-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Teach ssl_test_new how to test the FIPS moduleMatt Caswell2020-04-201-1/+7
* Teach ssl_test_new to have different tests for different loaded providersMatt Caswell2020-04-201-7/+9
* Run ssl_test_new with a non-default library contextMatt Caswell2020-04-201-10/+37
* Fix common test framework optionsMatt Caswell2020-02-031-0/+5
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-0/+2
* Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx2018-12-151-18/+9
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Add a config option to disable automatic config loadingBernd Edlinger2018-04-171-0/+5
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte2018-03-191-0/+27
* Session Ticket app dataTodd Short2018-03-121-0/+22
* Use ChaCha only if prioritized by clntTodd Short2017-11-301-0/+13
* Session resume broken switching contextsTodd Short2017-10-041-0/+14
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-10/+9
* Remove the TEST_check macro.Pauli2017-07-051-1/+2
* Remove uses of the TEST_check macro.Pauli2017-06-231-23/+23
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-13/+12
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Add ExpectedServerCANamesDr. Stephen Henson2017-04-031-48/+57
* Test infrastructure additions.Pauli2017-03-291-71/+59
* Add ExpectedClientCANamesDr. Stephen Henson2017-03-161-0/+57
* Use the built in boolean type for CompressionExpectedMatt Caswell2017-03-021-3/+3
* Add compression testsMatt Caswell2017-03-021-0/+11
* Add test support for TLS signature types.Dr. Stephen Henson2017-01-301-0/+16
* Add options to check TLS signing hashesDr. Stephen Henson2017-01-201-12/+26
* add ECDSA test server certificateDr. Stephen Henson2017-01-151-1/+1
* Add options to check certificate types.Dr. Stephen Henson2017-01-151-6/+29
* Add new ssl_test option.Dr. Stephen Henson2017-01-081-0/+12
* Add main() test methods to reduce test boilerplate.Emilia Kasper2016-11-091-1/+3
* Simplify tests part 2Emilia Kasper2016-11-071-32/+6
* testutil: always print errors on failureEmilia Kasper2016-11-041-2/+0
* Test that the peers send at most one fatal alertEmilia Kasper2016-08-181-0/+10
* Add TEST_checkEmilia Kasper2016-08-101-12/+12
* Fix ALPN tests when NPN is offEmilia Kasper2016-08-081-2/+2
* Reorganize SSL test structuresEmilia Kasper2016-08-081-14/+14
* Fix various no-*s.Ben Laurie2016-08-011-0/+4