Skip to content
Merged
Changes from all commits
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
3 changes: 2 additions & 1 deletion openid4vc-high-assurance-interoperability-profile-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,9 @@ This specification mandates the support for X.509 certificate-based key resoluti
Issuers, Verifiers, and Wallets MUST, at a minimum, support ECDSA with P-256 and SHA-256 (JOSE algorithm identifier `ES256`; COSE algorithm identifier `-7` or `-9`, as applicable) for the purpose of validating the following:

- Issuers
- Wallet Attestations (including PoP) when Annex E of [@!OIDF.OID4VCI] is used;
- Wallet Attestations (including PoP) when Annex E of [@!OIDF.OID4VCI] is used.
- Key Attestations when Annex D of [@!OIDF.OID4VCI] is used.
- `jwt` proof type as specified in Appendix E of [@!OIDF.OID4VCI].
- Verifiers
- the signature of the Verifiable Presentation, e.g., KB-JWT of an SD-JWT VC, or `deviceSignature` CBOR structure in case of ISO mdocs. Verifiers are assumed to determine in advance the cryptographic suites supported by the ecosystem, e.g. mDL Issuers/Verifiers implementing ISO mdocs.
- the status information of the Verifiable Credential or Wallet Attestation.
Expand Down