Skip to content

[DIP] use X.509 Subject Key Identifier (SKID) for COSE  kid #106

Description

@parvathib

Current text:
"The  kid  parameter (COSE header label 4) in the CWT’s protected header SHALL be the SHA-384 digest of the Attestation Key’s certificate chain, computed in the same manner as the SPDM DIGEST response for the selected slot..."

Issue:
The  kid  parameter should identify the specific signing key rather than being a SHA-384 digest of the certificate chain.

Proposed resolution:
Specify  kid  as the 20-byte Subject Key Identifier (SKID, RFC 5280) of the leaf certificate, enabling verifiers to directly match  kid == cert.extensions.subjectKeyIdentifier .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions