This is an alternative solution to pull request: https://github.com/kamailio/kamailio/pull/627 You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/628
-- Commit Summary --
* Merge remote-tracking branch 'refs/remotes/kamailio/master' * Merge remote branch 'upstream/master' * Add new module auth_sha256 based on module auth, but using SHA-256 instead of MD5 for digest authentication. * auth: Add option to use SHA-256 instead of MD5 in digest authentication * auth_sha256: delete module that was integrated in module auth
-- File Changes --
M modules/auth/Makefile (2) M modules/auth/api.c (9) M modules/auth/auth_mod.c (29) M modules/auth/auth_mod.h (6) M modules/auth/doc/auth_params.xml (26) M modules/auth/rfc2617.c (4) M modules/auth/rfc2617.h (4) A modules/auth/rfc2617_sha256.c (148) A modules/auth/rfc2617_sha256.h (71)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/628.patch https://github.com/kamailio/kamailio/pull/628.diff
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/628