]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Ensure chan_sip rejects encrypted streams without crypto info
authorKinsey Moore <kmoore@digium.com>
Mon, 31 Dec 2012 14:43:26 +0000 (14:43 +0000)
committerKinsey Moore <kmoore@digium.com>
Mon, 31 Dec 2012 14:43:26 +0000 (14:43 +0000)
commitfff4b8c898c8e91ed98af3a57071f35404e6b0ec
tree3b9d829bac4bc8c6a38435fa7b2c36a3cca1154f
parentc6c4f9274a727e32959ab02c280aca11b7a453f6
Ensure chan_sip rejects encrypted streams without crypto info

This ensures that Asterisk rejects encrypted media streams (RTP/SAVP
audio and video) that are missing cryptographic keys and ensures that
the incoming SDP is consistent with RFC4568 as far as having a crypto
attribute present for any SAVP streams.

Review: https://reviewboard.asterisk.org/r/2204/
........

Merged revisions 378217 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@378218 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c