Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PitchBlackRecoveryProject/android_system_security


https://github.com/PitchBlackRecoveryProject/android_system_security

On-device signing: Verify signature of odsign.info.

This was left to be implemented with RSA_verify.

Bug: 165630556
Test: signature matches
Change-...

dc05bb32d07183faeba06fc4be41fe1a4b782b75 authored almost 4 years ago
On-device signing: Support keystore2 for keys.

Add code to support Keystore2. Keystore2 will offer a feature similar to
EARLY_BOOT_KEYS in Keym...

ba1c9dc8a432050e13e8bbd90b51cad1cd982752 authored almost 4 years ago
Support devices without fs-verity.

On devices that don't have fs-verity, we now use so-called "full
verification": after the artifa...

5588e4958bfda09dcbe4b441af262ebbbd48b1af authored almost 4 years ago
Merge "Keystore 2.0: Silence common error on abort." am: 4ee432232c am: a5fdcca359

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1619943

M...

a5d8eae7957788451e7b93e284afc23de63d280d authored almost 4 years ago
Merge "Keystore 2.0: Silence common error on abort." am: 4ee432232c

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1619943

M...

a5fdcca3595083f69c2f3d30f42f56fe620cab12 authored almost 4 years ago
Merge "Keystore 2.0: Silence common error on abort."

4ee432232c89622083f38a2dcf1480865bbe8384 authored almost 4 years ago
Check that caller has correct permissions when attesting device IDs

+ ran rustfmt to satisfy upload hooks.

Bug: 181114803
Test: atest keystore2_test
Test: atest Ke...

5d6c5100e735c416a59346fd336ba82be6298b56 authored almost 4 years ago
Snap for 7189849 from ec56983340da1a4c86d5575813592e57a56dbad2 to sc-v2-release

Change-Id: I12e1a64daef91809b1de1a711fe870c01db4fe89

0ec19c7dea08a05c79979230b2a4e7d62f5e9f6e authored almost 4 years ago
Snap for 7188367 from de38b21e17baaafb604d3b0f89cd481fa5fd5947 to sc-v2-release

Change-Id: Ib92ff0a89ff8e9828ff8b5e08bee97b5530e399c

a0deb630fbde299c4f054c65aff0ce8bce897cdb authored almost 4 years ago
Merge "Keystore 2.0: Don't use DB for keys with Domain::BLOB" am: 8f4bd76619 am: 708bcbfee5 am: b932a435f9

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1620661

M...

ec56983340da1a4c86d5575813592e57a56dbad2 authored almost 4 years ago
Merge "Keystore 2.0: Don't use DB for keys with Domain::BLOB" am: 8f4bd76619 am: 708bcbfee5

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1620661

M...

b932a435f9c2be0571369df325219d80ebdd2532 authored almost 4 years ago
Merge "Keystore 2.0: Don't use DB for keys with Domain::BLOB" am: 8f4bd76619

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1620661

M...

708bcbfee59818718bfe62f7ac9bf425d8336639 authored almost 4 years ago
Merge "Keystore 2.0: Don't use DB for keys with Domain::BLOB"

8f4bd766195c20e1b19887a409f1423bd60f1628 authored almost 4 years ago
Merge "keystore2: km_compat: Strip prefix for importWrappedKey." am: f83e90bb11 am: 9c3402e476 am: f1283622a5

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1621299

M...

98760c4d7200c71f5ca7c260fa9863963b67f76a authored almost 4 years ago
Merge "keystore2: km_compat: Strip prefix for importWrappedKey." am: f83e90bb11 am: 9c3402e476

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1621299

M...

f1283622a5920f4e13a9409e81fc5dc2c193b4bb authored almost 4 years ago
Merge "keystore2: km_compat: Strip prefix for importWrappedKey." am: f83e90bb11

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1621299

M...

9c3402e4761fdaa15b7caadd9d7ff4e28bf1e4e7 authored almost 4 years ago
Merge "keystore2: km_compat: Strip prefix for importWrappedKey."

f83e90bb11de7a7b8d2d0089d90f8a586fe2f50a authored almost 4 years ago
Keystore 2.0: Don't use DB for keys with Domain::BLOB

The global DB can only be initialized after /data is mounted, so we can't
use it before /data is...

60671e3230d6a59b205e70fb37f7bdf1275670a3 authored almost 4 years ago
keystore2: km_compat: Strip prefix for importWrappedKey.

Also fix a bug in deleteKey() where the prefixed blob was passed to
the soft KeyMint implementat...

