Re: RSA and libcrypto (sorry - typos fixed)

2014-01-12 Thread Dave Fernandes
(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

Re: RSA and libcrypto (sorry - typos fixed)

2014-01-12 Thread Charles Srstka
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

Re: RSA and libcrypto (sorry - typos fixed)

2014-01-12 Thread Dave Fernandes
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.

Re: RSA and libcrypto (sorry - typos fixed)

2014-01-12 Thread jonat...@mugginsoft.com
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