(Sigh) That’s what I get for relying on memory. I guess I’ve only ever used it
for signing/verifying. Thanks for correcting.
On Jan 12, 2014, at 7:26 PM, Charles Srstka wrote:
> On Jan 12, 2014, at 6:16 PM, Dave Fernandes
> wrote:
>
>> On OS X, you can use security transforms to do RSA encry
On Jan 12, 2014, at 6:16 PM, Dave Fernandes wrote:
> On OS X, you can use security transforms to do RSA encryption/decryption and
> signing/verification.
Not true:
https://developer.apple.com/library/mac/documentation/security/conceptual/SecTransformPG/EncryptionandDecryption/EncryptionandDecr
On OS X, you can use security transforms to do RSA encryption/decryption and
signing/verification. On iOS, security transforms are not available.
On Jan 12, 2014, at 5:07 PM, jonat...@mugginsoft.com wrote:
>
> I am trying to wean my app off libcrypto via security.framework and common
> crypto.
I am trying to wean my app off libcrypto 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 libcrypto?
Thanks
Jonathan
___
Cocoa-d