mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 00:37:59 +02:00
[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.
This commit is contained in:
parent
8586e83a5c
commit
efc63e58da
1 changed files with 5 additions and 0 deletions
|
|
@ -2078,6 +2078,11 @@
|
|||
Thus the security of DBUS_COOKIE_SHA1 depends on a secure home
|
||||
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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue