I would like to know if Iphone OS supports SSLv3 network communications ? Are there any tutorial or how to on the web ? I didn't find anything about this! Which framework/libra开发者_JAVA百科ry should I use ?
Thanks
If you're asking about SSL in general (and not a specific version of SSL), then yes. The NSURLConnection
supports https URLs. Just follow the standard docs on opening a connect with NSURLConnection
but specify the URL with the scheme https://
.
精彩评论