[Asterisk-code-review] res pjsip: Add TLSv1.1 and TLSv1.2 support (asterisk[13])

George Joseph asteriskteam at digium.com
Tue Dec 12 10:40:44 CST 2017


George Joseph has posted comments on this change. ( https://gerrit.asterisk.org/7525 )

Change subject: res_pjsip: Add TLSv1.1 and TLSv1.2 support
......................................................................


Patch Set 1: Code-Review-1

(1 comment)

https://gerrit.asterisk.org/#/c/7525/1/res/res_pjsip/config_transport.c
File res/res_pjsip/config_transport.c:

https://gerrit.asterisk.org/#/c/7525/1/res/res_pjsip/config_transport.c@920
PS1, Line 920: #ifdef PJSIP_TLSV1_1_METHOD
             : 	} else if (!strcasecmp(var->value, "tlsv1_1")) {
             : 		state->tls.method = PJSIP_TLSV1_1_METHOD;
             : #endif
             : #ifdef PJSIP_TLSV1_2_METHOD
             : 	} else if (!strcasecmp(var->value, "tlsv1_2")) {
             : 		state->tls.method = PJSIP_TLSV1_2_METHOD;
             : #endif
PJSIP_*_METHODs are in the pjsip_ssl_method enum not defines.



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

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: comment
Gerrit-Change-Id: Icf4975d785d6bfb8f30ac7ffa695a0adf9382dac
Gerrit-Change-Number: 7525
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Comment-Date: Tue, 12 Dec 2017 16:40:44 +0000
Gerrit-HasComments: Yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171212/f0b71531/attachment.html>


More information about the asterisk-code-review mailing list