]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add test for SSL_set_session_ticket_ext
authorMatt Caswell <matt@openssl.org>
Mon, 27 Jul 2015 11:04:47 +0000 (12:04 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 27 Jul 2015 15:52:00 +0000 (16:52 +0100)
commit3b848c642cdbca17c686c95b8fd655e5b1f5df2a
treedfe9f790ce28d974f305d4fc92c47c3b05cbcbc8
parent57787ac81444938a876f185cdd73875c8f53e208
Add test for SSL_set_session_ticket_ext

The function SSL_set_session_ticket_ext sets the ticket data to be sent in
the ClientHello. This is useful for EAP-FAST. This commit adds a test to
ensure that when this function is called the expected ticket data actually
appears in the ClientHello.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
test/Makefile
test/clienthellotest.c [new file with mode: 0644]