Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use credential sets
This commit is contained in:
@@ -57,12 +57,6 @@ enum builder_part_t {
|
||||
BUILD_BLOB_PGP,
|
||||
/** DNS public key blob (RFC 4034, RSA specifc RFC 3110), chunk_t */
|
||||
BUILD_BLOB_DNSKEY,
|
||||
/** passphrase for e.g. PEM decryption, smartcard unlock, chunk_t */
|
||||
BUILD_PASSPHRASE,
|
||||
/** passphrase callback, chunk_t(*fn)(void *user, int try), void *user.
|
||||
* The callback is invoked until the returned passphrase is accepted, or
|
||||
* a zero-length passphrase is returned. Try starts at 1. */
|
||||
BUILD_PASSPHRASE_CALLBACK,
|
||||
/** key size in bits, as used for key generation, u_int */
|
||||
BUILD_KEY_SIZE,
|
||||
/** private key to use for signing, private_key_t* */
|
||||
|
||||
Reference in New Issue
Block a user