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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -