### Description
As far as I know there is currently no support for [RFC-8760](https://tools.ietf.org/html/rfc8760) yet. It modifies the Digest Access Authentication scheme to add support for more secure digest algorithms, e.g., SHA-256 and SHA-512/256, to replace the obsolete MD5 algorithm. Are there any plans to implement this?
### Possible Solutions
Extending the auth module to accept these algorithms as a function parameter would be nice to have since older clients may not support them.
There is some implementation towards that by supporting SHA256, but likely not the RFC8760 implementation. See:
* https://www.kamailio.org/docs/modules/stable/modules/auth.html#auth.p.algori...
I think I heard @oej wanted to work a bit on this area, not sure if he got the time for it. Obviously, anyone is welcome to jump on board and implement it.
If no developer/contributor takes over to implement it in like 30 days, it means that there is no interest/need/availability to do it at this moment, request for features being closed without a developer that want to works on them.
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks.
Closed #2668 as not planned.