Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).
[openssl.git] / crypto / x509v3 / v3_lib.c
index 8d42147f5584f0a516c4f234182b1f124e845d3c..e3cd2ae5ee56175014e97098d17a93fbbfd966dc 100644 (file)
@@ -156,6 +156,7 @@ static const X509V3_EXT_METHOD *standard_exts[] = {
     &v3_ct_scts[0],
     &v3_ct_scts[1],
 #endif
+    &v3_tls_feature,
 };
 
 /* Number of standard extensions */