diff --git a/modules/auth/doc/auth_admin.xml b/modules/auth/doc/auth_admin.xml index d409be3359c..d9123ca8d6f 100644 --- a/modules/auth/doc/auth_admin.xml +++ b/modules/auth/doc/auth_admin.xml @@ -11,6 +11,19 @@ other authentication related modules. Also, it can perform authentication taking username and password from pseudo-variables. + +
+ RFC 8760 Support (Strenghtened Authentication) + + Starting with OpenSIPS 3.2, the auth, + auth_db and + uac_auth + modules include support for two new digest authentication algorithms + ("SHA-256" and "SHA-512-256"), according to the + RFC 8760 + specs. + +
diff --git a/modules/auth_db/doc/auth_db_admin.xml b/modules/auth_db/doc/auth_db_admin.xml index 2171a19c18b..b1ce2f07d8a 100644 --- a/modules/auth_db/doc/auth_db_admin.xml +++ b/modules/auth_db/doc/auth_db_admin.xml @@ -14,6 +14,19 @@ authentication information like subscriber usernames and passwords. If you want to use radius authentication, then use auth_radius instead. + +
+ RFC 8760 Support (Strenghtened Authentication) + + Starting with OpenSIPS 3.2, the auth, + auth_db and + uac_auth + modules include support for two new digest authentication algorithms + ("SHA-256" and "SHA-512-256"), according to the + RFC 8760 + specs. + +
diff --git a/modules/uac_auth/doc/uac_auth_admin.xml b/modules/uac_auth/doc/uac_auth_admin.xml index d95afe8e7dd..294ffa43d0c 100644 --- a/modules/uac_auth/doc/uac_auth_admin.xml +++ b/modules/uac_auth/doc/uac_auth_admin.xml @@ -20,6 +20,19 @@ qop "auth" and qop "auth-int" but if both values are presented by the server, "auth" will be prefered. + +
+ RFC 8760 Support (Strenghtened Authentication) + + Starting with OpenSIPS 3.2, the auth, + auth_db and + uac_auth + modules include support for two new digest authentication algorithms + ("SHA-256" and "SHA-512-256"), according to the + RFC 8760 + specs. + +