started implementation of a PKI tool, currently supporting RSA|ECDSA key generation

This commit is contained in:
Martin Willi
2009-08-26 11:23:55 +02:00
parent 08ed551ce0
commit 7c577c8ea2
7 changed files with 209 additions and 2 deletions
@@ -75,6 +75,9 @@ enum key_encoding_type_t {
/** PKCS#1/ASN.1 key encoding */
KEY_PUB_ASN1_DER,
KEY_PRIV_ASN1_DER,
/** PEM oncoded PKCS#1 key */
KEY_PUB_PEM,
KEY_PRIV_PEM,
/** PGP key encoding */
KEY_PUB_PGP,
KEY_PRIV_PGP,