You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs/attestation_process.md is inconsistent about the size of the optional private_key, user_data, and nonce fields. The Attribution Document Specification gives a range of 0..1024 bytes for each field, in agreement with this doc page. But later on, the "Check Content" section of Syntactic Validation gives 1..1024 for public_key and 0..512 for user_data and nonce.
Can we clarify with values are correct?
The text was updated successfully, but these errors were encountered:
As far as enforcement goes, there doesn't seem to be a check on the individual field lengths, but this module, the python version, and the /dev/nsm kernel driver all impose an overall 4k limit on requests and 12k on responses. This seems consistent with the larger sizes for the optional fields in an attestation request.
docs/attestation_process.md
is inconsistent about the size of the optionalprivate_key
,user_data
, andnonce
fields. The Attribution Document Specification gives a range of 0..1024 bytes for each field, in agreement with this doc page. But later on, the "Check Content" section of Syntactic Validation gives 1..1024 forpublic_key
and 0..512 foruser_data
andnonce
.Can we clarify with values are correct?
The text was updated successfully, but these errors were encountered: