Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obsolete
This commit is contained in:
@@ -45,6 +45,7 @@ ENUM(builder_part_names, BUILD_FROM_FILE, BUILD_END,
|
||||
"BUILD_PATHLEN",
|
||||
"BUILD_X509_FLAG",
|
||||
"BUILD_REVOKED_ENUMERATOR",
|
||||
"BUILD_CHALLENGE_PWD",
|
||||
"BUILD_PKCS11_MODULE",
|
||||
"BUILD_PKCS11_SLOT",
|
||||
"BUILD_PKCS11_KEYID",
|
||||
|
||||
@@ -103,6 +103,8 @@ enum builder_part_t {
|
||||
BUILD_X509_FLAG,
|
||||
/** enumerator_t over (chunk_t serial, time_t date, crl_reason_t reason) */
|
||||
BUILD_REVOKED_ENUMERATOR,
|
||||
/** PKCS#10 challenge password */
|
||||
BUILD_CHALLENGE_PWD,
|
||||
/** friendly name of a PKCS#11 module, null terminated char* */
|
||||
BUILD_PKCS11_MODULE,
|
||||
/** slot specifier for a token in a PKCS#11 module, int */
|
||||
|
||||
Reference in New Issue
Block a user