[Home]

Summary:ASTERISK-25770: Check for OpenSSL defines before trying to use them.
Reporter:Kevin Harwell (kharwell)Labels:
Date Opened:2016-02-10 11:52:46.000-0600Date Closed:2016-02-10 11:53:20.000-0600
Priority:MinorRegression?Yes
Status:Closed/CompleteComponents:
Versions:13.7.1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description: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.
Comments: