History log of /system/security/keystore/keystore_cli_v2.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d3fac68c4982a5a188c0b3648eea2f16c4791d21 26-Jan-2016 Shawn Willden <swillden@google.com> Add KM_TAG_ALLOW_WHILE_ON_BODY

Actually, this change eliminates the need to update keystore_cli_v2
every time a tag is added, which also has the effect of supporting
KM_TAG_ALLOW_WHILE_ON_BODY.

Change-Id: I15dd4ec4b7cab52dba43ec5d0afc6f8caf922389
/system/security/keystore/keystore_cli_v2.cpp
9d9318efdf9e4a6236af3f57abfedadc2f9292dd 06-Jan-2016 Shawn Willden <swillden@google.com> Update keystore_cli_v2 for keymaster_defs changes.

Change-Id: I6a584c8f0ae7a0461ea33836f0ca15bc89f2367f
/system/security/keystore/keystore_cli_v2.cpp
0ba9f6e4eb086ad71f8dcd8684c021f95838be0b 23-Nov-2015 Shawn Willden <swillden@google.com> ECIES: adding ECIES-KEM

Change-Id: I9f4dd30786f5de170c2e12c1cff52b9ecbb26a2c
/system/security/keystore/keystore_cli_v2.cpp
a9474ab90fcda96d6d798ace3fd9027ae61141e1 03-Nov-2015 Darren Krahn <dkrahn@google.com> keystore: Add a test suitable for Brillo PTS.

The test can be run with the command:
keystore_cli_v2 brillo-platform-test

Test results will be printed to stdout and the exit code will be the
number of failed tests.

BUG=24751339

Change-Id: I2cfe2ca034fa3aa76e7f39488ebbf40482ecb5b9
/system/security/keystore/keystore_cli_v2.cpp
251cb28132e456f81374c8f8a983a5a9ad9aaee8 28-Sep-2015 Darren Krahn <dkrahn@google.com> Add encryption convenience methods to KeystoreClient.

This Cl adds authenticated encryption and decryption methods which
require minimal inputs. These methods are suitable for encrypting local
state on brillo.

BUG: 23528174
TEST=manual using the keystore_cli_v2 tool

Change-Id: I41abcd77452e86b1eb7373f9db95b645100e2f0f
/system/security/keystore/keystore_cli_v2.cpp
69a3dbc2bbbe0b304eb91376ff7f79c8bde995a1 23-Sep-2015 Darren Krahn <dkrahn@google.com> Create a KeystoreClient class.

KeystoreClient is designed to give native brillo services convenient
access to keystore services. This CL also includes a command line tool
that uses the KeystoreClient interface. This was used for testing but
can also be enhanced to be generally useful.

BUG: 23528174
TEST=manual tests using keystore_cli_v2

Change-Id: I6266d98cfc7c4936f803a8133020c032bc519a5b
/system/security/keystore/keystore_cli_v2.cpp