Håvard Fossli

Results 159 comments of Håvard Fossli

I agree with your point though I believed it would be the same for public key

iOS 10 only. What's the benefit / difference?

I'm ready to implement, but I don't see the added benefit here. Can you elaborate on why we should rather use that new API?

If I understand correctly: copying the external representation is only good for later importing that representation. That's not part of showcasing how to use the secure enclave IMHO. I don't...

I still don't get it. It seems to me that this api isn't making that easier. Maybe I'm missing something crucial. Lead the way.

So how's the data structured in the output of this function?

Awesome. I'm ready to vet any swift pull requests.

I don't see any difference. Base64 public key exported using old/current API ``` BDCvFO9AXGQAkjVrJaGE/mLiWlKLGzTo0n6sAUMrZac0dBdJS+mGFWK6rAtbnLAplXAqXR1wVTBcES9fhJRbKcM= ``` Base64 public key exported using new API (`SecKeyCopyExternalRepresentation`) ``` BDCvFO9AXGQAkjVrJaGE/mLiWlKLGzTo0n6sAUMrZac0dBdJS+mGFWK6rAtbnLAplXAqXR1wVTBcES9fhJRbKcM= ```

Almost 2 years has passed since this issue was opened. The [SecKeyCopyPublicKey](https://developer.apple.com/documentation/security/1643774-seckeycopypublickey) was quite new then and only available to ios 10. Now it might be possible drop support for...