diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-03-16 12:40:08 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-03-16 12:40:08 -0400 |
commit | efc63e58da6960fe1625f9795907787d33b4b0a8 (patch) | |
tree | eb1ce6350d95a7c103174517190b9b291f00a28e /doc | |
parent | 8586e83a5c2a0e53964ad6c26b452e2b7709085f (diff) | |
download | dbus-efc63e58da6960fe1625f9795907787d33b4b0a8.tar.gz |
[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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-specification.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 286a86e3..b5866e53 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2079,6 +2079,11 @@ directory. </para> <para> + 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. + </para> + <para> Authentication proceeds as follows: <itemizedlist> <listitem> |