iOS 7 and TLS1.2 support

297 views Asked by At

Does iOS 7 supports TLS 1.2 by default? I was looking for a way to test my app on iOS 7 but no lucks so far. Wondering if TLS 1.2 is supported by default on iOS7.

Thanks

2

There are 2 answers

1
F.Igor On

TLS 1.2 is supported from iOS 5, but it depends on what library/component/application are you using to connect your application to check if it's using TLS1.2 system libraries.

If you are trying to connect from Safari/iOS7, TLS 1.2 is supported as well.

0
Rob Napier On

Yes. TLS 1.2 was adopted and made default in iOS 5. See the technical note explaining the problems that caused: TN2287