6b98d9d787dfe11804546688cb59c3ee8582a332 authored almost 4 years ago
Merge "Address comments from aosp/1588677" am: d60ebe2e2e am: 8e355c6b00 am: 184bd52432

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1606715

M...

de38b21e17baaafb604d3b0f89cd481fa5fd5947 authored almost 4 years ago
Merge "Address comments from aosp/1588677" am: d60ebe2e2e am: 8e355c6b00

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1606715

M...

184bd52432d6fcc87662410a00510a50a89200e0 authored almost 4 years ago
Merge "Address comments from aosp/1588677" am: d60ebe2e2e

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1606715

M...

8e355c6b00f90870d29301d86d864c7815418bf3 authored almost 4 years ago
Merge "Address comments from aosp/1588677"

d60ebe2e2e144d6a0f5a9e7619f4ba81fc814d57 authored almost 4 years ago
Keystore 2.0: Silence common error on abort.

The keystore SPI often calls abort on finalized operations there is no
need to log the INVALID_O...

778245c941a307e98bde341424861ad4757c477a authored almost 4 years ago
Merge "Keystore 2.0: Fix legacy wrapper updateAad." am: 0816f1926d am: 7e8eff1f6f am: 89ed3c8f29

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1619944

M...

8aa447ff5ef1ae087c91b7a556da70c6de077c13 authored almost 4 years ago
Merge "Keystore 2.0: Fix legacy wrapper updateAad." am: 0816f1926d am: 7e8eff1f6f

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1619944

M...

89ed3c8f29dba55c6d715aa49f3dabb4c95c9fe7 authored almost 4 years ago
Merge "Keystore 2.0: Fix legacy wrapper updateAad." am: 0816f1926d

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1619944

M...

7e8eff1f6f0ae2892c2b3d125bf90606267a8c42 authored almost 4 years ago
Merge "Keystore 2.0: Fix legacy wrapper updateAad."

0816f1926dd5747712e662e326ef658eba0392fc authored almost 4 years ago
Snap for 7185571 from b43c07d81c42e175602a80efa89552dce8124875 to sc-v2-release

Change-Id: I4c440f009daf12d29294dfe25c1e5062b6bce4cf

874c5765f59255e3452cda5cb757308e58d79a66 authored almost 4 years ago
Keystore 2.0: Fix legacy wrapper updateAad.

updateAad passed the AAD both as AAD and cipher/plaintext.

Test: android.keystore.cts.AES256GCM...

6bfae7e4ab3fe21064095659f3f6a4e8083a2b7b authored almost 4 years ago
Address comments from aosp/1588677

Test: atest CtsKeystoreTestCases
Change-Id: I8b00c59bd68ae9c7bde7ae8154020301c5e839ae

3412087330419b646ff80324fe4e6a1537dc2906 authored almost 4 years ago
Merge "Add performOperation stub." am: 1f9505f133 am: cd2447422e am: e463fb806b

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1597020

M...

b43c07d81c42e175602a80efa89552dce8124875 authored almost 4 years ago
Keystore 2.0: Enable forced operation

Allow forced operations pruning if the caller has the req_forced_op
permission.

Test: N/A
Chang...

186d9f41b77ca25c2a1eb1c798da67568044d470 authored almost 4 years ago
Merge "Add performOperation stub." am: 1f9505f133 am: cd2447422e

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1597020

M...

e463fb806b8c5a1f3057d19bffe7f38fb687317b authored almost 4 years ago
Merge "Add performOperation stub." am: 1f9505f133

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1597020

M...

cd2447422eef5b27eb10a4eab13d53e2793b4a82 authored almost 4 years ago
Merge "Add performOperation stub."

1f9505f133b7a3c929cbfedc35a12b83541b4df2 authored almost 4 years ago
Updating database to return OUT_OF_KEYS

This updates the assign_attestation_key call to throw the new
OUT_OF_KEYS ResponseCode value if ...

01f8af2fbe03008fd325b0b51f6ca935f65bd3be authored almost 4 years ago
Snap for 7178253 from c38177c16cb684ceb6ca5c9c7650422557e63a22 to sc-v2-release

Change-Id: I95dae3a6d24ef3341c708cb8eac57bca99621737

77fd051623e003d2b16918c9ee1adddbd1bc6c28 authored almost 4 years ago
Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/security" am: 9c0faad652 am: fa80f741ef am: 2fe0dcfcef

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1611739

M...

c38177c16cb684ceb6ca5c9c7650422557e63a22 authored almost 4 years ago
Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/security" am: 9c0faad652 am: fa80f741ef

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1611739

M...

2fe0dcfcef04e096e4b85071416b941e7f15b0d0 authored almost 4 years ago
Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/security" am: 9c0faad652

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1611739

