I need to implement SNI
(Server Name Indication) on client side for iOS and OS X.
I tried google about this but I was unable to find anything useful (only some instruction for openSSL). Nothing related to NSURLSession
or CFNetwork
.
I need solution when using both NSURLSession
or CFNetwork
(CFStreamCreatePairWithSocketToHost
- this is used in Socket Rocket).
Is it automatically supported by Apple framework? Or do I need add some extra code to enforce it? Or maybe it is completely unsupported?