]> git.ipfire.org Git - thirdparty/asterisk.git/commit
tcptls: Handle new OpenSSL compile time option to disable SSLv3
authorMatthew Jordan <mjordan@digium.com>
Thu, 19 Feb 2015 15:28:10 +0000 (15:28 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 19 Feb 2015 15:28:10 +0000 (15:28 +0000)
commit374013d8177687229e59584b48506c0f83ff02aa
tree81b350e4cc5ab33698dafc7a70f7c179f1f20afa
parenteb9448a1ae18bf16074346bdaae5e0d29d3bcd38
tcptls: Handle new OpenSSL compile time option to disable SSLv3

Some distributions are going to disable SSLv3 at compile time. This option can
be checked using the directive OPENSSL_NO_SSL3_METHOD. This patch updates the
TCP/TLS handling in Asterisk to look for that directive before attempting to
use the SSLv3 specific methods.

ASTERISK-24799 #close
Reported by: Alexander Traud
patches:
  no-ssl3-method.patch uploaded by Alexander Traud (License 6520)
........

Merged revisions 431936 from http://svn.asterisk.org/svn/asterisk/branches/11

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