allow choice of digest algorithm in certificate generation

This commit is contained in:
Andreas Steffen
2009-08-28 09:08:03 +02:00
parent e201f53e93
commit be04eef270
5 changed files with 88 additions and 6 deletions
+2
View File
@@ -80,6 +80,8 @@ enum builder_part_t {
BUILD_NOT_AFTER_TIME,
/** a serial number in binary form, chunk_t */
BUILD_SERIAL,
/** digest algorithm to be used for signature, int */
BUILD_DIGEST_ALG,
/** a comma-separated list of ietf group attributes, char* */
BUILD_IETF_GROUP_ATTR,
/** a ca certificate, certificate_t* */