chiark / gitweb /
test-example: all-privkeys: Define, and indirect through, a variable
[secnet.git] / README
diff --git a/README b/README
index 8c7e214631077a3327759f5c1d5232dd6326dd7c..e23701c9151dc4d946523914dbbf81b2a69251fa 100644 (file)
--- a/README
+++ b/README
@@ -399,7 +399,7 @@ site: dict argument
   port (integer): mandatory if 'address' is specified: the port used
     to contact our peer
   peer-keys (string): path (prefix) for peer public key set file(s);
-    see README.make-secnet-sites re `pub' etc.
+    see README.make-secnet-sites re `pub' etc. and NOTES.peer-keys.
   key (sigpubkey closure): our peer's public key (obsolete)
   transform (transform closure): how to mangle packets sent between sites
   dh (dh closure)
@@ -577,6 +577,15 @@ priv-cache: dict argument
   privkey-max (integer): optional, maximum size of private key
     file in bytes. [4095]
 
+** pubkeys
+
+Defines:
+  make-public (closure => sigpubkey closure)
+
+make-public: (
+  arg1: sigscheme name
+  arg2: base91s encoded public key data, according to algorithm
+
 ** rsa
 
 Defines: