Added support for CRL Issuers to x509 and OpenSSL plugins

This commit is contained in:
Martin Willi
2011-01-05 16:45:55 +01:00
parent 9992cb1c10
commit 4e508517d7
8 changed files with 269 additions and 70 deletions
+2
View File
@@ -89,6 +89,8 @@ enum builder_part_t {
BUILD_CERT,
/** CRL distribution point URIs, linked_list_t* containing char* */
BUILD_CRL_DISTRIBUTION_POINTS,
/** CRL issuer for all distribution points follow up, identification_t* */
BUILD_CRL_ISSUER,
/** OCSP AuthorityInfoAccess locations, linked_list_t* containing char* */
BUILD_OCSP_ACCESS_LOCATIONS,
/** certificate path length constraint */