OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Variables
v3_ocsp.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/conf.h>
#include <openssl/asn1.h>
#include <openssl/ocsp.h>
#include <openssl/x509v3.h>

Go to the source code of this file.

Variables

const X509V3_EXT_METHOD v3_ocsp_crlid
 
const X509V3_EXT_METHOD v3_ocsp_acutoff
 
const X509V3_EXT_METHOD v3_crl_invdate
 
const X509V3_EXT_METHOD v3_crl_hold
 
const X509V3_EXT_METHOD v3_ocsp_nonce
 
const X509V3_EXT_METHOD v3_ocsp_nocheck
 
const X509V3_EXT_METHOD v3_ocsp_serviceloc
 

Variable Documentation

const X509V3_EXT_METHOD v3_crl_hold
Initial value:
= {
0,0,0,0,
0,0,
0,0,
i2r_object,0,
NULL
}

Definition at line 119 of file v3_ocsp.c.

const X509V3_EXT_METHOD v3_crl_invdate
Initial value:
= {
0,0,0,0,
0,0,
0,0,
i2r_ocsp_acutoff,0,
NULL
}

Definition at line 110 of file v3_ocsp.c.

const X509V3_EXT_METHOD v3_ocsp_acutoff
Initial value:
= {
0,0,0,0,
0,0,
0,0,
i2r_ocsp_acutoff,0,
NULL
}

Definition at line 101 of file v3_ocsp.c.

const X509V3_EXT_METHOD v3_ocsp_crlid
Initial value:
= {
0,0,0,0,
0,0,
0,0,
i2r_ocsp_crlid,0,
NULL
}

Definition at line 92 of file v3_ocsp.c.

const X509V3_EXT_METHOD v3_ocsp_nocheck
Initial value:
= {
0,0,0,0,
0,s2i_ocsp_nocheck,
0,0,
i2r_ocsp_nocheck,0,
NULL
}

Definition at line 140 of file v3_ocsp.c.

const X509V3_EXT_METHOD v3_ocsp_nonce
Initial value:
= {
ocsp_nonce_new,
ocsp_nonce_free,
d2i_ocsp_nonce,
i2d_ocsp_nonce,
0,0,
0,0,
i2r_ocsp_nonce,0,
NULL
}

Definition at line 128 of file v3_ocsp.c.

const X509V3_EXT_METHOD v3_ocsp_serviceloc
Initial value:
= {
0,0,0,0,
0,0,
0,0,
i2r_ocsp_serviceloc,0,
NULL
}

Definition at line 149 of file v3_ocsp.c.