15cf441d17e98f5d0b89f2510b8f852a7108d298
The test for refresh keys with a stale nonce was not performed correctly. It was supposed to test that RefreshKeys fails when the nonce is stale. However, the nonce in the test was not stale. The reference implementation did fail, but it failed because the control bits were in network byte order instead of host byte order. Both of these problems are fixed in this CL. This CL changes test code only. The change has already been communicated with Qualcomm. bug: 8621521 Merge of https://widevine-internal-review.googlesource.com/#/c/5263/ from Widevine CDM repo. Change-Id: I0821eff914d1680481006b9b68d49e8f2c5b9cd8
Description
No description provided