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

resolved conflicts for merge of 1a023f89 to klp-dev-plus-aosp

Change-Id: I61c3d1ea509adc54b85bb6bb11350b6c466a8608

72f6fde4563f9e5f2aff8211a54342d752aa7029 authored about 11 years ago by Kenny Root <[email protected]>
Merge "Fix some spots where targetUid was missed"

1a023f895320f4ad5360368ac50b88f9b33e0932 authored about 11 years ago by Kenny Root <[email protected]>
Fix some spots where targetUid was missed

Some of the targetUid arguments weren't used where they should have
been.

Change-Id: Ief5df8974...

fa27d5bbc366e4ecb45aee5ae08565ab3ad3dcbc authored about 11 years ago by Kenny Root <[email protected]>
am ee8068b9: Set encrypted flag when appropriate

* commit 'ee8068b9e7bfb2770635062fc9c2035be2142bd8':
Set encrypted flag when appropriate

f90361244bacff74988fdcd33bc986e143860b10 authored over 11 years ago by Kenny Root <[email protected]>
Set encrypted flag when appropriate

"generate" and "put" were not setting the encrypted flag in the blob
written to disk. Add settin...

ee8068b9e7bfb2770635062fc9c2035be2142bd8 authored over 11 years ago by Kenny Root <[email protected]>
am ace0b422: Merge "Use canonical UniquePtr.h header"

* commit 'ace0b4229a8ad6682e4439e3853de923c91628dc':
Use canonical UniquePtr.h header

dc3b74f61eb0aa00bfcc6e2679338d5c7ba4bc97 authored over 11 years ago by Kenny Root <[email protected]>
Merge "Use canonical UniquePtr.h header"

ace0b4229a8ad6682e4439e3853de923c91628dc authored over 11 years ago by Kenny Root <[email protected]>
Use canonical UniquePtr.h header

Change-Id: Iab1dc428c2330a07a5944a1cfbb25c8134b11950

26cfc08add3966eca5892e3387cf5ed6dc3068fb authored over 11 years ago by Kenny Root <[email protected]>
am cabc0202: Merge changes I52418ade,Ic02102cb

* commit 'cabc02029fb9027df7dcde287396ddcc11f3c279':
Add argument to binder call to check key ...

312431216f7461170e5410f9f8505e529ecc52d6 authored over 11 years ago by Kenny Root <[email protected]>
am c7fe66ea: Merge "Revert to old-style API for EC_KEY handling"

* commit 'c7fe66ead0ce5fde575359527110fe2616321594':
Revert to old-style API for EC_KEY handling

6f149959c7d81e5e91a73864a83393202b31a92a authored over 11 years ago by Kenny Root <[email protected]>
Merge changes I52418ade,Ic02102cb

* changes:
Add argument to binder call to check key types
Provide fallback for keymaster imp...

cabc02029fb9027df7dcde287396ddcc11f3c279 authored over 11 years ago by Kenny Root <[email protected]>
Add argument to binder call to check key types

Before there was only one key type supported, so we didn't need to query
a key type. Now there i...

70f16c198320a36bde1c2fe522ce26bd963ec920 authored over 11 years ago by Kenny Root <[email protected]>
Provide fallback for keymaster implementations

Some implementations won't support ECDSA or DSA, so provide a fallback
for them by using the sof...

b4d2e0233f6aeb69d4c2a216830709040e52366e authored over 11 years ago by Kenny Root <[email protected]>
Merge "Revert to old-style API for EC_KEY handling"

c7fe66ead0ce5fde575359527110fe2616321594 authored over 11 years ago by Kenny Root <[email protected]>
Revert to old-style API for EC_KEY handling

Nothing using the EVP_PKEY correctly, so we should revert to the EC_KEY
and ECDSA interfaces. Un...

77acaa0d42a616d40951651d0cbc2f97411f807d authored over 11 years ago by Kenny Root <[email protected]>
am f25805e3: am 1d486fb3: am 02d44fe7: Move key name creation to common path

* commit 'f25805e36356cf09dc4853224b24e969ad55651f':
Move key name creation to common path

541ca3ea93e5549ad76e19d8ac4df91977ab716d authored over 11 years ago by Kenny Root <[email protected]>
am 1d486fb3: am 02d44fe7: Move key name creation to common path

* commit '1d486fb3eadbc6c27aa33322598003b362a0de8c':
Move key name creation to common path

f25805e36356cf09dc4853224b24e969ad55651f authored over 11 years ago by Kenny Root <[email protected]>
am 02d44fe7: Move key name creation to common path

* commit '02d44fe7eb11c09745e633efb3c799325e5d0cb1':
Move key name creation to common path

1d486fb3eadbc6c27aa33322598003b362a0de8c authored over 11 years ago by Kenny Root <[email protected]>
am 86b16e8c: Move key name creation to common path

* commit '86b16e8c0d353af97f0411917789308dba417295':
Move key name creation to common path

0c12eb307a1a3da9ee3bce8a093b902c23d0ab4b authored over 11 years ago by Kenny Root <[email protected]>
Move key name creation to common path

(cherry picked from commit 86b16e8c0d353af97f0411917789308dba417295)

Bug: 10676015
Change-Id: I...

02d44fe7eb11c09745e633efb3c799325e5d0cb1 authored over 11 years ago by Kenny Root <[email protected]>
Move key name creation to common path

Bug: 10676015
Change-Id: I781e142217959a8a068844b9cb041282b8ae2a74

86b16e8c0d353af97f0411917789308dba417295 authored over 11 years ago by Kenny Root <[email protected]>
am 47041552: Revert to old-style API for EC_KEY handling

* commit '47041552bd545846a1b7787823af4b5ca9e36dea':
Revert to old-style API for EC_KEY handling

b6bc6cae43eff24de90d3ff146c38651260cffed authored over 11 years ago by Kenny Root <[email protected]>
Revert to old-style API for EC_KEY handling

Nothing using the EVP_PKEY correctly, so we should revert to the EC_KEY
and ECDSA interfaces. Un...

47041552bd545846a1b7787823af4b5ca9e36dea authored over 11 years ago by Kenny Root <[email protected]>
am 1b0e3933: Add argument to binder call to check key types

* commit '1b0e3933900c7ea21189704d5db64e7346aee7af':
Add argument to binder call to check key ...

e6287b91ff041193b11ef4722a59246e67f556a2 authored over 11 years ago by Kenny Root <[email protected]>
Add argument to binder call to check key types

Before there was only one key type supported, so we didn't need to query
a key type. Now there i...

1b0e3933900c7ea21189704d5db64e7346aee7af authored over 11 years ago by Kenny Root <[email protected]>
am 17208e0d: Provide fallback for keymaster implementations

* commit '17208e0de5a42722901d803118745cca25fd10c1':
Provide fallback for keymaster implementa...

64857861c818cbbe7c7b2c8a61ba78016b3b6f22 authored over 11 years ago by Kenny Root <[email protected]>
Provide fallback for keymaster implementations

Some implementations won't support ECDSA or DSA, so provide a fallback
for them by using the sof...

17208e0de5a42722901d803118745cca25fd10c1 authored over 11 years ago by Kenny Root <[email protected]>
am 96427baf: Add support for DSA and ECDSA key types

* commit '96427baf0094d50047049d329b0779c3c910402c':
Add support for DSA and ECDSA key types

8757a58b388e30d46d54718620ce84aff7bf5c85 authored over 11 years ago by Kenny Root <[email protected]>
Add support for DSA and ECDSA key types

(cherry picked from commit 6071179a371fcd4c238375068ffd7d3cedea615d)

Bug: 10600582
Change-Id: I...

96427baf0094d50047049d329b0779c3c910402c authored over 11 years ago by Kenny Root <[email protected]>
Merge "Add support for DSA and ECDSA key types"

81d8ca9b15a7e3fa730aba71532e0278505675c7 authored over 11 years ago by Kenny Root <[email protected]>
Add support for DSA and ECDSA key types

Change-Id: Ibee8d172eeb36f1a2e2ce62f275aea55ada5bcbf

6071179a371fcd4c238375068ffd7d3cedea615d authored over 11 years ago by Kenny Root <[email protected]>
am e2a878e9: Merge "Revert "Revert "Split up main engine from methods"""

* commit 'e2a878e9cd7db48fd9466e19e1fa207a8117319e':
Revert "Revert "Split up main engine from...

48772e0fe92c75e02a5ea92a6fbfdd0203c910ae authored over 11 years ago by Kenny Root <[email protected]>
Merge "Revert "Revert "Split up main engine from methods"""

