vote up 0 vote down star

Hello everyone,

I'm trying to add a public and private RSA keys to the iPhone's keychain, so I can use the CommonCrypto library, but am not entirely sure how to do that. The MYCrypto library seems to only work for the Mac and not the iPhone right now. Can anyone help and explain how to add a private/public key to the keychain and get a SecKeyRef to them?

flag
How are you storing these keys? In a certificate or P12 package? – bbrown Jul 14 at 22:18

2 Answers

vote up 0 vote down

Are you generating them on the iPhone? If so, this message plus the example code in the Certificate, Key, and Trust Services Programming Guide should steer you in the right direction. If not, I'm working on some code that should accomplish that--it's not quite there yet.

link|flag
Keep me posted! – Demon Kid Jun 28 at 1:08
vote up 0 vote down

This appears to be a duplicate of this SO question.

MyCrypto says that it works on the iPhone. What kind of problems are you seeing?

link|flag
No, the limitations for MYCrypto specifically say that it runs into problems at runtime with the iPhone. I get an OSStatus parameter error (-50) when I try to import the public key. – Demon Kid May 14 at 17:47
Yeah, Jens Alfke is working hard on it but it's pretty clear from his correspondence on the CDSA mailing list that he's cracking a very tough nut and it's going to be a while before he's got a readily-consumable library. – bbrown Jun 23 at 21:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.