M...

fa80f741ef9eee100a94f3c2850673121c1de608 authored almost 4 years ago
Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/security"

9c0faad65229e9599d42aefa8c95295fde3dd8af authored almost 4 years ago
Add performOperation stub.

Test: VtsAidlKeyMintTargetTest
Change-Id: I5565c15e3a0e85fdf191934de42c4d190439d681

7aaea281891851fd2c89b2d1a01c1c80589c3764 authored almost 4 years ago
Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/security" am: 5142b59e8f am: caae59a397 am: 960a5de422

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1609824

M...

aceb728fa6c6fd6f97fd4dac7dfaef1553c5c68b authored almost 4 years ago
[LSC] Add LOCAL_LICENSE_KINDS to system/security

Added SPDX-license-identifier-Apache-2.0 to:
keystore2/system_property/Android.bp
keystore2/...

040e459c6dd1e64736662dbad74cca155d5a0689 authored almost 4 years ago
Merge "Keystore 2.0: Enforce MAX_BOOT_LEVEL in software" am: 720b5e46b2 am: 4f25847b85 am: a532af033b

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1571376

M...

a2ee6d7c167092f3b96b3df36ee97f14341dbd32 authored almost 4 years ago
Merge "keystore2: Implement ECDH in wrapper." am: ceb7564ed5 am: c72cb2d2dc am: 860fe53d7a

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1601154

M...

0a8397a7a011fa31fc9f9f874ba84042cecf940b authored almost 4 years ago
Merge changes from topic "ks2_vpnprofilestore" am: 8914e1e30d am: ff769695a1 am: b4ba8ea918

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1584508

M...

f7444cb6b8c4e00c920436aec375c9fdcad65c59 authored almost 4 years ago
Keystore 2.0: Implement vpn profile store db. am: 77d72048dc am: 3da2e7d016 am: 3addeb5f42

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1569840

M...

ca7ba86b993ec4b9f8bc296abf4c19260d017b22 authored almost 4 years ago
Keystore 2.0: IVpnProfileStore interface. am: c0e7dfb601 am: 47bd7fb792 am: 724fb794a7

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1555457

M...

1d7143e01faedad940f0cd34b46158682d938af0 authored almost 4 years ago
Merge changes I4a13082a,Iccaf0bff am: 5f6bc22323 am: 4fdf75f55d am: 020b9fdbf0

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1601963

M...

db9969a6069bd4e95f577657e16245b51dbd29f3 authored almost 4 years ago
Merge "Separate updateAad from update & other cleanups" am: 124f8c4cfd am: 0e9bbc3ed1 am: 854b4f622e

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1595904

M...

42e00bba9ce3c7a90346b01ccdf8b39cf55a8add authored almost 4 years ago
Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/security" am: 5142b59e8f am: caae59a397

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1609824

M...

960a5de422459ccea41046ea2300ab7dac1224fd authored almost 4 years ago
Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/security" am: 5142b59e8f

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1609824

M...

caae59a3971b4776e91221e523a43ea099451a0d authored almost 4 years ago
Merge "[LSC] Add LOCAL_LICENSE_KINDS to system/security"

5142b59e8f2c54c60e137ba6f7c1e4ba94f7b4fe authored almost 4 years ago
Merge "Keystore 2.0: Enforce MAX_BOOT_LEVEL in software" am: 720b5e46b2 am: 4f25847b85

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1571376

M...

a532af033bdf60ca87716ff750bc9c5e9149ba9c authored almost 4 years ago
Merge "Keystore 2.0: Enforce MAX_BOOT_LEVEL in software" am: 720b5e46b2

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1571376

M...

4f25847b85664e078caa333c4c9556cad4e12bb1 authored almost 4 years ago
Merge "Keystore 2.0: Enforce MAX_BOOT_LEVEL in software"

720b5e46b282447794a0804665d6259ab58585a7 authored almost 4 years ago
Merge "keystore2: Implement ECDH in wrapper." am: ceb7564ed5 am: c72cb2d2dc

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1601154

M...

860fe53d7a9ca08f34ed0470d78336e352b8c1d6 authored almost 4 years ago
Merge "keystore2: Implement ECDH in wrapper." am: ceb7564ed5

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1601154

M...

c72cb2d2dc968dc66cc52a6f20ec1dc5c462af14 authored almost 4 years ago
Merge "keystore2: Implement ECDH in wrapper."

ceb7564ed55d5ba681e293af9faaa3ed76e3d9e0 authored almost 4 years ago
Merge changes from topic "ks2_vpnprofilestore" am: 8914e1e30d am: ff769695a1

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1584508

