added ietf group attribute support to attibute certificate factory

This commit is contained in:
Andreas Steffen
2008-03-21 16:59:21 +00:00
parent 93da2684b6
commit c081a9bfe6
5 changed files with 11 additions and 2 deletions
+1
View File
@@ -572,6 +572,7 @@ int main(int argc, char **argv)
BUILD_NOT_BEFORE_TIME, notBefore,
BUILD_NOT_AFTER_TIME, notAfter,
BUILD_SERIAL, serial,
BUILD_IETF_GROUP_ATTR, groups,
BUILD_SIGNING_CERT, signer_cert,
BUILD_SIGNING_KEY, signer_key,
BUILD_END);