Merge "Fix intermitent bad nonce being passed to RewrapDeviceRSAKey." into jb-mr2-dev
This commit is contained in:
@@ -725,7 +725,7 @@ CdmResponseType CdmEngine::HandleProvisioningResponse(
|
|||||||
std::string wrapped_rsa_key;
|
std::string wrapped_rsa_key;
|
||||||
if (!crypto_session->RewrapDeviceRSAKey(signed_message,
|
if (!crypto_session->RewrapDeviceRSAKey(signed_message,
|
||||||
signature,
|
signature,
|
||||||
nonce.data(),
|
nonce,
|
||||||
enc_rsa_key,
|
enc_rsa_key,
|
||||||
enc_rsa_key.size(),
|
enc_rsa_key.size(),
|
||||||
rsa_key_iv,
|
rsa_key_iv,
|
||||||
|
|||||||
Reference in New Issue
Block a user