summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_lib.c
diff options
context:
space:
mode:
authorRob Stradling <rob@comodo.com>2015-12-04 14:35:43 +0000
committerKurt Roeckx <kurt@roeckx.be>2015-12-10 19:27:40 +0100
commitba67253db19d0319f672d47aa359032e5e66d1b8 (patch)
tree69b3f0a9523ac9b506608b72e04c495b2c6ef98f /crypto/x509v3/v3_lib.c
parentf8137a62d94c0a5809a4363b7b4aab3adcb8201c (diff)
Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).
Signed-off-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Dr. Stephen Henson <steve@openssl.org> GH: #495, MR: #1435
Diffstat (limited to 'crypto/x509v3/v3_lib.c')
-rw-r--r--crypto/x509v3/v3_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509v3/v3_lib.c b/crypto/x509v3/v3_lib.c
index 8d42147f55..e3cd2ae5ee 100644
--- a/crypto/x509v3/v3_lib.c
+++ b/crypto/x509v3/v3_lib.c
@@ -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 */