From efc63e58da6960fe1625f9795907787d33b4b0a8 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 16 Mar 2010 12:40:08 -0400 Subject: [PATCH] [doc/dbus-specification.xml] Explicitly specify lower-case hex must be used https://bugs.freedesktop.org/show_bug.cgi?id=9486 When describing DBUS_COOKIE_SHA1, specify that lower-case hex encoding must be used. --- doc/dbus-specification.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 286a86e39..b5866e539 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2078,6 +2078,11 @@ Thus the security of DBUS_COOKIE_SHA1 depends on a secure home directory. + + Throughout this description, "hex encoding" must output the digits + from a to f in lower-case; the digits A to F must not be used + in the DBUS_COOKIE_SHA1 mechanism. + Authentication proceeds as follows: -- 2.47.3