Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add packed attestation optional firmware version attribute #1953

Merged
merged 6 commits into from
Mar 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5840,10 +5840,13 @@ The attestation certificate MUST have the following fields/extensions:

- The Basic Constraints extension MUST have the CA component set to [FALSE].

- An Authority Information Access (AIA) extension with entry `id-ad-ocsp` and a CRL Distribution Point extension [[RFC5280]]
are both OPTIONAL as the status of many attestation certificates is available through authenticator metadata services.
See, for example, the FIDO Metadata Service [[FIDOMetadataService]].
Additionally, Authority Information Access (AIA) extension with entry `id-ad-ocsp` and a CRL Distribution Point extension
dwaite marked this conversation as resolved.
Show resolved Hide resolved
[[RFC5280]] are both OPTIONAL as the status of many attestation certificates is available through authenticator metadata
services. See, for example, the FIDO Metadata Service [[FIDOMetadataService]].

The firmware of a particular authenticator model MAY be differentiated using the Extension OID `1.3.6.1.4.1.45724.1.1.5`
(`id-fido-gen-ce-fw-version`). When present, this attribute contains an unsigned INTEGER which is incremented for new
dwaite marked this conversation as resolved.
Show resolved Hide resolved
firmware release versions. The extension MUST NOT be marked as critical.
dwaite marked this conversation as resolved.
Show resolved Hide resolved

## TPM Attestation Statement Format ## {#sctn-tpm-attestation}

Expand Down
Loading