Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS hardware-backed key attestation

Tags:

ios

pki

In android there is a way of knowing if the public key from a key pair was generated inside TEE and is, therefore, hardware-backed (https://source.android.com/security/keystore/attestation). I cannot find a way to do that in iOS. Does anyone know if there is a way?

like image 837
arnau Avatar asked Oct 24 '17 15:10

arnau


1 Answers

Similar service is available for iOS 14 as DCAppAttestService

https://developer.apple.com/documentation/devicecheck/dcappattestservice

like image 161
Tolga Okur Avatar answered Sep 22 '22 01:09

Tolga Okur