TLS 1.3 iOS Profile expired?

I'd like to test TLS 1.3 on iOS but am unable to install this profile on my device. It's an iPhone 7 running iOS 11.3.1.

https://developer.apple.com/go/?id=tls13-mobile-profile


Settings reports:


Profile Installation Failed

The profile "Enable TLS 1.3" is no longer valid.


The profile contains two certificates that expire in the future. Is there an updated link?


Thank you.

Replies

The profile contains two certificates that expire in the future.

Right, it’s not the certificates that expired but rather the profile itself.

$ security cms -D -i enable_tls13.mobileconfig 
…
<dict>
    …
    <key>RemovalDate</key>
    <date>2018-01-01T00:00:00Z</date>
    …
</dict>
…

I’m going to look into this and then follow-up with more info. Be warned, however, that it’s less than two weeks to WWDC, so the folks responsible for this sort of thing are kinda busy with time critical stuff.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

I’m going to look into this and then follow-up with more info.

I got confirmation that a replacement profile is currently not available. Please stand by for more news.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"


WWDC runs Mon, 4 Jun through to Fri, 8 Jun. During that time all of DTS will be at the conference, helping folks out face-to-face.

TLS 1.3 is now a public and final protocol (RFC 8446).


What is the status of TLS 1.3 in ios 12 / osx mojave?

Any update on when tls 1.3 will be coming?

It has been finalised since August 2018

https://tools.ietf.org/html/rfc8446

gvollant wrote:

What is the status of TLS 1.3 in ios 12 / osx mojave?

Things have not changed relative to earlier systems: The system contains an implementation of TLS 1.3 but it’s not enabled.

CuteDino wrote:

Any update on when tls 1.3 will be coming?

I’ve not seen any official updates on that front.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"