Skip to content

Commit

Permalink
Merge pull request #2 from venkyg-sec/propagate_entire_attestation_ob…
Browse files Browse the repository at this point in the history
…ject

propogate the attesation object as part of Extra Identifiers
  • Loading branch information
venkyg-sec committed Jan 21, 2024
2 parents b3047ed + b0f2bd0 commit 5665018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/challenge.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ func deviceAttest01Validate(ctx context.Context, ch *Challenge, db DB, jwk *jose

// Update attestation key fingerprint to compare against the CSR
az.Fingerprint = data.Fingerprint
az.ExtraIdentifiers = []string{data.SerialNumber}
az.ExtraIdentifiers = []string{data.SerialNumber, p.AttObj}

case "tpm":
data, err := doTPMAttestationFormat(ctx, prov, ch, jwk, &att)
Expand Down

0 comments on commit 5665018

Please sign in to comment.