Add support for SHA-256 authentication hash algorithm
AndyM48 opened this issue · comments
I cannot register one linphone account, the error is: Authentication algorithm SHA-256 not supported
since the registration is tried with algorithm=SHA-256
The other linphone account registers fine using algorithm=MD5
I do not know how to change the registration to use MD5?
You have it backwards: it's Linphone that's asking for SHA-256, and it's Twinkle that's complaining about not supporting it.
I do not know how to change the registration to use MD5?
Log into your Linphone panel, select "Change my password", and make sure to uncheck "Use a SHA-256 encrypted password. This stronger password might not work with some old SIP clients." That warning is there for a reason. 😁
That said, I guess it shouldn't be too hard to add support for more recent algorithms; I'll look into that when I get the chance.