support of encrypted private key files
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
|
||||
#include <types.h>
|
||||
|
||||
err_t pem_to_bin(chunk_t *blob, char *passphrase, bool *pgp);
|
||||
err_t pem_to_bin(chunk_t *blob, chunk_t *passphrase, bool *pgp);
|
||||
|
||||
bool pem_asn1_load_file(const char *filename, char *passphrase,
|
||||
bool pem_asn1_load_file(const char *filename, chunk_t *passphrase,
|
||||
const char *type, chunk_t *blob, bool *pgp);
|
||||
|
||||
#endif /*PEM_H_*/
|
||||
|
||||
Reference in New Issue
Block a user