platform_hardware_interfaces/identity/support
David Benjamin 45ff9aa8ff Avoid unnecessary access of BoringSSL structs.
Checking cert_info->key->algor->algorithm is redundant with the checks
following it. If the public key is an EC key, that was the OID. Remove
the check so this code does not break when BoringSSL makes the X509
structures opaque in the future.

While we're not particularly aiming to make ECDSA_SIG opaque, getters
exist, so go ahead and use them.

Test: mm, treehugger
Change-Id: I1b37fef2290b7697a6e821f20ba702b3da5ef18d
2020-08-26 15:38:47 -04:00
..
include Update Identity Credential VTS tests. 2020-06-04 16:46:54 -04:00
src Avoid unnecessary access of BoringSSL structs. 2020-08-26 15:38:47 -04:00
tests Add Identity Credential HAL, default implementation, and VTS tests. 2020-01-15 09:36:12 -05:00
Android.bp Add attestation certificate generation and identity credential tags. 2020-02-21 16:02:26 -08:00