iphone - SSLv3 communications in Objective-C -


i know if iphone os supports sslv3 network communications ? there tutorial or how on web ? didn't find this! framework/library should use ?

thanks

if you're asking ssl in general (and not specific version of ssl), yes. nsurlconnection supports https urls. follow standard docs on opening connect nsurlconnection specify url scheme https://.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -