Added support for generating NameConstraints in x509 plugin

This commit is contained in:
Martin Willi
2011-01-05 16:46:00 +01:00
parent 7c325cee5c
commit 7eeb37dea9
3 changed files with 80 additions and 4 deletions
+4
View File
@@ -95,6 +95,10 @@ enum builder_part_t {
BUILD_OCSP_ACCESS_LOCATIONS,
/** certificate path length constraint */
BUILD_PATHLEN,
/** permitted X509 name constraints, linked_list_t* of identification_t* */
BUILD_PERMITTED_NAME_CONSTRAINTS,
/** excluded X509 name constraints, linked_list_t* of identification_t* */
BUILD_EXCLUDED_NAME_CONSTRAINTS,
/** enforce an additional X509 flag, x509_flag_t */
BUILD_X509_FLAG,
/** enumerator_t over (chunk_t serial, time_t date, crl_reason_t reason) */