aboutsummaryrefslogtreecommitdiff
path: root/docs/left-right-protocol
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-03-27 19:47:00 +0000
committerRob Austein <sra@hactrn.net>2007-03-27 19:47:00 +0000
commitdd6d1bfccc216f4588b13af3a3d23fb5220cbe37 (patch)
tree4add70bfefe8854f37dd985912d7a994db1b1920 /docs/left-right-protocol
parent6f3f9a0faf8b7076f6c442beb15a608c8afd2484 (diff)
keylength
svn path=/docs/left-right-protocol; revision=534
Diffstat (limited to 'docs/left-right-protocol')
-rw-r--r--docs/left-right-protocol9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/left-right-protocol b/docs/left-right-protocol
index 4d3305a1..31684c04 100644
--- a/docs/left-right-protocol
+++ b/docs/left-right-protocol
@@ -105,8 +105,13 @@
;; Extensions might also show up as preferences that nobody but this
;; IRBE operator has ever heard of
-;; This creates both a context and a keypair
-(create-biz-signing-context :cust-id 42)
+
+;; This creates both a context and a keypair. Do we need to specify
+;; what kind of key in addition to length?
+
+(create-biz-signing-context :cust-id 42
+ &optional ; If left off, default to, um, 2048 bits?
+ :key-length 2048)
=> (biz-signing-context-id pkcs10-cert-request)
(destroy-biz-signing-context :cust-id 42