security: add 2 test for Digest authentication
commit780199d69eb47aa15012e0043232f427b236e993
authorStefan Becker <chemobejk@gmail.com>
Thu, 18 Apr 2013 19:39:15 +0000 (18 22:39 +0300)
committerStefan Becker <chemobejk@gmail.com>
Thu, 18 Apr 2013 19:39:15 +0000 (18 22:39 +0300)
tree0fe2bde14f3f69569dad802b4e8b07836ab63abb
parentc9fc9c9242a1faa7786d4fece363baac2176baa0
security: add 2 test for Digest authentication

The new code (based on the originally removed code) didn't pass the
tests at all, because it was not following the specifications. My guess
is that the whole 407/Proxy Authentication code was never tested and has
never worked.

Added two Digest test samples and fixed the Digest authentication code
to pass those two tests.

I'm not confident that Proxy Authentication will work with this code,
but this is the best we can do at the moment without further logs.
src/core/Makefile.am
src/core/sip-sec-digest-tests.c
src/core/sip-sec-digest.c