ipsec pki --self|issue supports --pathlen option setting a path length constraint
This commit is contained in:
@@ -42,6 +42,7 @@ ENUM(builder_part_names, BUILD_FROM_FILE, BUILD_END,
|
||||
"BUILD_CERT",
|
||||
"BUILD_CRL_DISTRIBUTION_POINTS",
|
||||
"BUILD_OCSP_ACCESS_LOCATIONS",
|
||||
"BUILD_PATHLEN",
|
||||
"BUILD_X509_FLAG",
|
||||
"BUILD_SMARTCARD_KEYID",
|
||||
"BUILD_SMARTCARD_PIN",
|
||||
|
||||
@@ -97,6 +97,8 @@ enum builder_part_t {
|
||||
BUILD_CRL_DISTRIBUTION_POINTS,
|
||||
/** OCSP AuthorityInfoAccess locations, linked_list_t* containing char* */
|
||||
BUILD_OCSP_ACCESS_LOCATIONS,
|
||||
/** certificate path length constraint */
|
||||
BUILD_PATHLEN,
|
||||
/** 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