mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Strongbox may not support 1024 bit key size for RSA." into stage-aosp-udc-ts-dev am: fcabe78a65 am: 051d4535a7
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/23895311 Change-Id: Ieef6ca0e9817545af0988218ef0cf6784753ce56 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -3119,7 +3119,7 @@ TEST_P(SigningOperationsTest, RsaPaddingNoneDoesNotAllowOther) {
|
||||
*/
|
||||
TEST_P(SigningOperationsTest, NoUserConfirmation) {
|
||||
ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder()
|
||||
.RsaSigningKey(1024, 65537)
|
||||
.RsaSigningKey(2048, 65537)
|
||||
.Digest(Digest::NONE)
|
||||
.Padding(PaddingMode::NONE)
|
||||
.Authorization(TAG_NO_AUTH_REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user