Finalize a SoupMD5Context and write out the digest in hex digits.
authorDan Winship <danw@src.gnome.org>
Mon, 1 Aug 2005 14:48:22 +0000 (14:48 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 1 Aug 2005 14:48:22 +0000 (14:48 +0000)
commitd5221a3d40ed2e16ed687075cf8a309d0ec59601
treeae5d45f9b3493f7c34d666e4c508f55c342b963d
parent80e5930c51e9a0ca4405d1143e36e705960c0b9c
Finalize a SoupMD5Context and write out the digest in hex digits.

* libsoup/soup-md5-utils.c (soup_md5_final_hex): Finalize a
SoupMD5Context and write out the digest in hex digits.

* libsoup/soup-auth-digest.c (authenticate, compute_response):
* libsoup/soup-server-auth.c (check_digest_passwd): Use that,
rather than duplicating the code in both places here.

Patch from Wim Lewis.
ChangeLog
libsoup/soup-auth-digest.c
libsoup/soup-md5-utils.c
libsoup/soup-md5-utils.h
libsoup/soup-server-auth.c