- 20 Mar, 2013 1 commit
-
-
Kenny Root authored
To support the WiFi service, we need to support migration from the system UID to the wifi UID. This adds a command to achieve the migration. Bug: 8122243 Change-Id: I31e2ba3b3a92c582a6f8d71bbb139c408c06814f
-
- 19 Mar, 2013 3 commits
-
-
Kenny Root authored
-
Kenny Root authored
-
Kenny Root authored
Previously we redirected all calls from the wifi or vpn UIDs to the system UID's namespace. This switches the paradigm to allow system to write into wifi and vpn UID keystore spaces instead. Change-Id: Ib9144cb12435b09ab2e8c24b75366cf9762965fe
-
- 14 Feb, 2013 3 commits
-
-
Kenny Root authored
Most callers only care if the keystore is unlocked for use and not whether it's in a specific state. Change this now so we can change the states later. Change-Id: I2de87c84fd16b33ee9e3eca3843a8260e1f5af87
-
Kenny Root authored
-
Kenny Root authored
During a failure, return a null value instead of an empty list. Change-Id: I34763c90eb65b0ed6bbe2757310992541feeb1a8
-
- 13 Feb, 2013 5 commits
-
-
Kenny Root authored
-
Kenny Root authored
-
Kenny Root authored
-
Kenny Root authored
This will allow explicit indication of which UID to put things under for trusted UIDs (e.g., system UID) in a future change instead of putting things only in the calling UID. Change-Id: Ifc321a714d874a1142890138101ce4166906f413
-
Kenny Root authored
Change-Id: Ib056ad6b4f2149292100cda9106de19eb7b2e259
-
- 07 Feb, 2013 1 commit
-
-
Kenny Root authored
This was left-over from previous changes and nothing really used it any more. Change-Id: Id7bb58ffbc3f5b7f337e9bdbe8d0be315105cb26
-
- 05 Feb, 2013 2 commits
-
-
Kenny Root authored
-
Kenny Root authored
When an error condition happens, keystore might memcpy a NULL pointer which would cause a SIGSEGV. Avoid trying to copy it in that case. Bug: 8019596 Change-Id: Ifcfc75401c41595fc2c2f0172c718c8d3bb93020
-
- 04 Feb, 2013 4 commits
-
-
Kenny Root authored
-
Kenny Root authored
-
Kenny Root authored
Change-Id: I3d5e3d4114d40902a6cf25a4c8ffabea4cc7851f
-
Kenny Root authored
Change-Id: Ie71722747b6f0c5f53a8f333e838a54057eb9ab5
-
- 21 Nov, 2012 2 commits
-
-
Kenny Root authored
-
Kenny Root authored
Change-Id: I02729444a822bd2d3c9a6fd6e118079e2d8973e4
-
- 19 Nov, 2012 1 commit
-
-
Kenny Root authored
-
- 16 Nov, 2012 1 commit
-
-
Kenny Root authored
Change-Id: I19e91eb766fcc55e9a610421a67a7c8706fdaa46
-
- 15 Nov, 2012 1 commit
-
-
Kenny Root authored
-
- 14 Nov, 2012 3 commits
-
-
Kenny Root authored
Some interruptable syscalls were not wrapped with TEMP_FAILURE_RETRY while others were. Add them where necessary. Additionally, some error cases were not logging any messages so things would mysteriously fail if there was an underlying filesystem problem. Change-Id: I0b789376b2971fa8aaaff7eac21a90a9a94afac8
-
Kenny Root authored
-
Kenny Root authored
Change-Id: I6dacdc43bcc1a56e47655e37e825ee6a205eb56b
-
- 01 Oct, 2012 2 commits
-
-
Kenny Root authored
* commit '9b0bd2b3': Add casts to avoid build warnings with gcc-4.7
-
Kenny Root authored
-
- 27 Sep, 2012 1 commit
-
-
Pavel Chupin authored
Example: keystore.cpp:1339:35: error: narrowing conversion of 'CommandCodes[0]' from 'command_code_t {aka unsigned char}' to 'int8_t {aka signed char}' Change-Id: I8cd239880821724050d1716b78851807e0246ef2 Signed-off-by:
Pavel Chupin <pavel.v.chupin@intel.com>
-
- 20 Aug, 2012 3 commits
-
-
Kenny Root authored
* commit '878c359d': Add getmtime command for keys
-
Kenny Root authored
-
Kenny Root authored
This allows you to check when a key was last modified. Change-Id: I167844d9a50e26aadfc73a2252b937d2ef09f09d
-
- 16 Aug, 2012 3 commits
-
-
Kenny Root authored
* commit 'e7f9da44': Clear out ENGINE flags when initializing
-
Kenny Root authored
-
Kenny Root authored
We don't need our engine to be copied when initialized with ENGINE_by_id, so just make sure our flags are cleared when we initialize. Change-Id: Ie75fad37c2f78a769c425889c1d0661b468cd0c7
-
- 14 Aug, 2012 3 commits
-
-
Kenny Root authored
* commit '593786c9': keymaster HAL users don't need delete_keypair
-
Kenny Root authored
-
Kenny Root authored
The keymaster HAL implementations don't need the delete_keypair method, but keystore currently throws an error when it's not implemented. This causes problems with at least the OpenSSL software implementation. Bug: 6985351 Change-Id: I3d7f7dce2a6d4aad38c20f555ab16aa45f1823b8
-
- 27 Jul, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: Ic25a71c0dcde3cda15caaafd93004f477671db24
-