diff options
author | Rob Austein <sra@hactrn.net> | 2007-03-29 19:28:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-03-29 19:28:52 +0000 |
commit | c43bc05c4ef497cd78bf8abb0f6948bd9ea70daa (patch) | |
tree | e9e2d5f47c1b84c6a2556d7ac677e347345b4401 /docs/left-right-protocol | |
parent | 120bc83b6cffd0b59e60a6b172fbc4f33cdf88f7 (diff) |
Keytype
svn path=/docs/left-right-protocol; revision=545
Diffstat (limited to 'docs/left-right-protocol')
-rw-r--r-- | docs/left-right-protocol | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/left-right-protocol b/docs/left-right-protocol index 1023331d..22770575 100644 --- a/docs/left-right-protocol +++ b/docs/left-right-protocol @@ -105,7 +105,8 @@ ;; what kind of key in addition to length? (create-biz-signing-context :cust-id 42 - &optional ; If left off, default to, um, 2048 bits? + &optional + :key-type :rsa :key-length 2048) => (biz-signing-context-id pkcs10-cert-request) |