Re: Exporting a public key from the secure enclave

2017-05-15 Thread Doug Hill
> On May 15, 2017, at 3:46 PM, Jens Alfke wrote: > > Is there a specific reason you’re trying to work with the secure enclave > directly, and not just the keychain? > > In my experience the Keychain APIs are mind-curdlingly horrible to work with, > and the newer the feature you’re trying to u

Re: Exporting a public key from the secure enclave

2017-05-15 Thread Jens Alfke
Is there a specific reason you’re trying to work with the secure enclave directly, and not just the keychain? In my experience the Keychain APIs are mind-curdlingly horrible to work with, and the newer the feature you’re trying to use, the worse they get. Have you tried doing this stuff without

Re: Exporting a public key from the secure enclave

2017-05-15 Thread Doug Hill
> On May 15, 2017, at 2:20 PM, Quincey Morris > wrote: > > On May 15, 2017, at 14:08 , Doug Hill > wrote: >> >> Also, the Security developer forum has held up my forum post for moderation >> for almost 4 days. > > You really should ask Quinn (the Eskimo). The mod

Re: Exporting a public key from the secure enclave

2017-05-15 Thread Quincey Morris
On May 15, 2017, at 14:08 , Doug Hill wrote: > > Also, the Security developer forum has held up my forum post for moderation > for almost 4 days. You really should ask Quinn (the Eskimo). The moderation was probably due to the external GitHub link. Try removing the “https” and “://“. People wi

Exporting a public key from the secure enclave

2017-05-15 Thread Doug Hill
I'm attempting to implement what is described in this developer forum post: https://forums.developer.apple.com/message/84684#84684 That is, export an elliptic curve public key from the secure enclave. Unfortunately, this doesn't work for