Merge "Fix minimum size description of challenge" am: ceeb357048
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2480181 Change-Id: I7debe63345b9a03789a39ac4bc6ec926cf4bb8c5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ca0abefa7e
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ interface IRemotelyProvisionedComponent {
|
|||
*
|
||||
* @param in challenge contains a byte string from the provisioning server which will be
|
||||
* included in the signed data of the CSR structure. Different provisioned backends may
|
||||
* use different semantic data for this field, but the supported sizes must be between 32
|
||||
* use different semantic data for this field, but the supported sizes must be between 16
|
||||
* and 64 bytes, inclusive.
|
||||
*
|
||||
* @return the following CBOR Certificate Signing Request (Csr) serialized into a byte array:
|
||||
|
|
Loading…
Reference in a new issue