added BUILD_SERIAL component and fixed several ac bugs

This commit is contained in:
Andreas Steffen
2008-03-21 12:44:15 +00:00
parent a2083c30d5
commit 104c96a63c
5 changed files with 21 additions and 9 deletions
+3 -1
View File
@@ -60,7 +60,9 @@ enum builder_part_t {
BUILD_NOT_BEFORE_TIME,
/** notAfter, time_t* */
BUILD_NOT_AFTER_TIME,
/** a CA certificate, certificate_t* */
/** notAfter, time_t* */
BUILD_SERIAL,
/** a serial number in binary form, chunk_t */
BUILD_CA_CERT,
/** a certificate, certificate_t* */
BUILD_CERT,