summaryrefslogtreecommitdiffstats
path: root/test/ssl_test.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-07-05Remove unused server codeHugo Landau
2023-04-21test: update ssl_new tests in line with pedantic FIPS policyPauli
2022-06-03Add a test_ssl_new testcaseTomas Mraz
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-02-18Update copyright yearMatt Caswell
2021-02-05Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-08-21testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-20Teach ssl_test_new how to test the FIPS moduleMatt Caswell
2020-04-20Teach ssl_test_new to have different tests for different loaded providersMatt Caswell
2020-04-20Run ssl_test_new with a non-default library contextMatt Caswell
2020-02-03Fix common test framework optionsMatt Caswell
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-04-17Add a config option to disable automatic config loadingBernd Edlinger
2018-03-20Update copyright yearMatt Caswell
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte
2018-03-12Session Ticket app dataTodd Short
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-10-04Session resume broken switching contextsTodd Short
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-05Remove the TEST_check macro.Pauli
2017-06-23Remove uses of the TEST_check macro.Pauli
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli
2017-04-24Adapt all test programsRichard Levitte
2017-04-03Add ExpectedServerCANamesDr. Stephen Henson
2017-03-29Test infrastructure additions.Pauli
2017-03-16Add ExpectedClientCANamesDr. Stephen Henson
2017-03-02Use the built in boolean type for CompressionExpectedMatt Caswell
2017-03-02Add compression testsMatt Caswell
2017-01-30Add test support for TLS signature types.Dr. Stephen Henson
2017-01-20Add options to check TLS signing hashesDr. Stephen Henson
2017-01-15add ECDSA test server certificateDr. Stephen Henson
2017-01-15Add options to check certificate types.Dr. Stephen Henson
2017-01-08Add new ssl_test option.Dr. Stephen Henson
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper
2016-11-07Simplify tests part 2Emilia Kasper
2016-11-04testutil: always print errors on failureEmilia Kasper
2016-08-18Test that the peers send at most one fatal alertEmilia Kasper
2016-08-10Add TEST_checkEmilia Kasper
2016-08-08Fix ALPN tests when NPN is offEmilia Kasper