Adding RSA keys to the iPhone keychain - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T21:19:40Zhttp://stackoverflow.com/feeds/question/864331http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/864331/adding-rsa-keys-to-the-iphone-keychain0Adding RSA keys to the iPhone keychainDemon Kid2009-05-14T16:22:03Z2009-07-15T06:29:47Z
<p>Hello everyone,</p>
<p>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?</p>
http://stackoverflow.com/questions/864331/adding-rsa-keys-to-the-iphone-keychain/864408#8644080Answer by Naaff for Adding RSA keys to the iPhone keychainNaaff2009-05-14T16:36:41Z2009-05-14T16:36:41Z<p>This appears to be a duplicate of <a href="http://stackoverflow.com/questions/792097/import-rsa-keys-to-iphone-keychain">this SO question</a>.</p>
<p><a href="http://mooseyard.com/projects/MYCrypto/Documentation/html/index.html" rel="nofollow">MyCrypto says that it works on the iPhone</a>. What kind of problems are you seeing?</p>
http://stackoverflow.com/questions/864331/adding-rsa-keys-to-the-iphone-keychain/1035438#10354380Answer by bbrown for Adding RSA keys to the iPhone keychainbbrown2009-06-23T21:46:00Z2009-06-23T21:46:00Z<p>Are you generating them on the iPhone? If so, <a href="http://lists.apple.com/archives/apple-cdsa/2009/May/msg00051.html" rel="nofollow">this message</a> plus the <a href="http://developer.apple.com/documentation/security/conceptual/CertKeyTrustProgGuide/iPhone%5FTasks/iPhone%5FTasks.html#//apple%5Fref/doc/uid/TP40001358-CH208-SW9" rel="nofollow">example code</a> 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.</p>