On 15 Jun 2015, at 17:30, Jens Alfke <[email protected]> wrote: > If Apple is now going to mandate that apps only connect to servers using TLS > 1.2, then shouldn’t there be a supported way to configure CFStream to obey > that rule?
The best way to do this is to get the SSLContext using kCFStreamPropertySSLContext and then set the min and max protocol version on that context. Share and Enjoy -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com This email sent to [email protected]
