New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 904470 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Last visit > 30 days ago
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature

Blocking:
issue 630147



Sign in to add a comment

Support TLS 1.3 in sockets extensions API

Project Member Reported by svaldez@chromium.org, Nov 12

Issue description

We need to add bits to support TLS 1.3 in the sockets extensions API.
 
Components: Platform>Extensions>API
At a glance through https://developer.chrome.com/apps/sockets_tcp, it appears all we need to is to plumb though the "tls1.3" constant and, of course, flip the default. Otherwise it should hopefully just work.

Context for extensions folks: TLS 1.3 is the new version of TLS. It is backwards-compatible and is safe to enable by default transparently. TLS 1.2 servers will continue to connect just fine, it just means we would speak TLS 1.3 to 1.3-capable servers. Your API appears to be quite minimal and contains nothing that would break when 1.3 is negotiated.

Sign in to add a comment