]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 375147 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Wed, 17 Oct 2012 19:26:07 +0000 (19:26 +0000)
committerAutomerge script <automerge@asterisk.org>
Wed, 17 Oct 2012 19:26:07 +0000 (19:26 +0000)
commitce92b693869442b6f0dafb4563145b87afc23b8d
treeade96a567ba24a05b739a7bd603677b5f49ac8ef
parent16021c62b00777b6e20238b0101119964b443c29
Merged revisions 375147 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r375147 | kmoore | 2012-10-17 13:58:52 -0500 (Wed, 17 Oct 2012) | 15 lines

  Ensure Asterisk fails TCP/TLS SIP calls when certificate checking fails

  When placing a call to a TCP/TLS SIP endpoint whose certificate is not
  signed by a configured CA certificate, Asterisk would issue a warning
  and continue to process the call as if there was not an issue with the
  certificate.  Asterisk now properly fails the call if the certificate
  fails verification or if the certificate does not exist when
  certificate checking is enabled (the default behavior).

  (closes issue ASTERISK-20559)
  Review: https://reviewboard.asterisk.org/r/2163/
  ........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@375173 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/tcptls.c