Updated OEMCrypto tests to use DRM key objects.
[ Merge of http://go/wvgerrit/147275 ] Swapped out use of OpenSSL/BoringSSL RSA and EC_KEY to use OEMCrypto reference utility classes RsaPublicKey/EccPublicKey. This enables further test development with ECC keys, and removes duplicate OpenSSL/ BoringSSL code. For Android makefiles, only the minimally required files have been added. Bug: 205902021 Bug: 236317198 Test: run_prov30_test run_prov40_test oemcrypto_test Change-Id: I64491018e8ffb69bf986083e3aae446eb9e5cf39
This commit is contained in:
@@ -29,6 +29,8 @@ LOCAL_SRC_FILES:= \
|
||||
oemcrypto_test_main.cpp \
|
||||
ota_keybox_test.cpp \
|
||||
../../cdm/util/test/test_sleep.cpp \
|
||||
../util/src/oemcrypto_ecc_key.cpp \
|
||||
../util/src/oemcrypto_rsa_key.cpp \
|
||||
../util/src/wvcrc.cpp \
|
||||
|
||||
LOCAL_C_INCLUDES += \
|
||||
|
||||
Reference in New Issue
Block a user