builder: Define a builder part for X.509 RFC 3779 address blocks
This commit is contained in:
@@ -45,6 +45,7 @@ ENUM(builder_part_names, BUILD_FROM_FILE, BUILD_END,
|
||||
"BUILD_CRL_DISTRIBUTION_POINTS",
|
||||
"BUILD_OCSP_ACCESS_LOCATIONS",
|
||||
"BUILD_PATHLEN",
|
||||
"BUILD_ADDRBLOCKS",
|
||||
"BUILD_PERMITTED_NAME_CONSTRAINTS",
|
||||
"BUILD_EXCLUDED_NAME_CONSTRAINTS",
|
||||
"BUILD_CERTIFICATE_POLICIES",
|
||||
|
||||
@@ -100,6 +100,8 @@ enum builder_part_t {
|
||||
BUILD_OCSP_ACCESS_LOCATIONS,
|
||||
/** certificate path length constraint */
|
||||
BUILD_PATHLEN,
|
||||
/** RFC3779 addressBlock, linked_list_t* of traffic_selector_t* */
|
||||
BUILD_ADDRBLOCKS,
|
||||
/** permitted X509 name constraints, linked_list_t* of identification_t* */
|
||||
BUILD_PERMITTED_NAME_CONSTRAINTS,
|
||||
/** excluded X509 name constraints, linked_list_t* of identification_t* */
|
||||
|
||||
Reference in New Issue
Block a user