Make it possible to disable OCSP, the speed application, and the use of sockets.

PR: 358
This commit is contained in:
Richard Levitte
2003-02-14 01:02:58 +00:00
parent 2d3de726c5
commit 85d686e723
6 changed files with 27 additions and 0 deletions

View File

@@ -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 */