e2a878e9cd7db48fd9466e19e1fa207a8117319e authored over 11 years ago by Kenny Root <[email protected]>
Revert "Revert "Split up main engine from methods""

Added missing Android.mk change in this commit.

This reverts commit 1fcabcd3279635e66ceffc42443...

9d422a535cb4170acf46ec9fcb26cd3f428a2dc7 authored over 11 years ago by Kenny Root <[email protected]>
am 3aca7a31: Merge "Revert "Split up main engine from methods""

* commit '3aca7a31c4e999141003fb707060e83e0881caf0':
Revert "Split up main engine from methods"

a2d5639afebf26910ff6b35a9b3afde2666d9363 authored over 11 years ago by Kenny Root <[email protected]>
Merge "Revert "Split up main engine from methods""

3aca7a31c4e999141003fb707060e83e0881caf0 authored over 11 years ago by Kenny Root <[email protected]>
Revert "Split up main engine from methods"

This reverts commit 2715806b1716baaeff7362d9aa897fbcb535de8c.

Change-Id: I7dfaf2cd97a1791371043...

1fcabcd3279635e66ceffc42443c5bf0dae69d44 authored over 11 years ago by Kenny Root <[email protected]>
am bb621b36: Merge "Split up main engine from methods"

* commit 'bb621b36c257ee892e2f07f309cd75b9bae1b613':
Split up main engine from methods

aa695eb46759410768d1462c525b7531a1c85fb8 authored over 11 years ago by Kenny Root <[email protected]>
Merge "Split up main engine from methods"

bb621b36c257ee892e2f07f309cd75b9bae1b613 authored over 11 years ago by Kenny Root <[email protected]>
Split up main engine from methods

We need to add more methods to the keystore engine, so split out RSA so
it doesn't become too un...

2715806b1716baaeff7362d9aa897fbcb535de8c authored over 11 years ago by Kenny Root <[email protected]>
am a65d5236: Merge "Add 1 byte for the NULL char. This bug was causing CTS failures and stack corruption for Mips."

* commit 'a65d5236d0823b5ef72554ffb3ec15ae02596047':
Add 1 byte for the NULL char. This bug wa...

0fa9b7f8ffa47fee236656ce0a2f03250f86c9dc authored over 11 years ago by Kenny Root <[email protected]>
Merge "Add 1 byte for the NULL char. This bug was causing CTS failures and stack corruption for Mips."

a65d5236d0823b5ef72554ffb3ec15ae02596047 authored over 11 years ago by Kenny Root <[email protected]>
Add 1 byte for the NULL char. This bug was causing CTS failures and stack corruption for Mips.

Change-Id: Ib7e8eb0e79ee55fffb8cf36371688ba544734029
Signed-off-by: Douglas Leung <douglas@mips....

a77e809ecff5190790906fb7a3c527259c735071 authored over 11 years ago by Douglas Leung <[email protected]>
am 76820356: Merge "keystore: fix import as other UIDs"

* commit '76820356cc3c9c399717198d7ec4943a96e0b341':
keystore: fix import as other UIDs

7a6acff57dd6f2587fee75c36530e006c0cf0ff2 authored over 11 years ago by Kenny Root <[email protected]>
Merge "keystore: fix import as other UIDs"

76820356cc3c9c399717198d7ec4943a96e0b341 authored over 11 years ago by Kenny Root <[email protected]>
keystore: fix import as other UIDs

The targetUid was not being used as the user to store the key as, so it
was ending up under the ...

60898896c3f3b2245d10076cac64346c956dbaa5 authored over 11 years ago by Kenny Root <[email protected]>
am 360f51f7: keystore: fix import as other UIDs

* commit '360f51f7af191316cd739f229db1c5f7233be063':
keystore: fix import as other UIDs

8f51d5aa3c0aae6bc9569bdbd370507d51bb3d0d authored over 11 years ago by Kenny Root <[email protected]>
keystore: fix import as other UIDs

The targetUid was not being used as the user to store the key as, so it
was ending up under the ...

360f51f7af191316cd739f229db1c5f7233be063 authored over 11 years ago by Kenny Root <[email protected]>
am 1223495e: Merge "keystore: Add flag for blobs to be unencrypted"

* commit '1223495e44acbc2b94809de2455006ec24897734':
keystore: Add flag for blobs to be unencr...

