x509 plugin supports encoding of CRL distribution points
This commit is contained in:
@@ -40,6 +40,7 @@ ENUM(builder_part_names, BUILD_FROM_FILE, BUILD_END,
|
||||
"BUILD_IETF_GROUP_ATTR",
|
||||
"BUILD_CA_CERT",
|
||||
"BUILD_CERT",
|
||||
"BUILD_CRL_DISTRIBUTION_POINTS",
|
||||
"BUILD_X509_FLAG",
|
||||
"BUILD_SMARTCARD_KEYID",
|
||||
"BUILD_SMARTCARD_PIN",
|
||||
|
||||
@@ -93,6 +93,8 @@ enum builder_part_t {
|
||||
BUILD_CA_CERT,
|
||||
/** a certificate, certificate_t* */
|
||||
BUILD_CERT,
|
||||
/** CRL distribution point URIs, linked_list_t* containing char* */
|
||||
BUILD_CRL_DISTRIBUTION_POINTS,
|
||||
/** enforce an additional X509 flag, x509_flag_t */
|
||||
BUILD_X509_FLAG,
|
||||
/** key ID of a key on a smartcard, null terminated char* ([slot:]keyid) */
|
||||
|
||||
Reference in New Issue
Block a user