pki: Add support to generate ecdsa keys.

This commit is contained in:
Andreas Schneider
2011-12-30 11:02:06 +01:00
parent 91372e298d
commit b309dd8fb7
3 changed files with 48 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ int pki_key_ecdsa_nid_from_name(const char *name);
ssh_key pki_key_dup(const ssh_key key, int demote);
int pki_key_generate_rsa(ssh_key key, int parameter);
int pki_key_generate_dss(ssh_key key, int parameter);
int pki_key_generate_ecdsa(ssh_key key, int parameter);
int pki_key_compare(const ssh_key k1,
const ssh_key k2,
enum ssh_keycmp_e what);