79be3e3d4040ace3643bdda4b6e5d05588f52621 authored over 11 years ago by Kenny Root <[email protected]>
am b3fc31a4: Merge "keystore: fix bug in clear_uid"

* commit 'b3fc31a43c941bd6e2ac2acf7d1ffb6350588b81':
keystore: fix bug in clear_uid

912abd41b7cb1569d25e888a9b5fa8d50a2786c5 authored over 11 years ago by Kenny Root <[email protected]>
Merge "keystore: Add flag for blobs to be unencrypted"

1223495e44acbc2b94809de2455006ec24897734 authored over 11 years ago by Kenny Root <[email protected]>
keystore: Add flag for blobs to be unencrypted

In order to let apps use keystore more productively, make the blob
encryption optional. As more ...

f9119d6414f43ef669d64e9e53feb043eda49cf3 authored over 11 years ago by Kenny Root <[email protected]>
Merge "keystore: fix bug in clear_uid"

b3fc31a43c941bd6e2ac2acf7d1ffb6350588b81 authored over 11 years ago by Kenny Root <[email protected]>
keystore: fix bug in clear_uid

(cherry picked from commit aae26fc0e58c99ac8e0df69b913523e81fa15d66)

Bug: 8566369
Change-Id: Ic...

5f53124250025d3113c9c598a2f101330144b10c authored over 11 years ago by Kenny Root <[email protected]>
am 5d884972: Merge "keystore: Add flag for blobs to be unencrypted" into jb-mr2-dev

* commit '5d884972cac7c20b6b1c9ad9148872b07c974e69':
keystore: Add flag for blobs to be unencr...

ee89f108ad8ccd52089a74c2a42fb30c7aa96d20 authored over 11 years ago by Kenny Root <[email protected]>
Merge "keystore: Add flag for blobs to be unencrypted" into jb-mr2-dev

5d884972cac7c20b6b1c9ad9148872b07c974e69 authored over 11 years ago by Kenny Root <[email protected]>
am aae26fc0: keystore: fix bug in clear_uid

* commit 'aae26fc0e58c99ac8e0df69b913523e81fa15d66':
keystore: fix bug in clear_uid

570e1f790b3f449115b2f8ce276675007289f7ec authored over 11 years ago by Kenny Root <[email protected]>
keystore: fix bug in clear_uid

Bug: 8566369
Change-Id: I92a37bb709bc491a305cf5b6a5e68b6ac1a8aa24

aae26fc0e58c99ac8e0df69b913523e81fa15d66 authored over 11 years ago by Kenny Root <[email protected]>
keystore: Add flag for blobs to be unencrypted

In order to let apps use keystore more productively, make the blob
encryption optional. As more ...

0c540aad5915e6aa34345049be96f28b64d0e84c authored over 11 years ago by Kenny Root <[email protected]>
am a6fe6209: Add liblog

* commit 'a6fe620941f04b55ecefb8f82d866a264cac9b9e':
Add liblog

019f42fb8d0533d7801357d10fefef46d6882548 authored almost 12 years ago by Ying Wang <[email protected]>
Add liblog

Bug: 8580410
Change-Id: I0d9b208021c35ad37fdbc4518aa6e76d65184c25

a6fe620941f04b55ecefb8f82d866a264cac9b9e authored almost 12 years ago by Ying Wang <[email protected]>
am 92af9812: Merge "keystore: Add multi-user support"

* commit '92af98123a65629a5f13e96567a898aa2cdba6b9':
keystore: Add multi-user support

01420e0725323da4b85006552f9795232e7c4332 authored almost 12 years ago by Kenny Root <[email protected]>
am 68b46319: keystore: Add multi-user support

* commit '68b4631982761f3fdad8886fb7bb81defad79363':
keystore: Add multi-user support

d4b124e1975917f63b4822d54468ed900bdb75b6 authored almost 12 years ago by Kenny Root <[email protected]>
keystore: Add multi-user support

Split the directories out per-user. Each Android user ID gets its own
directory and master key. ...

68b4631982761f3fdad8886fb7bb81defad79363 authored almost 12 years ago by Kenny Root <[email protected]>
Merge "keystore: Add multi-user support"

92af98123a65629a5f13e96567a898aa2cdba6b9 authored almost 12 years ago by Kenny Root <[email protected]>
keystore: Add multi-user support

