2003-02-22 Havoc Pennington <hp@pobox.com>
authorHavoc Pennington <hp@redhat.com>
Sat, 22 Feb 2003 17:29:48 +0000 (17:29 +0000)
committerHavoc Pennington <hp@redhat.com>
Sat, 22 Feb 2003 17:29:48 +0000 (17:29 +0000)
commit6c07098c5ec68e78320a6f07e4c9e141a95729ed
treef57c665728bb0efaf363701b6e9b37758de136c6
parent92f7d50b3b420670732a55bf15f7b343b2ce9fe6
2003-02-22  Havoc Pennington  <hp@pobox.com>

* dbus/dbus-message.c (dbus_message_iter_get_string_array):
(dbus_message_iter_get_byte_array): Fix up doxygen warnings

* dbus/dbus-sha.c: add implementation of SHA-1 algorithm

* dbus/test/data/sha-1: add US government test suite for SHA-1
14 files changed:
ChangeLog
dbus/Makefile.am
dbus/dbus-keyring.c
dbus/dbus-md5.c
dbus/dbus-message.c
dbus/dbus-sha.c [new file with mode: 0644]
dbus/dbus-sha.h [new file with mode: 0644]
dbus/dbus-test.c
dbus/dbus-test.h
test/data/sha-1/Readme.txt [new file with mode: 0644]
test/data/sha-1/bit-hashes.sha1 [new file with mode: 0644]
test/data/sha-1/bit-messages.sha1 [new file with mode: 0644]
test/data/sha-1/byte-hashes.sha1 [new file with mode: 0644]
test/data/sha-1/byte-messages.sha1 [new file with mode: 0644]