X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509v3%2Fext_dat.h;h=98e1c599ecf2cf6fb5a413ce75c8ed4d7db9b26c;hp=edccd2249d0401caff4bd8deecd173364abb5f42;hb=f1a6a0d4ddbeb9470d2b03e447466997729c2aac;hpb=2fc0d1f15ecb8a83692226e7dcc60a6955bab879 diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h index edccd2249d..98e1c599ec 100644 --- a/crypto/x509v3/ext_dat.h +++ b/crypto/x509v3/ext_dat.h @@ -61,7 +61,8 @@ 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; +extern X509V3_EXT_METHOD v3_ocsp_nonce, v3_ocsp_accresp, v3_ocsp_acutoff; +extern X509V3_EXT_METHOD v3_ocsp_crlid, v3_ocsp_nocheck; /* This table will be searched using OBJ_bsearch so it *must* kept in * order of the ext_nid values. @@ -90,7 +91,11 @@ static X509V3_EXT_METHOD *standard_exts[] = { &v3_crl_reason, &v3_sxnet, &v3_info, -&v3_ocsp_nonce +&v3_ocsp_nonce, +&v3_ocsp_crlid, +&v3_ocsp_accresp, +&v3_ocsp_nocheck, +&v3_ocsp_acutoff }; /* Number of standard extensions */