0099748fd6
NPN has been superseded by ALPN so NPN is disabled by default The patch has been sent to OpenSSL for inclusion, see https://github.com/openssl/openssl/pull/1100 Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
12 lines
393 B
Diff
12 lines
393 B
Diff
--- a/ssl/t1_ext.c
|
|
+++ b/ssl/t1_ext.c
|
|
@@ -275,7 +275,9 @@ int SSL_extension_supported(unsigned int
|
|
case TLSEXT_TYPE_ec_point_formats:
|
|
case TLSEXT_TYPE_elliptic_curves:
|
|
case TLSEXT_TYPE_heartbeat:
|
|
+# ifndef OPENSSL_NO_NEXTPROTONEG
|
|
case TLSEXT_TYPE_next_proto_neg:
|
|
+# endif
|
|
case TLSEXT_TYPE_padding:
|
|
case TLSEXT_TYPE_renegotiate:
|
|
case TLSEXT_TYPE_server_name:
|