refactored openac and its attribute certificate factory

This commit is contained in:
Andreas Steffen
2008-03-20 15:23:52 +00:00
parent 25c9637222
commit bdec2e4f52
12 changed files with 1544 additions and 277 deletions
+4
View File
@@ -56,6 +56,10 @@ enum builder_part_t {
BUILD_ISSUER,
/** additional issuer name, identification_t* */
BUILD_ISSUER_ALTNAME,
/** notBefore, time_t* */
BUILD_NOT_BEFORE_TIME,
/** notAfter, time_t* */
BUILD_NOT_AFTER_TIME,
/** a CA certificate, certificate_t* */
BUILD_CA_CERT,
/** a certificate, certificate_t* */