Level 3 OEMCrypto library
This CL contains the level 3 oemcrypto library built for android. I used the toolchain from the mnc-emu-release branch because I'm having problems with the toolchain on master. This includes the security patch API, and several bug fixes to the library. Current versions: mips/libwvlevel3.a Level3 Library Dec 17 2015 21:26:57 arm/libwvlevel3.a Level3 Library Dec 17 2015 21:09:47 x86/libwvlevel3.a Level3 Library Dec 17 2015 21:19:15 http://go/wvgerrit/16371 Level 3 OEMCrypto library http://go/wvgerrit/16315 Security Patch Level - haystack version http://go/wvgerrit/16282 Correctly handle null pointer in GetKeyData http://go/wvgerrit/16294 Initialize data for generation number http://go/wvgerrit/16280 Correctly handle bad RSA key bug: 26089773 bug: 26092100 bug: 26086944 Change-Id: I3ea1b5d219dae0c88deafa742f61d67e97297902
This commit is contained in:
@@ -182,6 +182,10 @@ uint32_t Level3_APIVersion() {
|
||||
return OEMCrypto_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
uint8_t Level3_SecurityPatchLevel() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
const char* Level3_SecurityLevel() {
|
||||
return "L3";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user