Comment 15 for bug 16669

Revision history for this message
In , Amos Jeffries (yadi) wrote :

Mac also require us to build against a new "common crypto" library they have developed as OpenSSL replacement. http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/CC_crypto.3cc.html

We need to work on a flexible a pluggable TLS interface component which any one of these libraries can be linked to.

Separating the crypto code from OpenSSL dependency would also be good.