Added support for CRL generation to x509 plugin

This commit is contained in:
Martin Willi
2010-05-21 16:25:51 +02:00
parent aab861608a
commit 13c593f126
5 changed files with 202 additions and 3 deletions
+2
View File
@@ -101,6 +101,8 @@ enum builder_part_t {
BUILD_PATHLEN,
/** enforce an additional X509 flag, x509_flag_t */
BUILD_X509_FLAG,
/** enumerator_t over (chunk_t serial, time_t date, crl_reason_t reason) */
BUILD_REVOKED_ENUMERATOR,
/** key ID of a key on a smartcard, null terminated char* ([slot:]keyid) */
BUILD_SMARTCARD_KEYID,
/** pin to access a key on a smartcard, null terminated char* */