mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
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.