diff options
author | Rob Austein <sra@hactrn.net> | 2007-03-20 11:53:33 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-03-20 11:53:33 +0000 |
commit | e75060100133d9f9b5c8e7b00e74b08d834837b0 (patch) | |
tree | 89d6b2244aa1b6872901eaa7233de258f3f1b618 /scripts | |
parent | 017a09cfa77ac5c1344460722a4156d0b41a4419 (diff) |
*** empty log message ***
svn path=/scripts/regeng-api; revision=507
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/regeng-api | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/regeng-api b/scripts/regeng-api index fd432967..8de345ae 100644 --- a/scripts/regeng-api +++ b/scripts/regeng-api @@ -94,10 +94,6 @@ :ca-id foo) => () -;; The following two bother RobK and RobL who would prefer a -;; (generate-keypair) setup followed by a dance between the IRBE and -;; the business PKI system. - ;; This creates both a context and a keypair (create-biz-signing-context :cust-id 42) => (biz-signing-context-id pkcs10-cert-request) @@ -185,7 +181,9 @@ ;; almost. Need to upgrade the left-right protocol but that's a ;; single entity upgrade. -;; rob objects to the next two for the same reasons as above +;; The following two bother RobK and RobL who would prefer a +;; (generate-keypair) setup followed by a dance between the IRBE and +;; the business PKI system. (get-repo-biz-private-key :cust-id 42) => (private-key) |