Split the directories out per-user. Each Android user ID gets its own
directory and master key. ...

655b958eb2180c7c06889f83f606d23421bf038c authored almost 12 years ago by Kenny Root <[email protected]>
am 56995079: Merge "keystore: fix inverted hardware keystore check"

* commit '56995079413e918d3676a97d70a1700379ba5321':
keystore: fix inverted hardware keystore ...

5f555bf509d671ddbb4358c50372e4d8c5e482c6 authored almost 12 years ago by Kenny Root <[email protected]>
am 77c4e48e: Merge "Fix CL split and build"

* commit '77c4e48e80b989cb80599a40fbbad9a16745d89f':
Fix CL split and build

724932b68c8d7da30be94f2c5b0da86d078a98a4 authored almost 12 years ago by Kenny Root <[email protected]>
Merge "resolved conflicts for merge of a2f747d4 to jb-mr2-dev-plus-aosp" into jb-mr2-dev-plus-aosp

c9ca1b50428ac5bf1c82f4cb0efd51310066b9ec authored almost 12 years ago by Kenny Root <[email protected]>
resolved conflicts for merge of a2f747d4 to jb-mr2-dev-plus-aosp

Change-Id: If79ba99ef01c8216b1cce5daffc98a989255ac84

14e2690970a2936941871a9c1c257b32b95303bf authored almost 12 years ago by Kenny Root <[email protected]>
am 4d93d246: keystore: fix inverted hardware keystore check

* commit '4d93d24624f270f024b7d4b9d3bf6c11a1e209a6':
keystore: fix inverted hardware keystore ...

d9e6ddae2f129df3e54e86a78b930653ffb41285 authored almost 12 years ago by Kenny Root <[email protected]>
keystore: fix inverted hardware keystore check

Check should be that the 'is_software' flag is off.

