From: Simon McVittie Date: Tue, 16 Mar 2010 16:40:08 +0000 (-0400) Subject: [doc/dbus-specification.xml] Explicitly specify lower-case hex must be used X-Git-Tag: dbus-1.2.22~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efc63e58da6960fe1625f9795907787d33b4b0a8;p=platform%2Fupstream%2Fdbus.git [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. --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 286a86e..b5866e5 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2079,6 +2079,11 @@ 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: