From dd6d1bfccc216f4588b13af3a3d23fb5220cbe37 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 27 Mar 2007 19:47:00 +0000 Subject: keylength svn path=/docs/left-right-protocol; revision=534 --- docs/left-right-protocol | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'docs/left-right-protocol') 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 -- cgit v1.2.3