aboutsummaryrefslogtreecommitdiff
path: root/test/ssl_test.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz1-6/+18
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-05Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell1-5/+17
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb1-1/+1
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb1-2/+2
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-2/+2
2020-10-01Run the withlibctx.pl scriptMatt Caswell1-16/+14
2020-09-13Fix safestack issues in x509.hMatt Caswell1-2/+0
2020-08-21testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb1-21/+6
2020-07-24Add X509 related libctx changes.Shane Lontis1-1/+1
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-20Teach ssl_test_new how to test the FIPS moduleMatt Caswell1-1/+7
2020-04-20Teach ssl_test_new to have different tests for different loaded providersMatt Caswell1-7/+9
2020-04-20Run ssl_test_new with a non-default library contextMatt Caswell1-10/+37
2020-02-03Fix common test framework optionsMatt Caswell1-0/+5
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-0/+2
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx1-18/+9
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-04-17Add a config option to disable automatic config loadingBernd Edlinger1-0/+5
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte1-0/+27
2018-03-12Session Ticket app dataTodd Short1-0/+22
2017-11-30Use ChaCha only if prioritized by clntTodd Short1-0/+13
2017-10-04Session resume broken switching contextsTodd Short1-0/+14
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-10/+9
2017-07-05Remove the TEST_check macro.Pauli1-1/+2
2017-06-23Remove uses of the TEST_check macro.Pauli1-23/+23
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli1-13/+12
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-03Add ExpectedServerCANamesDr. Stephen Henson1-48/+57
2017-03-29Test infrastructure additions.Pauli1-71/+59
2017-03-16Add ExpectedClientCANamesDr. Stephen Henson1-0/+57
2017-03-02Use the built in boolean type for CompressionExpectedMatt Caswell1-3/+3
2017-03-02Add compression testsMatt Caswell1-0/+11
2017-01-30Add test support for TLS signature types.Dr. Stephen Henson1-0/+16
2017-01-20Add options to check TLS signing hashesDr. Stephen Henson1-12/+26
2017-01-15add ECDSA test server certificateDr. Stephen Henson1-1/+1
2017-01-15Add options to check certificate types.Dr. Stephen Henson1-6/+29
2017-01-08Add new ssl_test option.Dr. Stephen Henson1-0/+12
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper1-1/+3
2016-11-07Simplify tests part 2Emilia Kasper1-32/+6
2016-11-04testutil: always print errors on failureEmilia Kasper1-2/+0
2016-08-18Test that the peers send at most one fatal alertEmilia Kasper1-0/+10
2016-08-10Add TEST_checkEmilia Kasper1-12/+12
2016-08-08Fix ALPN tests when NPN is offEmilia Kasper1-2/+2
2016-08-08Reorganize SSL test structuresEmilia Kasper1-14/+14
2016-08-01Fix various no-*s.Ben Laurie1-0/+4
2016-07-21Test client-side resumptionEmilia Kasper1-3/+12
2016-07-20SSL test framework: port resumption testsEmilia Kasper1-2/+33