Skip to content

Commit

Permalink
Trust-resolve ATTESTATION_CA TPM attestations using metadataService
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Apr 10, 2019
1 parent badc463 commit fbdaa51
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -493,6 +493,7 @@ public Optional<AttestationTrustResolver> trustResolver() {
case "android-safetynet":
case "fido-u2f":
case "packed":
case "tpm":
return metadataService.map(KnownX509TrustAnchorsTrustResolver::new);
default:
throw new UnsupportedOperationException(String.format(
Expand Down

0 comments on commit fbdaa51

Please sign in to comment.