Does CFNetwork support TLS version 1.3 ?
CFNetwork secure connect issue.
That depends on what specific API you’re referring to:
-
If you’re using CFNetwork as a shortcut for the Foundation URL Loading System then, yes, it supports TLS 1.3.
-
If you’re referring to
CFSocketStream
, and anything layered on top of that, likeNSStream
andCFHTTPStream
, then, no, these deprecated APIs don’t support TLS 1.3. Our advice in this case is that you move forward to Network framework.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"