Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2718118CE7 for ; Thu, 1 Oct 2015 23:54:27 +0000 (UTC) Received: (qmail 37224 invoked by uid 500); 1 Oct 2015 23:54:27 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 37203 invoked by uid 500); 1 Oct 2015 23:54:27 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 37191 invoked by uid 99); 1 Oct 2015 23:54:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2015 23:54:26 +0000 Date: Thu, 1 Oct 2015 23:54:26 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9569) Support and tag translation to Application Transport Security (ATS) Info.plist directives MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940606#comment-14940606 ] ASF GitHub Bot commented on CB-9569: ------------------------------------ GitHub user shazron opened a pull request: https://github.com/apache/cordova-lib/pull/312 CB-9569 - Support and tag translation to Application Transport Security (ATS) Info.plist directives Tests are included as well. and tags have two new attributes to account for ATS: minimum-tls-version (defaults to 'TLSv1.2') and requires-forward-secrecy (defaults to 'true'). If the defaults are set, there will be *no* corresponding entry in ATS, to reduce verbosity in the Info.plist. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shazron/cordova-lib CB-9569 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-lib/pull/312.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #312 ---- commit c5fd2cc840c0228b38deea0ffcd105005983bb8c Author: Shazron Abdullah Date: 2015-09-29T23:13:46Z CB-9569 - Support and tag translation to Application Transport Security (ATS) Info.plist directives. Tests are included as well. and tags have two new attributes to account for ATS: minimum-tls-version (defaults to 'TLSv1.2') and requires-forward-secrecy (defaults to 'true'). If the defaults are set, there will be *no* corresponding entry in ATS, to reduce verbosity in the Info.plist. ---- > Support and tag translation to Application Transport Security (ATS) Info.plist directives > --------------------------------------------------------------------------------------------------------------------- > > Key: CB-9569 > URL: https://issues.apache.org/jira/browse/CB-9569 > Project: Apache Cordova > Issue Type: Bug > Components: CLI > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > Labels: cordova-ios-4.0.x > > By default iOS 9 that requires network connections *must* be HTTPs with certain protocols. You would use ATS for exceptions. > ATS: > https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/ > http://www.neglectedpotential.com/2015/06/working-with-apples-application-transport-security/ -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org