added dynamic types for OCSP data

pull/1/head
John Safranek 2012-05-24 14:07:11 -07:00
parent 97042d8661
commit f2110487b6
1 changed files with 3 additions and 1 deletions

View File

@ -205,7 +205,9 @@ enum {
DYNAMIC_TYPE_CRL = 22,
DYNAMIC_TYPE_REVOKED = 23,
DYNAMIC_TYPE_CRL_ENTRY = 24,
DYNAMIC_TYPE_CERT_MANAGER = 25
DYNAMIC_TYPE_CERT_MANAGER = 25,
DYNAMIC_TYPE_CERT_STATUS = 26, /* OCSP Certificate Status */
DYNAMIC_TYPE_OCSP_ENTRY = 27 /* OCSP CA Entry */
};
/* stack protection */