Modified the OpenSSL patch to use session ticket -specific function
authorJouni Malinen <j@w1.fi>
Wed, 12 Nov 2008 04:15:27 +0000 (06:15 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 12 Nov 2008 04:15:27 +0000 (06:15 +0200)
commit1b554eb0d7afa4b0d0103b48a71a4852144efc73
treed53bb57b2fdaeeb4a18f9dad5a4b6490c1e18ec4
parentd13c05cafb5c0297a288cc49903da164c6a78b81
Modified the OpenSSL patch to use session ticket -specific function

This is the first step in replacing SSL_set_hello_extension() with a new
SSL_set_session_ticket_ext() function that can only be used to override the
session ticket extension, not any arbitrary TLS extension.

SSL_set_hello_extension() is still present as a simple wrapper in this
version to avoid changing the API and to make testing with wpa_supplicant
and hostapd easier. It can be eventually removed when the patch is going in
into OpenSSL distribution.
patches/openssl-0.9.9-session-ticket.patch