sshkey: Added builder for SSHKEY RSA keys

This commit is contained in:
Tobias Brunner
2013-05-07 15:38:28 +02:00
parent 584d656b77
commit cc4408abcb
6 changed files with 142 additions and 1 deletions
+2
View File
@@ -59,6 +59,8 @@ enum builder_part_t {
BUILD_BLOB_PGP,
/** DNS public key blob (RFC 4034, RSA specifc RFC 3110), chunk_t */
BUILD_BLOB_DNSKEY,
/** SSH public key blob (RFC 4253), chunk_t */
BUILD_BLOB_SSHKEY,
/** parameters from algorithmIdentifier (ASN.1 blob), chunk_t */
BUILD_BLOB_ALGID_PARAMS,
/** key size in bits, as used for key generation, u_int */