M...

b4ba8ea9185096584e889ccb99a8573174e57722 authored almost 4 years ago
Keystore 2.0: Implement vpn profile store db. am: 77d72048dc am: 3da2e7d016

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1569840

M...

3addeb5f422f53d6662c8bb285ed4e4a27b68e7d authored almost 4 years ago
Keystore 2.0: IVpnProfileStore interface. am: c0e7dfb601 am: 47bd7fb792

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1555457

M...

724fb794a70e3e449882e8703eda6f2e8b2f2ef3 authored almost 4 years ago
Merge changes from topic "ks2_vpnprofilestore" am: 8914e1e30d

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1584508

M...

ff769695a11a9e77cf8e0b40f4bc04db5048d02b authored almost 4 years ago
Keystore 2.0: Implement vpn profile store db. am: 77d72048dc

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1569840

M...

3da2e7d016b2cd04656feae8dca376e392c5416f authored almost 4 years ago
Keystore 2.0: IVpnProfileStore interface. am: c0e7dfb601

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1555457

M...

47bd7fb792c6290c97629a611d3d4277c4f3b8bb authored almost 4 years ago
Merge changes from topic "ks2_vpnprofilestore"

* changes:
Keystore 2.0: VPN profile store legacy support
Keystore 2.0: Implement vpn profil...

8914e1e30db96c45f6bab10485fc17413f1a0f29 authored almost 4 years ago
Merge changes I4a13082a,Iccaf0bff am: 5f6bc22323 am: 4fdf75f55d

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1601963

M...

020b9fdbf002ff3154b426dc46929b41b7987a80 authored almost 4 years ago
Merge changes I4a13082a,Iccaf0bff am: 5f6bc22323

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1601963

M...

4fdf75f55dbec5ff772ce2229a5e09179c7ea14c authored almost 4 years ago
Merge "Separate updateAad from update & other cleanups" am: 124f8c4cfd am: 0e9bbc3ed1

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1595904

M...

854b4f622eb53257ba052a4f593aac43d5055db9 authored almost 4 years ago
Merge changes I4a13082a,Iccaf0bff

* changes:
Keystore 2.0: add async_task::AsyncTask tests
Keystore 2.0: add async_task::Shelf...

5f6bc22323e50096acd8bb50493ee364671d20d0 authored almost 4 years ago
Merge "Separate updateAad from update & other cleanups" am: 124f8c4cfd

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1595904

M...

0e9bbc3ed1bd502d0f32cd5b89371f69779738a2 authored almost 4 years ago
Merge "Separate updateAad from update & other cleanups"

124f8c4cfddea5c2e53b75b007bed56c3519115a authored almost 4 years ago
Keystore 2.0: add async_task::AsyncTask tests

Test: atest keystore2_test
Change-Id: I4a13082a9142c5fb6a18fb034f228c36971476b8

bddc3aebc381984768cf5797e38e51a03d3519e8 authored almost 4 years ago
Keystore 2.0: add async_task::Shelf tests

Test: atest keystore2_test
Change-Id: Iccaf0bff3536861a39bc9246339db535cef7c0f6

2d3e501dba8bdb5475f10b7adcf1974e58dd4774 authored almost 4 years ago
[LSC] Add LOCAL_LICENSE_KINDS to system/security

Added SPDX-license-identifier-Apache-2.0 to:
keystore2/src/vintf/Android.bp

Bug: 68860345
Bug...

5f8427a42a0a01a2bbc3a718cf44ccc16d770cac authored almost 4 years ago
Snap for 7171622 from b153c6f41c7fc9eb507ef77cc62fe9d2ca17b157 to sc-v2-release

Change-Id: Ie286f3a30dfead8b882497f4a3988bd45f26edc5

a02ee5979231891624c801207ea299fe4f3514d2 authored almost 4 years ago
Keystore 2.0: Implement vpn profile store db.

Test: N/A
Change-Id: I79f965dbe70460192eb182181be5e3be884867f2

77d72048dcecc1d9521010a4d90ddd14a5ca2919 authored almost 4 years ago
Keystore 2.0: VPN profile store legacy support

Test: Manually tested by storing profiles through the UI then upgrading
to keystore 2 and ...

068910792c28627e7c297413118923b04387e0f5 authored almost 4 years ago
Keystore 2.0: Enforce MAX_BOOT_LEVEL in software

Test: Initialize keystore.boot_level in init.rc; then
adb setprop keystore.boot_level 40 a...

