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
During a failure, return a null value instead of an empty list.
Change-Id: I34763c90eb65b0ed6bb...
e289c404b9d2735fbd67c42086e33c972b46aa33 authored almost 12 years ago by Kenny Root <[email protected]>f7c0ee27ad9c92528219312d37cd3555593d3de3 authored almost 12 years ago by Kenny Root <[email protected]>
831311cc4ba623cc207979cc7064fac21d23be9e authored almost 12 years ago by Kenny Root <[email protected]>
d45421339c98efb27daa1857017c4139aa73e1cf authored almost 12 years ago by Kenny Root <[email protected]>
This will allow explicit indication of which UID to put things under for
trusted UIDs (e.g., sys...
Change-Id: Ib056ad6b4f2149292100cda9106de19eb7b2e259
d38a0b07a3104fcb1e747a0fa06641dee8fc058f authored almost 12 years ago by Kenny Root <[email protected]>
This was left-over from previous changes and nothing really used it any
more.
Change-Id: Id7bb5...
70c9889c5ca912e7c492580e1999f18ab65b267b authored almost 12 years ago by Kenny Root <[email protected]>a806bbd518ff3e67e4d4efb937ff8f23bae18585 authored almost 12 years ago by Kenny Root <[email protected]>
When an error condition happens, keystore might memcpy a NULL pointer
which would cause a SIGSEG...
36c6fd66661cc42ee8f0fe6e97b73e56282b73b6 authored almost 12 years ago by Kenny Root <[email protected]>
678177e2aec8129340839313129ef2ad51d97fbc authored almost 12 years ago by Kenny Root <[email protected]>
Change-Id: I3d5e3d4114d40902a6cf25a4c8ffabea4cc7851f
36a9e231e03734cd2143383d26388455c1764e17 authored almost 12 years ago by Kenny Root <[email protected]>Change-Id: Ie71722747b6f0c5f53a8f333e838a54057eb9ab5
b51c47df67e67982dc3bff1efdf87fa048f7923f authored almost 12 years ago by Kenny Root <[email protected]>7ce505f0d3020eb0266fc70ebc3bb634b092339d authored about 12 years ago by Kenny Root <[email protected]>
Change-Id: I02729444a822bd2d3c9a6fd6e118079e2d8973e4
5281edbc9445065479e92a6c86da462f3943c2ca authored about 12 years ago by Kenny Root <[email protected]>1c405f27276f77a1dccbbe13ddc39e4160a41ad9 authored about 12 years ago by Kenny Root <[email protected]>
Change-Id: I19e91eb766fcc55e9a610421a67a7c8706fdaa46
6a9cafc30a90b3dfd188212a105ef57c32ed7541 authored about 12 years ago by Kenny Root <[email protected]>cf76556b58207fe55c71abcebbd9f344aaf53111 authored about 12 years ago by Kenny Root <[email protected]>
Some interruptable syscalls were not wrapped with TEMP_FAILURE_RETRY
while others were. Add them...
bcbe09ef4995eb43349208afadb1ac5047db4be9 authored about 12 years ago by Kenny Root <[email protected]>
Change-Id: I6dacdc43bcc1a56e47655e37e825ee6a205eb56b
07438c8d7256d3788dac323b4d0055f201e0bec9 authored about 12 years ago by Kenny Root <[email protected]>
* commit '9b0bd2b32061e852c3233f6784e974b5226c5821':
Add casts to avoid build warnings with gc...
9b0bd2b32061e852c3233f6784e974b5226c5821 authored over 12 years ago by Kenny Root <[email protected]>
Example:
keystore.cpp:1339:35: error: narrowing conversion of 'CommandCodes[0]'
from 'command_co...
* commit '878c359db8ecac6390592f7f3de19c77f28113a2':
Add getmtime command for keys
878c359db8ecac6390592f7f3de19c77f28113a2 authored over 12 years ago by Kenny Root <[email protected]>
This allows you to check when a key was last modified.
Change-Id: I167844d9a50e26aadfc73a2252b9...
344e0bc23ca46b9acec97ac8bcd87949bde0ccab authored over 12 years ago by Kenny Root <[email protected]>
* commit 'e7f9da44646b8eb66ef2e7b163176b5272216e86':
Clear out ENGINE flags when initializing
e7f9da44646b8eb66ef2e7b163176b5272216e86 authored over 12 years ago by Kenny Root <[email protected]>
We don't need our engine to be copied when initialized with
ENGINE_by_id, so just make sure our ...
* commit '593786c9b885a48a2674e3ebb5c3bab265de2e51':
keymaster HAL users don't need delete_key...
593786c9b885a48a2674e3ebb5c3bab265de2e51 authored over 12 years ago by Kenny Root <[email protected]>
The keymaster HAL implementations don't need the delete_keypair method,
but keystore currently t...
Change-Id: Ic25a71c0dcde3cda15caaafd93004f477671db24
3fff02b4f6c16df61ae89c4c02008a08dbcf5250 authored over 12 years ago by The Android Open Source Project <[email protected]>e9478a07d7c3793aae26c1cef85b6c1f02dd42f5 authored over 12 years ago by The Android Automerger <[email protected]>
* commit 'aa8467e59b561f454ff7ec902aae688145d8d297':
Handle keynames with special characters s...
aa8467e59b561f454ff7ec902aae688145d8d297 authored over 12 years ago by Brian Carlstrom <[email protected]>
Bug: http://code.google.com/p/android/issues/detail?id=34577
Bug: 6837950
(cherry-picked from 0...
a8c703d9fdd98e3caefb6e74cd03c2878cecd0a1 authored over 12 years ago by Brian Carlstrom <[email protected]>
Bug: http://code.google.com/p/android/issues/detail?id=34577
Bug: 6837950
Change-Id: Id441e3410...
0114bd9f9bbc2458ca77bf3508e7c15992a432b1 authored over 12 years ago by Brian Carlstrom <[email protected]>
The peril of not using calloc mean delete_all is not initialized until
we explcitly set it. Expl...
ENGINE_by_id will load up multiple copies of the engine which will
create a new ex_data index ea...
This is so that Face Unlock can be a valid option for a lockscreen.
Otherwise get a PERMISSION_D...
Turn on the compiler flags -Wall -Wextra -Werror to make sure no
compiler warnings are added to ...
Use the UniquePtr.h include from frameworks/native/include/utils
to fix the pdk build.
Change-I...
98c2f8fcc1263a9d94adac66994fffc96c0df699 authored almost 13 years ago by Colin Cross <[email protected]>
Old key types were not distinguished by the keystore itself. This change
takes some of the reser...
To allow efficient deletion by hardware keymaster modules, add a direct
delete_all call when key...
Add hardware crypto capabilities to keystore. This allows hardware
escrow of private key materia...
Add a libkeystore_client.so library for clients to use.
Add const-correctness to the keystore.c...
5187818895c4c5f650a611c40531b1dff7764c18 authored almost 13 years ago by Kenny Root <[email protected]>
Move keystore from frameworks/base at commit
57ff581bd9b16a192a567f84d0e0a5c82d866343
Change-Id...
a91203b08350b2fc7efda5b1eab39e7541476b3a authored almost 13 years ago by Kenny Root <[email protected]>984d6fa91345087eb50af3829f6d1ff20db8c7bf authored almost 13 years ago by Anatol Pomazau <[email protected]>