diff options
author | Rob Austein <sra@hactrn.net> | 2007-03-29 19:27:55 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-03-29 19:27:55 +0000 |
commit | 120bc83b6cffd0b59e60a6b172fbc4f33cdf88f7 (patch) | |
tree | 43cd7f9bdc908768b83cbfeb8e7057b22098c7b6 /docs | |
parent | 850aa15b99ca2728cf5fb9cb9988e8eaba4d4e2e (diff) |
Keytype
svn path=/docs/signing-engine-protocol; revision=544
Diffstat (limited to 'docs')
-rw-r--r-- | docs/signing-engine-protocol | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/signing-engine-protocol b/docs/signing-engine-protocol index eea3680a..6c65e290 100644 --- a/docs/signing-engine-protocol +++ b/docs/signing-engine-protocol @@ -21,6 +21,7 @@ ;; (default 2048?). (create-keypair :cust-id 42 + :type :rsa :length 2048) => (public-key keypair-id) @@ -33,8 +34,8 @@ ;; List existing keypairs (list-keypairs :cust-id 42) -=> ((keypair-id public-key) - (keypair-id public-key) +=> ((keypair-id public-key :rsa) + (keypair-id public-key :rsa) ...) ;; Sign something. how-to-sign tells us both what signature method to |