Source release 19.2.0

This commit is contained in:
Alex Dale
2024-06-25 14:03:53 -07:00
parent b8bdfccebe
commit cd8256726f
89 changed files with 2747 additions and 35949 deletions

View File

@@ -43,6 +43,14 @@ struct OEMCrypto_Renewal_Response_Fuzz {
// structure.
};
struct OEMCrypto_Release_Response_Fuzz {
oemcrypto_core_message::ODK_ReleaseRequest core_request;
int64_t seconds_since_license_received;
int64_t seconds_since_first_decrypt;
// license_release_response is of variable length and not included in this
// structure.
};
struct OEMCrypto_Request_Fuzz {
// We would like to fuzz computed signature_length, input core_message_length
// that ODK parses and actual message buffer to the request APIs.