(cherry picked from commit 483407eaca108d37...

4d93d24624f270f024b7d4b9d3bf6c11a1e209a6 authored almost 12 years ago by Kenny Root <[email protected]>
Merge "keystore: fix inverted hardware keystore check"

56995079413e918d3676a97d70a1700379ba5321 authored almost 12 years ago by Kenny Root <[email protected]>
keystore: fix inverted hardware keystore check

Check should be that the 'is_software' flag is off.

Change-Id: Ic03ef957f6aa62b959b24fe8e4ff202...

483407eaca108d3717bb49770915d6d95d5d0e0c authored almost 12 years ago by Kenny Root <[email protected]>
am 2ca3b1b2: Fix CL split and build

* commit '2ca3b1b25e8ceb841396061a318d3a043cbfcb54':
Fix CL split and build

e827f221ea157baaa6edc8ee8d62b1be79c7e264 authored almost 12 years ago by Kenny Root <[email protected]>
Fix CL split and build

(cherry picked from commit ff620c25d1af495c74cdeb4e5a652adf6858cf88)

Change-Id: I8cdf964a6ca8ad...

2ca3b1b25e8ceb841396061a318d3a043cbfcb54 authored almost 12 years ago by Kenny Root <[email protected]>
Merge "Fix CL split and build"

77c4e48e80b989cb80599a40fbbad9a16745d89f authored almost 12 years ago by Kenny Root <[email protected]>
Fix CL split and build

Change-Id: Ie96b2d22af839b67daed4f194e37864cd50e8463

ff620c25d1af495c74cdeb4e5a652adf6858cf88 authored almost 12 years ago by Kenny Root <[email protected]>
am 7a310fbb: keystore: fix upgrades

* commit '7a310fbb5815b3c1ad965d58f4976afca2a721c6':
keystore: fix upgrades

6e0981bcb33993ab623238e43879c21cdf527c9f authored almost 12 years ago by Kenny Root <[email protected]>
keystore: fix upgrades

During an upgrade, a blob would be written out to disk. Whenever a blob
is written to disk, it i...

7a310fbb5815b3c1ad965d58f4976afca2a721c6 authored almost 12 years ago by Kenny Root <[email protected]>
Merge "keystore: fix upgrades"

a2f747d48d8c2438b71c0ca980b221e1076d1fee authored almost 12 years ago by Kenny Root <[email protected]>
keystore: fix upgrades

During an upgrade, a blob would be written out to disk. Whenever a blob
is written to disk, it i...

cfeae072c96d84f286ddbf0aff8055c12c7c4f15 authored almost 12 years ago by Kenny Root <[email protected]>
am 1b9f063e: Merge "keystore: command to clear all keys for UID"

* commit '1b9f063e7d34e03393c8eaa631baf7612b7dd48c':
keystore: command to clear all keys for UID

a2982f10f8f0aca6aac784582e33d768e5af3a22 authored almost 12 years ago by Kenny Root <[email protected]>
am 2ecc7a1e: keystore: command to clear all keys for UID

* commit '2ecc7a1efbb21d86d38b9e0348dfbf0e1213d920':
keystore: command to clear all keys for UID

b77d0b96368b5293498d71aa4a90248849394d03 authored almost 12 years ago by Kenny Root <[email protected]>
keystore: command to clear all keys for UID

Add ability for system UID to clear all entries for a different UID.

(cherry picked from commit...

2ecc7a1efbb21d86d38b9e0348dfbf0e1213d920 authored almost 12 years ago by Kenny Root <[email protected]>
Merge "keystore: command to clear all keys for UID"

1b9f063e7d34e03393c8eaa631baf7612b7dd48c authored almost 12 years ago by Kenny Root <[email protected]>
keystore: command to clear all keys for UID

Add ability for system UID to clear all entries for a different UID.

Bug: 3020069
Change-Id: Ib...

a9bb549868035e05450a9b918f8d7de9deca5343 authored almost 12 years ago by Kenny Root <[email protected]>
am 1f8dcc58: Merge "keystore: add API to query storage type"

* commit '1f8dcc58c72d5a1bbebd66e21e65adfee76abc0c':
keystore: add API to query storage type

f41be20e240a6b9a61c1cf9cab6b07f454be6581 authored almost 12 years ago by Kenny Root <[email protected]>
keystore: add API to query storage type

Add an API to query the HAL to see what kind of storage it reports the
device is.

(cherry picke...

4306123e81371bd8bd85f77c2375d29ac53ff771 authored almost 12 years ago by Kenny Root <[email protected]>
Merge "keystore: add API to query storage type"

1f8dcc58c72d5a1bbebd66e21e65adfee76abc0c authored almost 12 years ago by Kenny Root <[email protected]>
keystore: add API to query storage type

Add an API to query the HAL to see what kind of storage it reports the
device is.

Change-Id: I3...

8ddf35a6e1fd80a7d0685041d2bfc77078277c9d authored almost 12 years ago by Kenny Root <[email protected]>
Merge "keystore: change migrate to duplicate"

cfc38e553023ba4825e22603b2e7c7e954147a71 authored almost 12 years ago by Kenny Root <[email protected]>
keystore: change migrate to duplicate

After discussion, it was determined that duplicate would be less
disruptive and it still fit in ...

d53bc92f1cc4eb669ec015480cebe5ae7aaaf7cf authored almost 12 years ago by Kenny Root <[email protected]>
Merge "keystore: add "migrate" command"

349cb7438b137a90fa8e2e634f9853d5ed6e4e33 authored almost 12 years ago by Kenny Root <[email protected]>
keystore: add "migrate" command

To support the WiFi service, we need to support migration from the
system UID to the wifi UID. T...

0225407783ee339164a0cd8ca5ef04c99d27c59a authored almost 12 years ago by Kenny Root <[email protected]>
Merge "keystore: allow system UID to WiFi or VPN"

0e67b36663304d0541ad6011666c264d5a2d09c2 authored almost 12 years ago by Kenny Root <[email protected]>
Merge "keystore: Check for unlock, not for specific state"

79efeb612e30469537ec356e8f9a9509d229ebe4 authored almost 12 years ago by Kenny Root <[email protected]>
keystore: allow system UID to WiFi or VPN

Previously we redirected all calls from the wifi or vpn UIDs to the
system UID's namespace. This...

494689083467ec372a58f094f041c8f102f39393 authored almost 12 years ago by Kenny Root <[email protected]>
keystore: Check for unlock, not for specific state

Most callers only care if the keystore is unlocked for use and not
whether it's in a specific st...

9d45d1caba5135e6b8bd6d05d449e8dcf52b6802 authored almost 12 years ago by Kenny Root <[email protected]>
Merge "KeyStore: return null instead of empty list"

d24f7c98421872edee0873e7a754e42914d0e96c authored almost 12 years ago by Kenny Root <[email protected]>