Fix grammar in certificates.txt
[openssl.git] / test / ssl_test.c
2023-09-07 Matt CaswellCopyright year updates
2023-07-04 Hugo LandauRemove unused server code
2023-04-21 Paulitest: update ssl_new tests in line with pedantic FIPS...
2022-06-03 Tomas MrazAdd a test_ssl_new testcase
2021-05-17 Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-02-18 Matt CaswellUpdate copyright year
2021-02-05 Matt CaswellStop disabling TLSv1.3 if ec and dh are disabled
2020-12-10 Dr. David von OheimbUse adapted test_get_libctx() for simpler test setup...
2020-12-01 Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-21 Dr. David von Oheimbtestutil: Add provider.c with test_get_libctx(), to...
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Matt CaswellTeach ssl_test_new how to test the FIPS module
2020-04-20 Matt CaswellTeach ssl_test_new to have different tests for differen...
2020-04-20 Matt CaswellRun ssl_test_new with a non-default library context
2020-02-03 Matt CaswellFix common test framework options
2019-02-11 Shane LontisUpdated test command line parsing to support commmon...
2018-12-15 Kurt RoeckxUse (D)TLS_MAX_VERSION_INTERNAL internally
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-17 Bernd EdlingerAdd a config option to disable automatic config loading
2018-03-20 Matt CaswellUpdate copyright year
2018-03-19 Richard LevitteEnhance ssltestlib's create_ssl_ctx_pair to take min...
2018-03-12 Todd ShortSession Ticket app data
2017-11-29 Todd ShortUse ChaCha only if prioritized by clnt
2017-10-04 Todd ShortSession resume broken switching contexts
2017-07-26 PauliUpdate the test framework so that the need for test_mai...
2017-07-04 PauliRemove the TEST_check macro.
2017-06-22 PauliRemove uses of the TEST_check macro.
2017-06-20 PauliUpdate tests to avoid printf to stdout/stderr when...
2017-04-24 Richard LevitteAdapt all test programs
2017-04-03 Dr. Stephen HensonAdd ExpectedServerCANames
2017-03-28 PauliTest infrastructure additions.
2017-03-16 Dr. Stephen HensonAdd ExpectedClientCANames
2017-03-02 Matt CaswellUse the built in boolean type for CompressionExpected
2017-03-02 Matt CaswellAdd compression tests
2017-01-30 Dr. Stephen HensonAdd test support for TLS signature types.
2017-01-20 Dr. Stephen HensonAdd options to check TLS signing hashes
2017-01-15 Dr. Stephen Hensonadd ECDSA test server certificate
2017-01-15 Dr. Stephen HensonAdd options to check certificate types.
2017-01-08 Dr. Stephen HensonAdd new ssl_test option.
2016-11-09 Emilia KasperAdd main() test methods to reduce test boilerplate.
2016-11-07 Emilia KasperSimplify tests part 2
2016-11-04 Emilia Kaspertestutil: always print errors on failure
2016-08-18 Emilia KasperTest that the peers send at most one fatal alert
2016-08-10 Emilia KasperAdd TEST_check
2016-08-08 Emilia KasperFix ALPN tests when NPN is off
2016-08-08 Emilia KasperReorganize SSL test structures
2016-08-01 Ben LaurieFix various no-*s.
2016-07-21 Emilia KasperTest client-side resumption
2016-07-20 Emilia KasperSSL test framework: port resumption tests
2016-07-19 Emilia KasperSSL test framework: port NPN and ALPN tests
2016-06-28 Emilia KasperSSL test framework: port SNI tests
2016-06-13 Emilia KasperSSL test: only write out server2 when testing SNI
2016-06-13 Emilia KasperPort DTLS version negotiation tests
2016-06-13 Emilia KasperClean up following new SNI tests
2016-06-09 Todd ShortFix session ticket and SNI
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-05-12 Emilia KasperRemove proxy tests. Add verify callback tests.
2016-04-14 Viktor DukhovniDon't use deprecated CONF_modules_free() in tests
2016-04-07 Richard LevitteBetter use BIO_snprintf() than snprintf(), in case...
2016-04-05 Emilia Kaspertestutil: return 1 on success
2016-04-05 Emilia KasperNew SSL test framework