X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=README;h=c27375ab7bf563702272c62870e4d51222518331;hb=1b8af2f7f86131a5364f2270865895ea597c591e;hp=ce3a4d70b44d4946462bf9f0c62718fd3a41463f;hpb=f0535189517a59a2cfdcd42429760b16dd4dc3de;p=secnet.git diff --git a/README b/README index ce3a4d7..c27375a 100644 --- a/README +++ b/README @@ -315,7 +315,8 @@ Defines: syslog (closure => log closure) logfile: dict argument - filename (string): where to log to + filename (string): where to log to; default is stderr + prefix (string): added to messages [""] class (string list): what type of messages to log { "debug-config", M_DEBUG_CONFIG }, { "debug-phase", M_DEBUG_PHASE }, @@ -545,6 +546,22 @@ tun: dict argument I recommend you don't specify the 'interface' option unless you're doing something that requires the interface name to be constant. +** privcache + +Cache of dynamically loaded private keys. + +Defines: + priv-cache (closure => privcache closure) + +priv-cache: dict argument + privkeys (string): path prefix for private keys. Each key is + looked for at this path prefix followed by the 10-character + hex key id. + privcache-size (integer): optional, maximum number of private + keys to retain at once. [5] + privkey-max (integer): optional, maximum size of private key + file in bytes. [4095] + ** rsa Defines: