Make it possible to disable OCSP, the speed application, and the use of sockets.
PR: 358
This commit is contained in:
@@ -90,17 +90,23 @@ static X509V3_EXT_METHOD *standard_exts[] = {
|
||||
&v3_crld,
|
||||
&v3_ext_ku,
|
||||
&v3_crl_reason,
|
||||
#ifndef OPENSSL_NO_OCSP
|
||||
&v3_crl_invdate,
|
||||
#endif
|
||||
&v3_sxnet,
|
||||
&v3_info,
|
||||
#ifndef OPENSSL_NO_OCSP
|
||||
&v3_ocsp_nonce,
|
||||
&v3_ocsp_crlid,
|
||||
&v3_ocsp_accresp,
|
||||
&v3_ocsp_nocheck,
|
||||
&v3_ocsp_acutoff,
|
||||
&v3_ocsp_serviceloc,
|
||||
#endif
|
||||
&v3_sinfo,
|
||||
#ifndef OPENSSL_NO_OCSP
|
||||
&v3_crl_hold
|
||||
#endif
|
||||
};
|
||||
|
||||
/* Number of standard extensions */
|
||||
|
Reference in New Issue
Block a user