Providing same API and functionality as auth module, but using SHA-256 instead of MD5 for
digest authentication.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/627
-- 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.
-- File Changes --
A modules/auth_sha256/Makefile (18)
A modules/auth_sha256/README (874)
A modules/auth_sha256/api.c (233)
A modules/auth_sha256/api.h (162)
A modules/auth_sha256/auth.xml (695)
A modules/auth_sha256/auth_mod.c (1206)
A modules/auth_sha256/auth_mod.h (46)
A modules/auth_sha256/challenge.c (286)
A modules/auth_sha256/challenge.h (52)
A modules/auth_sha256/doc/Makefile (4)
A modules/auth_sha256/doc/auth.xml (77)
A modules/auth_sha256/doc/auth_functions.xml (398)
A modules/auth_sha256/doc/auth_params.xml (697)
A modules/auth_sha256/nc.c (244)
A modules/auth_sha256/nc.h (74)
A modules/auth_sha256/nid.c (99)
A modules/auth_sha256/nid.h (89)
A modules/auth_sha256/nonce.c (464)
A modules/auth_sha256/nonce.h (226)
A modules/auth_sha256/ot_nonce.c (234)
A modules/auth_sha256/ot_nonce.h (80)
A modules/auth_sha256/rfc2617.c (148)
A modules/auth_sha256/rfc2617.h (96)
A modules/auth_sha256/todo.txt (9)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/627.patch
https://github.com/kamailio/kamailio/pull/627.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/627