aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/ext_dat.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-12-14 23:27:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-12-14 23:27:20 +0000
commit2fc0d1f15ecb8a83692226e7dcc60a6955bab879 (patch)
treea4e0f8eae86089ad0b3b1a83e4ecefb2c643969a /crypto/x509v3/ext_dat.h
parent2a86064f95b1011ecf3df102a42f0d1a03e199c2 (diff)
downloadopenssl-2fc0d1f15ecb8a83692226e7dcc60a6955bab879.tar.gz
Add OCSP nonce extension to supported extensions.
This is a little unusual because it can contain no structure i.e. the extension OCTET STRING content octets do not contain a DER encoded structure.
Diffstat (limited to 'crypto/x509v3/ext_dat.h')
-rw-r--r--crypto/x509v3/ext_dat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h
index 801a585a52..edccd2249d 100644
--- a/crypto/x509v3/ext_dat.h
+++ b/crypto/x509v3/ext_dat.h
@@ -61,6 +61,7 @@ extern X509V3_EXT_METHOD v3_bcons, v3_nscert, v3_key_usage, v3_ext_ku;
extern X509V3_EXT_METHOD v3_pkey_usage_period, v3_sxnet, v3_info;
extern X509V3_EXT_METHOD v3_ns_ia5_list[], v3_alt[], v3_skey_id, v3_akey_id;
extern X509V3_EXT_METHOD v3_crl_num, v3_crl_reason, v3_cpols, v3_crld;
+extern X509V3_EXT_METHOD v3_ocsp_nonce;
/* This table will be searched using OBJ_bsearch so it *must* kept in
* order of the ext_nid values.
@@ -89,6 +90,7 @@ static X509V3_EXT_METHOD *standard_exts[] = {
&v3_crl_reason,
&v3_sxnet,
&v3_info,
+&v3_ocsp_nonce
};
/* Number of standard extensions */