-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Context: This enables the QES creation use case where transaction data contains parameters for advanced e-signature creation. In these cases, the transaction data do not get hashed in their JSON representation format using a single hash algorithm. Instead, the X.509 credential format specifies specific ways of processing, that still meet the broadened requirements.
Proposed changes:
- When
transaction_data_hashes_algis omitted, do not require a default value ofsha-256. This enables a credential format to specify hash algorithms. - Broaden
transaction_data_hashesspecification in VP token. This enables advanced e-signature (AdES) processing rather than straight hashing of a serialised JSON array.
Draft PR: #421