Sdwebimage: SSL library for SDWebImage

Created on 24 Aug 2017  路  1Comment  路  Source: SDWebImage/SDWebImage

Which SSL library does SDWebImage use ?

darwinssl ? openssl ? or something else ?

Most helpful comment

For network, It just use NSURLSession based API. So actually it use CFNetwork's SSL implementation. You can check CFNetwork's open source code to learn.

https://opensource.apple.com/source/CFNetwork/

And ,the SSL crypto algorithm is placed into Security framework. Maybe you can check here to learn.

https://opensource.apple.com/source/Security/

>All comments

For network, It just use NSURLSession based API. So actually it use CFNetwork's SSL implementation. You can check CFNetwork's open source code to learn.

https://opensource.apple.com/source/CFNetwork/

And ,the SSL crypto algorithm is placed into Security framework. Maybe you can check here to learn.

https://opensource.apple.com/source/Security/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MagLiC picture MagLiC  路  3Comments

Ricardo1980 picture Ricardo1980  路  6Comments

Binusz picture Binusz  路  4Comments

devshen picture devshen  路  6Comments

cyanzhong picture cyanzhong  路  5Comments