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:14:02 +0000 (16:14 +0100)
commit8e75dcf58705dbf29f37bfa9725ef6cde49c0c8a
tree72926871fe858f426e94da035ea5d117b2900ee5
parent396a2dc07177a14284dba194cb6dfda4f3785681
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>
ssl/Makefile
ssl/clienthellotest.c [new file with mode: 0644]
ssl/ssl3.h
test/Makefile