[SR-Users] dynamic selection of authentication algorithm

2024-04-20 Thread Juha Heinanen via sr-users
How about this new function that sets the algorithm? -- Juha iff --git a/src/modules/auth/auth_mod.c b/src/modules/auth/auth_mod.c index 534ad9e20f..4e3a584d22 100644 --- a/src/modules/auth/auth_mod.c +++ b/src/modules/auth/auth_mod.c @@ -74,6 +74,10 @@ int w_consume_credentials(struct sip_msg

[SR-Users] dynamic selection of authentication algorithm

2024-04-20 Thread Juha Heinanen via sr-users
Juha Heinanen via sr-users writes: > Currently digest authentication hash algorithm (MD5 or SHA-256) is > selected when auth module is loaded. How about allowing to select it > also dynamically using the function flags? Can't be done, since auth_db functions don't have flags parameter. Too bad

[SR-Users] dynamic selection of authentication algorithm

2024-04-20 Thread Juha Heinanen via sr-users
Currently digest authentication hash algorithm (MD5 or SHA-256) is selected when auth module is loaded. How about allowing to select it also dynamically using the function flags? -- Juha __ Kamailio - Users Mailing List - Non Commercial