[Asterisk-code-review] tcptls: use TLS client method with OpenSSL 1.1 (asterisk[13])

Tzafrir Cohen asteriskteam at digium.com
Tue Feb 14 14:54:45 CST 2017


Tzafrir Cohen has uploaded a new patch set (#2). ( https://gerrit.asterisk.org/4949 )

Change subject: tcptls: use TLS_client_method with OpenSSL 1.1
......................................................................

tcptls: use TLS_client_method with OpenSSL 1.1

OpenSSL 1.1 introduced TLS_client_method() and deprecated the previous
version-specific methods (such as TLSv1_client_method(). Other than
being simpler to use and more correct (gain support for TLS newer that
TLS1, in our case), the older ones produce a deprecation warning that
fails the build in dev-mode.

ASTERISK-26109 #close

Change-Id: I257b1c8afd09dcb0d96cda3a41cb9f7a15d0ba07
---
M main/tcptls.c
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/49/4949/2
-- 
To view, visit https://gerrit.asterisk.org/4949
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I257b1c8afd09dcb0d96cda3a41cb9f7a15d0ba07
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Tzafrir Cohen <tzafrir.cohen at xorcom.com>



More information about the asterisk-code-review mailing list