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
On
Yes. TLS 1.2 was adopted and made default in iOS 5. See the technical note explaining the problems that caused: TN2287
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.