veraison / ccatoken

A library for Confidential Computing Architecture (CCA) Attestation Token
Apache License 2.0
1 stars 0 forks source link

sub-tokens are bstr-wrapped #23

Closed thomas-fossati closed 1 year ago

thomas-fossati commented 1 year ago

In the previous published version of the RMM spec, the sub-tokens were "naked".

In the currently released version of the RMM spec, the sub-tokens are bstr-wrapped.

The encoding and decoding paths need to be updated to reflect the change.