summaryrefslogtreecommitdiffstats
path: root/ssl/t1_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/t1_ext.c')
-rw-r--r--ssl/t1_ext.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/t1_ext.c b/ssl/t1_ext.c
index ae6e978595..182164760f 100644
--- a/ssl/t1_ext.c
+++ b/ssl/t1_ext.c
@@ -258,6 +258,9 @@ int SSL_extension_supported(unsigned int ext_type)
#ifdef TLSEXT_TYPE_encrypt_then_mac
case TLSEXT_TYPE_encrypt_then_mac:
#endif
+ case TLSEXT_TYPE_key_share:
+ case TLSEXT_TYPE_supported_versions:
+ case TLSEXT_TYPE_extended_master_secret:
return 1;
default:
return 0;