Source release 18.1.0

This commit is contained in:
John "Juce" Bruce
2023-06-23 15:45:08 -07:00
parent 2baa7c6e2b
commit b2c35151ad
2074 changed files with 196004 additions and 427059 deletions

View File

@@ -29,7 +29,8 @@ void InitializeFuzz(SessionUtil& session_util) {
wvoec::global_features.Initialize();
OEMCrypto_SetSandbox(kTestSandbox, sizeof(kTestSandbox));
OEMCrypto_Initialize();
session_util.EnsureTestKeys();
OEMCrypto_EnterTestMode();
session_util.EnsureTestROT();
}
void SessionFuzz::Initialize() {
@@ -44,7 +45,7 @@ void SessionFuzz::Terminate() {
void OEMCryptoLicenseAPIFuzz::Initialize() {
session_fuzz_.Initialize();
session_fuzz_.InstallTestRSAKey();
session_fuzz_.InstallTestDrmKey();
session_fuzz_.session().GenerateNonce();
}