Re: RSA and libcrypto
Re: RSA and libcrypto
- Subject: Re: RSA and libcrypto
- From: Charles Srstka <email@hidden>
- Date: Sun, 12 Jan 2014 16:11:38 -0600
On Jan 12, 2014, at 4:00 PM, email@hidden wrote:
> I am trying to wean my app off libcypto via security.framework and common crypto.
>
> My last dependency is on RSA.
> Is there an alternative non openssl api or will I have to pursue linking a static instance of libcypto?
AFAIK, there is not. You will have to statically link libcrypto.
This means that each time a new security update to libcrypto comes out, you'll need to update your app before you can take advantage of it.
Charles
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden