From afd483a2d62139403157cc0535a806fd61e4b1b6 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 8 Sep 2012 16:22:23 +0000 Subject: [PATCH] Key digest output convention. --- docs/scripting.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/scripting.xml b/docs/scripting.xml index 7aa6d59a9..a38b07d13 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -2301,6 +2301,11 @@ PORT STATE SERVICE represented as strings. + Long hexadecimal strings such as public key fingerprints should + be written using lower-case alphabetical characters and without + separators such as colons. + + Dates and times are formatted according to RFC 3339RFC 3339.