[Asterisk-code-review] OpenSSL 1.1.0 support (asterisk[master])

Tzafrir Cohen asteriskteam at digium.com
Fri Nov 4 20:52:49 CDT 2016


Tzafrir Cohen has posted comments on this change. ( https://gerrit.asterisk.org/3102 )

Change subject: OpenSSL 1.1.0 support
......................................................................


Patch Set 3:

Now it should build: OPENSSL_API_COMPAT was not defined in older versions, but was defined in latest 1.1 and 1.0.2 I tested with. Now testing for it explicitly.

OpenSSL 1.1.0 would simply unconditionally not support SSL2. The macro OPENSSL_NO_SSL2 doesn't exist anymore (no even for backward compatibility). Therefore I had to change the test for the SSL2 code.

Removing the SSL2 code, if wanted, is out of the scope of this fix.

-- 
To view, visit https://gerrit.asterisk.org/3102
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I5e29d477d486ca29b6aae0dc2f5dff960c1cb82b
Gerrit-PatchSet: 3
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Matthew Fredrickson <creslin at digium.com>
Gerrit-Reviewer: Scott Griepentrog <sgriepentrog at digium.com>
Gerrit-Reviewer: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Gerrit-HasComments: No



More information about the asterisk-code-review mailing list