X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509v3%2Fext_dat.h;h=98e1c599ecf2cf6fb5a413ce75c8ed4d7db9b26c;hp=801a585a52580389709e4b61921b6c46a0a2f0d4;hb=f1a6a0d4ddbeb9470d2b03e447466997729c2aac;hpb=dd4134101fb41261b20fe47fdf9068c84e923102;ds=sidebyside diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h index 801a585a52..98e1c599ec 100644 --- a/crypto/x509v3/ext_dat.h +++ b/crypto/x509v3/ext_dat.h @@ -61,6 +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, 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. @@ -89,6 +91,11 @@ static X509V3_EXT_METHOD *standard_exts[] = { &v3_crl_reason, &v3_sxnet, &v3_info, +&v3_ocsp_nonce, +&v3_ocsp_crlid, +&v3_ocsp_accresp, +&v3_ocsp_nocheck, +&v3_ocsp_acutoff }; /* Number of standard extensions */