From 9a6010209c0414dd742f7d6cb318180f9b5eb3cc Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 18 Mar 2007 14:11:40 +0000 Subject: biz-signing-certs svn path=/scripts/regeng-api; revision=489 --- scripts/regeng-api | 9 +++++++-- 1 file 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. -- cgit v1.2.3