mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 17:31:58 +00:00
Merge "Document the allowed challenge size" into main
This commit is contained in:
@@ -643,6 +643,8 @@ enum Tag {
|
|||||||
* Tag::ATTESTATION_CHALLENGE is used to deliver a "challenge" value to the attested key
|
* Tag::ATTESTATION_CHALLENGE is used to deliver a "challenge" value to the attested key
|
||||||
* generation/import methods, which must place the value in the KeyDescription SEQUENCE of the
|
* generation/import methods, which must place the value in the KeyDescription SEQUENCE of the
|
||||||
* attestation extension.
|
* attestation extension.
|
||||||
|
* The challenge value may be up to 128 bytes. If the caller provides a bigger challenge,
|
||||||
|
* INVALID_INPUT_LENGTH error should be returned.
|
||||||
*
|
*
|
||||||
* Must never appear in KeyCharacteristics.
|
* Must never appear in KeyCharacteristics.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user