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
Change-Id: I61c3d1ea509adc54b85bb6bb11350b6c466a8608
72f6fde4563f9e5f2aff8211a54342d752aa7029 authored about 11 years ago by Kenny Root <[email protected]>1a023f895320f4ad5360368ac50b88f9b33e0932 authored about 11 years ago by Kenny Root <[email protected]>
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]>
* commit 'ee8068b9e7bfb2770635062fc9c2035be2142bd8':
Set encrypted flag when appropriate
"generate" and "put" were not setting the encrypted flag in the blob
written to disk. Add settin...
* commit 'ace0b4229a8ad6682e4439e3853de923c91628dc':
Use canonical UniquePtr.h header
ace0b4229a8ad6682e4439e3853de923c91628dc authored over 11 years ago by Kenny Root <[email protected]>
Change-Id: Iab1dc428c2330a07a5944a1cfbb25c8134b11950
26cfc08add3966eca5892e3387cf5ed6dc3068fb authored over 11 years ago by Kenny Root <[email protected]>
* commit 'cabc02029fb9027df7dcde287396ddcc11f3c279':
Add argument to binder call to check key ...
* commit 'c7fe66ead0ce5fde575359527110fe2616321594':
Revert to old-style API for EC_KEY handling
* changes:
Add argument to binder call to check key types
Provide fallback for keymaster imp...
Before there was only one key type supported, so we didn't need to query
a key type. Now there i...
Some implementations won't support ECDSA or DSA, so provide a fallback
for them by using the sof...
c7fe66ead0ce5fde575359527110fe2616321594 authored over 11 years ago by Kenny Root <[email protected]>
Nothing using the EVP_PKEY correctly, so we should revert to the EC_KEY
and ECDSA interfaces. Un...
* commit 'f25805e36356cf09dc4853224b24e969ad55651f':
Move key name creation to common path
* commit '1d486fb3eadbc6c27aa33322598003b362a0de8c':
Move key name creation to common path
* commit '02d44fe7eb11c09745e633efb3c799325e5d0cb1':
Move key name creation to common path
* commit '86b16e8c0d353af97f0411917789308dba417295':
Move key name creation to common path
(cherry picked from commit 86b16e8c0d353af97f0411917789308dba417295)
Bug: 10676015
Change-Id: I...
Bug: 10676015
Change-Id: I781e142217959a8a068844b9cb041282b8ae2a74
* commit '47041552bd545846a1b7787823af4b5ca9e36dea':
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...
* commit '1b0e3933900c7ea21189704d5db64e7346aee7af':
Add argument to binder call to check key ...
Before there was only one key type supported, so we didn't need to query
a key type. Now there i...
* commit '17208e0de5a42722901d803118745cca25fd10c1':
Provide fallback for keymaster implementa...
Some implementations won't support ECDSA or DSA, so provide a fallback
for them by using the sof...
* commit '96427baf0094d50047049d329b0779c3c910402c':
Add support for DSA and ECDSA key types
(cherry picked from commit 6071179a371fcd4c238375068ffd7d3cedea615d)
Bug: 10600582
Change-Id: I...
81d8ca9b15a7e3fa730aba71532e0278505675c7 authored over 11 years ago by Kenny Root <[email protected]>
Change-Id: Ibee8d172eeb36f1a2e2ce62f275aea55ada5bcbf
6071179a371fcd4c238375068ffd7d3cedea615d authored over 11 years ago by Kenny Root <[email protected]>
* commit 'e2a878e9cd7db48fd9466e19e1fa207a8117319e':
Revert "Revert "Split up main engine from...
e2a878e9cd7db48fd9466e19e1fa207a8117319e authored over 11 years ago by Kenny Root <[email protected]>
Added missing Android.mk change in this commit.
This reverts commit 1fcabcd3279635e66ceffc42443...
9d422a535cb4170acf46ec9fcb26cd3f428a2dc7 authored over 11 years ago by Kenny Root <[email protected]>
* commit '3aca7a31c4e999141003fb707060e83e0881caf0':
Revert "Split up main engine from methods"
3aca7a31c4e999141003fb707060e83e0881caf0 authored over 11 years ago by Kenny Root <[email protected]>
This reverts commit 2715806b1716baaeff7362d9aa897fbcb535de8c.
Change-Id: I7dfaf2cd97a1791371043...
1fcabcd3279635e66ceffc42443c5bf0dae69d44 authored over 11 years ago by Kenny Root <[email protected]>
* commit 'bb621b36c257ee892e2f07f309cd75b9bae1b613':
Split up main engine from methods
bb621b36c257ee892e2f07f309cd75b9bae1b613 authored over 11 years ago by Kenny Root <[email protected]>
We need to add more methods to the keystore engine, so split out RSA so
it doesn't become too un...
* commit 'a65d5236d0823b5ef72554ffb3ec15ae02596047':
Add 1 byte for the NULL char. This bug wa...
a65d5236d0823b5ef72554ffb3ec15ae02596047 authored over 11 years ago by Kenny Root <[email protected]>
Change-Id: Ib7e8eb0e79ee55fffb8cf36371688ba544734029
Signed-off-by: Douglas Leung <douglas@mips....
* commit '76820356cc3c9c399717198d7ec4943a96e0b341':
keystore: fix import as other UIDs
76820356cc3c9c399717198d7ec4943a96e0b341 authored over 11 years ago by Kenny Root <[email protected]>
The targetUid was not being used as the user to store the key as, so it
was ending up under the ...
* commit '360f51f7af191316cd739f229db1c5f7233be063':
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 ...
* commit '1223495e44acbc2b94809de2455006ec24897734':
keystore: Add flag for blobs to be unencr...
* commit 'b3fc31a43c941bd6e2ac2acf7d1ffb6350588b81':
keystore: fix bug in clear_uid
1223495e44acbc2b94809de2455006ec24897734 authored over 11 years ago by Kenny Root <[email protected]>
In order to let apps use keystore more productively, make the blob
encryption optional. As more ...
b3fc31a43c941bd6e2ac2acf7d1ffb6350588b81 authored over 11 years ago by Kenny Root <[email protected]>
(cherry picked from commit aae26fc0e58c99ac8e0df69b913523e81fa15d66)
Bug: 8566369
Change-Id: Ic...
* commit '5d884972cac7c20b6b1c9ad9148872b07c974e69':
keystore: Add flag for blobs to be unencr...
5d884972cac7c20b6b1c9ad9148872b07c974e69 authored over 11 years ago by Kenny Root <[email protected]>
* commit 'aae26fc0e58c99ac8e0df69b913523e81fa15d66':
keystore: fix bug in clear_uid
Bug: 8566369
Change-Id: I92a37bb709bc491a305cf5b6a5e68b6ac1a8aa24
In order to let apps use keystore more productively, make the blob
encryption optional. As more ...
* commit 'a6fe620941f04b55ecefb8f82d866a264cac9b9e':
Add liblog
Bug: 8580410
Change-Id: I0d9b208021c35ad37fdbc4518aa6e76d65184c25
* commit '92af98123a65629a5f13e96567a898aa2cdba6b9':
keystore: Add multi-user support
* commit '68b4631982761f3fdad8886fb7bb81defad79363':
keystore: Add multi-user support
Split the directories out per-user. Each Android user ID gets its own
directory and master key. ...
92af98123a65629a5f13e96567a898aa2cdba6b9 authored almost 12 years ago by Kenny Root <[email protected]>
Split the directories out per-user. Each Android user ID gets its own
directory and master key. ...
* commit '56995079413e918d3676a97d70a1700379ba5321':
keystore: fix inverted hardware keystore ...
* commit '77c4e48e80b989cb80599a40fbbad9a16745d89f':
Fix CL split and build
c9ca1b50428ac5bf1c82f4cb0efd51310066b9ec authored almost 12 years ago by Kenny Root <[email protected]>
Change-Id: If79ba99ef01c8216b1cce5daffc98a989255ac84
14e2690970a2936941871a9c1c257b32b95303bf authored almost 12 years ago by Kenny Root <[email protected]>
* commit '4d93d24624f270f024b7d4b9d3bf6c11a1e209a6':
keystore: fix inverted hardware keystore ...
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]>56995079413e918d3676a97d70a1700379ba5321 authored almost 12 years ago by Kenny Root <[email protected]>
Check should be that the 'is_software' flag is off.
Change-Id: Ic03ef957f6aa62b959b24fe8e4ff202...
483407eaca108d3717bb49770915d6d95d5d0e0c authored almost 12 years ago by Kenny Root <[email protected]>
* commit '2ca3b1b25e8ceb841396061a318d3a043cbfcb54':
Fix CL split and build
(cherry picked from commit ff620c25d1af495c74cdeb4e5a652adf6858cf88)
Change-Id: I8cdf964a6ca8ad...
2ca3b1b25e8ceb841396061a318d3a043cbfcb54 authored almost 12 years ago by Kenny Root <[email protected]>77c4e48e80b989cb80599a40fbbad9a16745d89f authored almost 12 years ago by Kenny Root <[email protected]>
Change-Id: Ie96b2d22af839b67daed4f194e37864cd50e8463
ff620c25d1af495c74cdeb4e5a652adf6858cf88 authored almost 12 years ago by Kenny Root <[email protected]>
* commit '7a310fbb5815b3c1ad965d58f4976afca2a721c6':
keystore: fix upgrades
During an upgrade, a blob would be written out to disk. Whenever a blob
is written to disk, it i...
a2f747d48d8c2438b71c0ca980b221e1076d1fee authored almost 12 years ago by Kenny Root <[email protected]>
During an upgrade, a blob would be written out to disk. Whenever a blob
is written to disk, it i...
* commit '1b9f063e7d34e03393c8eaa631baf7612b7dd48c':
keystore: command to clear all keys for UID
* commit '2ecc7a1efbb21d86d38b9e0348dfbf0e1213d920':
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]>1b9f063e7d34e03393c8eaa631baf7612b7dd48c authored almost 12 years ago by Kenny Root <[email protected]>
Add ability for system UID to clear all entries for a different UID.
Bug: 3020069
Change-Id: Ib...
* commit '1f8dcc58c72d5a1bbebd66e21e65adfee76abc0c':
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]>1f8dcc58c72d5a1bbebd66e21e65adfee76abc0c authored almost 12 years ago by Kenny Root <[email protected]>
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]>cfc38e553023ba4825e22603b2e7c7e954147a71 authored almost 12 years ago by Kenny Root <[email protected]>
After discussion, it was determined that duplicate would be less
disruptive and it still fit in ...
349cb7438b137a90fa8e2e634f9853d5ed6e4e33 authored almost 12 years ago by Kenny Root <[email protected]>
To support the WiFi service, we need to support migration from the
system UID to the wifi UID. T...
0e67b36663304d0541ad6011666c264d5a2d09c2 authored almost 12 years ago by Kenny Root <[email protected]>
79efeb612e30469537ec356e8f9a9509d229ebe4 authored almost 12 years ago by Kenny Root <[email protected]>
Previously we redirected all calls from the wifi or vpn UIDs to the
system UID's namespace. This...
Most callers only care if the keystore is unlocked for use and not
whether it's in a specific st...
d24f7c98421872edee0873e7a754e42914d0e96c authored almost 12 years ago by Kenny Root <[email protected]>