]> git.ipfire.org Git - thirdparty/asterisk.git/commit
tcptls: Print notice when TLS is enabled but not configured.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 6 Nov 2017 09:18:24 +0000 (10:18 +0100)
committerAlexander Traud <pabstraud@compuserve.com>
Mon, 6 Nov 2017 09:28:13 +0000 (04:28 -0500)
commit7dd2b18e329e9815ac3c1c3af9e2ef574cf965e2
tree990a0ac3feefde8c17fecfc73e839dafe84fcffc
parent543d8ee388b6541191789ff18a9638a527d9352c
tcptls: Print notice when TLS is enabled but not configured.

Asterisk can be compiled without a SSL/TLS library, without the Development
Headers of OpenSSL. However, if TLS (SIP) or Secure-WebSockets (WebRTC) was
enabled in a configuration file, Asterisk did not notice the user. Asterisk
failed silently, only the corresponding TCP ports were not open.

ASTERISK-27394
Reported-by: mossley74
Change-Id: Ib8b7539a5b2af8154c22e5f7a40fc68f95d95b93
main/tcptls.c