7c57bf1d4674b89ec3d8ec6add8da0faf291bd76 authored almost 4 years ago
Merge changes I1c694e5b,Ic64b5376 am: 5ab30a7008 am: ea6c91279a am: 7e719cedb8

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1602671

M...

b153c6f41c7fc9eb507ef77cc62fe9d2ca17b157 authored almost 4 years ago
Merge changes I1c694e5b,Ic64b5376 am: 5ab30a7008 am: ea6c91279a

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1602671

M...

7e719cedb885af871aec767c31c59538bb8acb23 authored almost 4 years ago
Merge changes I1c694e5b,Ic64b5376 am: 5ab30a7008

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1602671

M...

ea6c91279a140927cb026305fdf70a770b7b4924 authored almost 4 years ago
Keystore 2.0: IVpnProfileStore interface.

This interface provides access to stored vpn profiles. This is not
technically a Keystore featur...

c0e7dfb6018a97c14428d10f5afeed5f2e504e8c authored almost 4 years ago
Merge changes I1c694e5b,Ic64b5376

* changes:
Keystore 2.0: Make keystore2 early boot ready.
Add Rust bindings to get the list ...

5ab30a7008972c6944d12099a85653c77a2c5379 authored almost 4 years ago
Merge "Bail out properly when we can't find a keymaster instance." am: 5728c7d121 am: e673e0ef1b am: 7fdb63a873

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1607115

M...

f5a2355042dfff7dae10238cf0c738ffa3d764fd authored almost 4 years ago
Merge "Bail out properly when we can't find a keymaster instance." am: 5728c7d121 am: e673e0ef1b

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1607115

M...

7fdb63a873411259e70c24e71465070efedeb5f3 authored almost 4 years ago
Merge "Bail out properly when we can't find a keymaster instance." am: 5728c7d121

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1607115

M...

e673e0ef1ba54bb6e0911c25ceeac0e614f144e8 authored almost 4 years ago
Merge "Bail out properly when we can't find a keymaster instance."

5728c7d12110fd80c8b3df25bd9a01c8260d643b authored almost 4 years ago
Bail out properly when we can't find a keymaster instance.

Just a band-aid fix as this code will soon be obsolete.

Bug: 180861644
Test: builds
Change-Id: ...

3883ec64bae290d08ef38dc2e8d952c716d147ef authored almost 4 years ago
Separate updateAad from update & other cleanups

Test: VtsKeyMintAidlTargetTest
Change-Id: Ibdce297ed630caf88a5d78991f30eef4c0f8b0aa

44cc03d5e0c75997fdf7bfc7a780d4ada923a666 authored almost 4 years ago
Keystore 2.0: Make keystore2 early boot ready.

Test: Keystore starts early and quickly without panicking.
Change-Id: I1c694e5b45a0f15075c625bb4...

ef14e1aa1ba6c13cf75475230dd2163bcda2b335 authored almost 4 years ago
Snap for 7168754 from c27fc712c1151c8d3e4879e09429fd4fd67d3ae6 to sc-v2-release

Change-Id: Id6606e5ef6107aacc4a129d47b01e49679103ee0

49b13b7ada441c37df467004372b692130d645b7 authored almost 4 years ago
Merge "Keystore 2.0: Add keystore2 support to the keystore-engine." am: d076ea7950 am: 7a1a4fb6f3 am: 034de71cc1

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1553283

M...

32be276acac4e382292cbc3ae9f2639eaa7b3410 authored almost 4 years ago
Merge "Keystore 2.0: Implement clear namespace." am: 7f06ddcb34 am: b79fc54a74 am: f7a901a9c6

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1600430

M...

14ac700a4a8c27b2de5f6065c78598128156d6a3 authored almost 4 years ago
Merge "Keystore 2.0: Add keystore2 support to the keystore-engine." am: d076ea7950 am: 7a1a4fb6f3

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1553283

M...

034de71cc1bc33da5f2271bbde1e9750fc46303d authored almost 4 years ago
Merge "Keystore 2.0: Implement clear namespace." am: 7f06ddcb34 am: b79fc54a74

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1600430

M...

f7a901a9c6bdb39137b5ab86b71aad913e7a3f5f authored almost 4 years ago
Merge "Keystore 2.0: Add keystore2 support to the keystore-engine." am: d076ea7950

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1553283

M...

7a1a4fb6f312df7eff09d44aa8afd265d8fce2e2 authored almost 4 years ago
Merge "Keystore 2.0: Implement clear namespace." am: 7f06ddcb34

Original change: https://android-review.googlesource.com/c/platform/system/security/+/1600430

M...

b79fc54a74926bd0fea7cbff689fe394aad46225 authored almost 4 years ago