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:50:38 +0000 (16:50 +0100)
commit09368c044b4a0dfe694e4905cb13e9a293efd78d
tree5d9ecdc608addb734f6b851717ac69726fc5c80b
parent4102d1a5034aea9cf3b070534bc97f5cee2f2296
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]
test/Makefile