[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Document Testing section and Why-Insecure field
Update of /home/minion/cvsroot/doc/spec
In directory moria.mit.edu:/tmp/cvs-serv24844
Modified Files:
dir-spec.txt
Log Message:
Document Testing section and Why-Insecure field
Index: dir-spec.txt
===================================================================
RCS file: /home/minion/cvsroot/doc/spec/dir-spec.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dir-spec.txt 26 Jun 2003 03:20:07 -0000 1.6
+++ dir-spec.txt 7 Jul 2003 16:50:11 -0000 1.7
@@ -309,7 +309,12 @@
'Secure-Configuration': A boolean value. If true, the server
must not be running in an insecure operating mode. [XXXX
list these modes. Added in Mixminion 0.0.4]
-
+
+ 'Why-Insecure': A human-readable string. This string SHOULD
+ be present if and only Secure-Configuration is 'no'. If
+ present, it SHOULD contain an explanation of why the
+ operating mode is insecure. [Added in Mixminion 0.0.5]
+
[Note: before computing the digest, all implementations must
normalize CR and CR-LF style newlines to a single NL, and remove
any spaces and tabs that may have been introduced at the ends of
@@ -355,6 +360,12 @@
These entries are order-significant; the first one to match wins.
The default policy is 'Deny: *'.
+
+ The 'Testing' section MAY be generated some type III remailers to
+ describe other information about their configuration that may be
+ useful for debugging. Implementations MUST NOT require any
+ specific entries or within 'Testing'; implementations also MUST
+ NOT require any specific format for entries that may be present.
If this server supports outgoing delivery mechanisms, it MAY have
corresponding delivery sections. See 'E2E-spec.txt' for more details