Implemented digest authentication, as per RFC 2617, and
authoraland <aland>
Tue, 7 May 2002 17:11:23 +0000 (17:11 +0000)
committeraland <aland>
Tue, 7 May 2002 17:11:23 +0000 (17:11 +0000)
commit4aab154ab65db467acab20b1a785e73ad3568967
tree8caa2ae004c5b88ddcad57b953975757436ca743
parentd07928d1303c62638e8c0f12b9d9ad0aa2f9b394
Implemented digest authentication, as per RFC 2617, and
draft-sterman-aaa-sip-00.txt

It's experimental, but inter-operable with a Cisco SIP server.
src/modules/rlm_digest/Makefile [new file with mode: 0644]
src/modules/rlm_digest/rlm_digest.c [new file with mode: 0644]