diff options
author | Rob Austein <sra@hactrn.net> | 2007-03-18 14:11:40 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-03-18 14:11:40 +0000 |
commit | 9a6010209c0414dd742f7d6cb318180f9b5eb3cc (patch) | |
tree | 94e11ff14705c13498ad2e5c848700446ae0baf9 /scripts | |
parent | 62a27d543ebe1a2b89ef1daa8169e610946d5bbd (diff) |
biz-signing-certs
svn path=/scripts/regeng-api; revision=489
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/regeng-api | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/scripts/regeng-api b/scripts/regeng-api index 6dea76d0..46ad752b 100644 --- a/scripts/regeng-api +++ b/scripts/regeng-api @@ -85,6 +85,13 @@ :new-key new-private-key) => () +(get-biz-signing-certs :cust-id 42) +=> (cert ...) + +(set-biz-signing-certs :cust-id 42 + (cert ...)) +=> () + (add-friend-biz-cert :cust-id 42 :cert cert) => () @@ -96,8 +103,6 @@ (list-friend-biz-certs :cust-id 42) => (cert ...) -;;; Need to add biz signing cert chain get/set/list - ;;; Protocol operations between IRBE and RE. |