]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: On authentication, pick MD5 for sure.
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 23 Oct 2020 15:26:15 +0000 (17:26 +0200)
committerKevin Harwell <kharwell@digium.com>
Tue, 3 Nov 2020 21:12:32 +0000 (15:12 -0600)
commitcd32317691df479ae96eb0ff6bda97dd8092547a
tree4347bbbb094f75ff5c8c8f5173d7178d74b6daf6
parent1650d50e9132e4063cd18b436d35c391f3152221
chan_sip: On authentication, pick MD5 for sure.

RFC 8760 added new digest-access-authentication schemes. Testing
revealed that chan_sip does not pick MD5 if several schemes are offered
by the User Agent Server (UAS). This change does not implement any of
the new schemes like SHA-256. This change makes sure, MD5 is picked so
UAS with SHA-2 enabled, like the service www.linphone.org/freesip, can
still be used. This should have worked since day one because SIP/2.0
already envisioned several schemes (see RFC 3261 and its augmented BNF
for 'algorithm' which includes 'token' as third alternative; note: if
'algorithm' was not present, MD5 is still assumed even in RFC 7616).

Change-Id: I61ca0b1f74b5ec2b5f3062c2d661cafeaf597fcd
channels/chan_sip.c