loading PEM encoded public keys

This commit is contained in:
Martin Willi
2008-06-11 14:10:02 +00:00
parent d1ebd5de22
commit 66860d3b8f
4 changed files with 23 additions and 2 deletions
+2
View File
@@ -42,6 +42,8 @@ enum builder_part_t {
BUILD_FROM_FILE,
/** DER encoded ASN1 blob, chunk_t */
BUILD_BLOB_ASN1_DER,
/** PEM encoded ASN1 blob, null terminated char* */
BUILD_BLOB_ASN1_PEM,
/** key size in bits, as used for key generation, u_int */
BUILD_KEY_SIZE,
/** private key to use for signing, private_key_t* */