openssl/include
Benjamin Kaduk 193b5d769c Add SSL_early_get1_extensions_present()
It is an API to be used from the early callback that indicates what
extensions were present in the ClientHello, and in what order.
This can be used to eliminate unneeded calls to SSL_early_get0_ext()
(which itself scales linearly in the number of extensions supported
by the library).

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2976)
2017-06-12 09:31:47 +01:00
..
internal make error tables const and separate header file 2017-06-07 15:12:03 -04:00
openssl Add SSL_early_get1_extensions_present() 2017-06-12 09:31:47 +01:00