[asterisk-bugs] [JIRA] (ASTERISK-25770) Check for OpenSSL defines before trying to use them.
Kevin Harwell (JIRA)
noreply at issues.asterisk.org
Wed Feb 10 11:53:33 CST 2016
Kevin Harwell created ASTERISK-25770:
----------------------------------------
Summary: Check for OpenSSL defines before trying to use them.
Key: ASTERISK-25770
URL: https://issues.asterisk.org/jira/browse/ASTERISK-25770
Project: Asterisk
Issue Type: Bug
Security Level: None
Affects Versions: 13.7.1
Reporter: Kevin Harwell
Severity: Minor
The SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2 defines did not exist prior to OpenSSL version 1.0.1. A recent commit attempts to, by default, set these options, which can cause problems on systems with older OpenSSL installations.
Add a configure script check for those defines and that will not attempt to make use of those if they do not exist. Print a warning urging the user to upgrade their OpenSSL installation if those defines are not present.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list