Print Ed25519 in s_client/s_server
[openssl.git] / test / ssl_test.c
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