aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/builder.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas@strongswan.org>2009-12-31 15:13:35 +0100
committerAndreas Steffen <andreas@strongswan.org>2009-12-31 15:13:35 +0100
commit3e33ae1004bcad71c937c3f64cf746b19ec4ad1a (patch)
tree698149cb1770020f2e9a6c390efdf27408003cf0 /src/libstrongswan/credentials/builder.h
parent7eaec999ca577fbde701d3ecf874cd9fee838f79 (diff)
downloadstrongswan-3e33ae1004bcad71c937c3f64cf746b19ec4ad1a.tar.bz2
strongswan-3e33ae1004bcad71c937c3f64cf746b19ec4ad1a.tar.xz
ipsec pki --self|issue supports --pathlen option setting a path length constraint
Diffstat (limited to 'src/libstrongswan/credentials/builder.h')
-rw-r--r--src/libstrongswan/credentials/builder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/credentials/builder.h b/src/libstrongswan/credentials/builder.h
index b6f0386cd..62a6ffaaf 100644
--- a/src/libstrongswan/credentials/builder.h
+++ b/src/libstrongswan/credentials/builder.h
@@ -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) */