]> git.ipfire.org Git - thirdparty/openssl.git/history - test/ssl_test.c
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / test / ssl_test.c
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