]> git.ipfire.org Git - thirdparty/openssl.git/history - test/handshake_helper.c
Remove MAC cruft
[thirdparty/openssl.git] / test / handshake_helper.c
2019-02-01  Michael TuexenFix end-point shared secret for DTLS/SCTP
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-12  Viktor DukhovniAdded missing signature algorithm reflection functions
2018-08-20  Matt CaswellChange Post Handshake auth so that it is opt-in
2018-06-26  Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-05-17  Matt CaswellChange the default number of NewSessionTickets we send...
2018-05-11  Matt CaswellRework the decrypt ticket callback
2018-05-11  Kurt RoeckxUse void in all function definitions that do not take...
2018-03-12  Todd ShortSession Ticket app data
2018-02-15  Bernd EdlingerFix a gcc warning about possible fall through
2018-02-13  Matt CaswellUpdate copyright year
2018-02-01  Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2017-12-08  Benjamin KadukFix coverity nit in handshake_helper.c
2017-11-29  Todd ShortUse ChaCha only if prioritized by clnt
2017-11-13  Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-05  FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-04  Todd ShortSession resume broken switching contexts
2017-09-08  David BenjaminIntroduce named constants for the ClientHello callback.
2017-09-08  David BenjaminRename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.
2017-09-01  Benjamin KadukFix long SNI lengths in test/handshake_helper.c
2017-08-24  Matt CaswellFix enable-sctp
2017-08-22  Rich Salz(Re)move some things from e_os.h
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-17  PauliRemove tests dependence on e_os.h
2017-08-11  FdaSilvaYYFix some Typos and indents
2017-07-16  PauliAddress Coverity issues.
2017-07-13  PauliRemove trailing blanks.
2017-07-13  PauliTest cleaning and modernisation
2017-07-04  PauliRemove the TEST_check macro.
2017-06-26  Paul YangFix return value checking for BIO_sock_init
2017-06-06  Todd ShortHandle the server refusing to reneg in a reneg_setup
2017-04-25  Matt CaswellAddress review feedback for the SCTP changes
2017-04-25  Matt CaswellAdd support to test_ssl_new for testing with DTLS over...
2017-04-10  Benjamin KadukAllow an ALPN callback to pretend to not exist
2017-04-03  Dr. Stephen HensonAdd ExpectedServerCANames
2017-03-16  Dr. Stephen HensonAdd ExpectedClientCANames
2017-03-14  Emilia KasperPort SRP tests to the new test framework
2017-03-02  Matt CaswellAdd compression tests
2017-02-23  Benjamin KadukTests for SSL early callback
2017-02-17  Matt CaswellAdd some KeyUpdate tests
2017-02-16  Matt CaswellProvide a test for the Encrypt-Then-Mac renegotiation...
2017-01-30  Dr. Stephen HensonAdd test support for TLS signature types.
2017-01-25  FdaSilvaYYFix some extra or missing whitespaces...
2017-01-20  Dr. Stephen HensonAdd options to check TLS signing hashes
2017-01-15  Dr. Stephen HensonAdd options to check certificate types.
2017-01-10  Rich SalzMove extension data into sub-structs
2017-01-08  Dr. Stephen HensonAdd new ssl_test option.
2016-12-16  Richard Levittetest/ssl_test: give up if both client and server wait...
2016-09-28  Matt CaswellExtend the renegotiation tests
2016-09-28  Matt CaswellAdd support for testing renegotiation
2016-09-22  Rich SalzAdd -Wswitch-enum
2016-08-30  Matt CaswellAdd some CertStatus tests
2016-08-18  Emilia KasperTest that the peers send at most one fatal alert
2016-08-18  Emilia KasperPort multi-buffer tests
2016-08-16  Matt CaswellConvert SSL_SESSION* functions to use const getters
2016-08-16  Emilia KasperSSL tests: send some application data
2016-08-10  Emilia KasperDon't attempt to load the CT log list with no-ec
2016-08-10  Emilia KasperGracefully free a NULL HANDSHAKE_RESULT
2016-08-10  Emilia KasperAdd TEST_check
2016-08-10  Emilia KasperSSL tests: port CT tests, add a few more
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  Richard LevitteShorten some symbol names
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-05  Emilia KasperNew SSL test framework