{ "id": "173416", "key": "TIMOB-26956", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "20832", "name": "Release 8.3.0", "archived": false, "released": true, "releaseDate": "2019-11-25" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2019-10-07T11:35:02.000+0000", "created": "2019-03-30T01:16:16.000+0000", "epic": { "id": 170944, "key": "TIMOB-25712", "name": "Support Android Next", "summary": "Android: Support Android Q", "color": { "key": "color_5" }, "done": false }, "priority": { "name": "None", "id": "6" }, "labels": [ "HTTPClient", "TLS", "android", "network" ], "versions": [], "issuelinks": [ { "id": "57477", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "inwardIssue": { "id": "173425", "key": "TIMOB-26960", "fields": { "summary": "Windows: Add TLS 1.3 support", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } }, { "id": "57475", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "173424", "key": "TIMOB-26959", "fields": { "summary": "iOS: Add TLS 1.3 support", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2019-10-07T11:35:02.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "*Summary:*\r\nAndroid Q adds support for TLS 1.3. We should update Titanium networking code to support this.\r\nhttps://developer.android.com/preview/features#tls-1.3\r\n\r\nWe should also make sure TLS 1.3 is enabled by default when doing network communications via:\r\n* {{HTTPClient}}\r\n* Loading images via URLs. (ex: {{ImageView.image}})\r\n* Module verification on app startup for non-production builds via \"ti.verify\".\r\n\r\n*Requirements:*\r\n* Add a new {{TLS_VERSION_1_3}} constant to [Ti.Network|https://docs.appcelerator.com/platform/latest/#!/api/Titanium.Network] module.\r\n* Add support for the new TLS version constant to [HTTPClient.tlsVersion|https://docs.appcelerator.com/platform/latest/#!/api/Titanium.Network.HTTPClient-property-tlsVersion] property.\r\n* Update our Java [TiSocketFactory|https://github.com/appcelerator/titanium_mobile/blob/master/android/modules/network/src/java/ti/modules/titanium/network/TiSocketFactory.java] class to support TLS 1.3. _(Used by all of our Android networking code.)_", "attachment": [], "flagged": false, "summary": "Android: Add TLS 1.3 support", "creator": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "451107", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "8_3_X: https://github.com/appcelerator/titanium_mobile/pull/11195", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-09-04T23:18:24.000+0000", "updated": "2019-09-04T23:18:24.000+0000" }, { "id": "451479", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed.\r\nThe response text for httpclient request to a TLS test page returns success for TLS1.3 on Android Q emulator. For older Android versions the TLS1.3 support is returned as false.\r\nAlso when tlsVersion is set to 1.2 for httpclient request then the response text returns false on Android Q emulator as well.", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-09-18T18:15:37.000+0000", "updated": "2019-09-18T18:15:37.000+0000" }, { "id": "451875", "author": { "name": "ssaddique", "key": "ssaddique", "displayName": "Sohail Saddique", "active": true, "timeZone": "Europe/London" }, "body": "Verified.\r\n\r\nCompared against API 28 and API 29. Can confirm that HTTPClient now uses TLS 1.3 in this build.\r\n\r\nTicked closed.", "updateAuthor": { "name": "ssaddique", "key": "ssaddique", "displayName": "Sohail Saddique", "active": true, "timeZone": "Europe/London" }, "created": "2019-10-07T11:34:10.000+0000", "updated": "2019-10-07T11:34:10.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }