History log of /frameworks/base/cmds/keystore/keystore.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
adbc99be6d7e35f71bbbdcdfef5562c5a9b53b07 18-Sep-2009 Chia-chi Yeh <chiachi@android.com> keystore: add multi-user support.

Change-Id: I60268261110934a1d60efa341ff530f94415724f
/frameworks/base/cmds/keystore/keystore.h
70246ebb9b1a3c192caf7e001b45dafbdb6bbc30 28-Jun-2009 Chung-yih Wang <cywang@google.com> Implement the generic mini-keystore for security.

1. We will progressively migrate to this implementation.
2. For richc to have a quick review on the keymgmt part.
3. Add remove_key and make sure all functions are working.
4. Add permission check for get operation.
5. Return the retry count if unlock failed.
6. Add the reset operation for keystore reset.
7. Add the putfile shell command for putting the key value from file.
8. Fix the boundary issue during parsing command.
9. Use the ' ' as delimiter and reset the reply structure for each request.
10. Add change password retry count check.
11. Extract the read_marshal/write_marshal for certtool.h.
12. Remove the old implementation.
/frameworks/base/cmds/keystore/keystore.h
6d531bf0513de7778c380d649bc0e554478f78f9 16-Jun-2009 Chung-yih Wang <cywang@google.com> Change the keystore APIs.

1. simplify the keypair selection in UI.
2. add the user certificate and key into the keystore for keygen feature.
/frameworks/base/cmds/keystore/keystore.h
8229048cffef8c4ad06e0d2c6cbeeb802953e7db 08-Jun-2009 Chung-yih Wang <cywang@google.com> First version of the keystore service.

The keystore service is protected by the user 'keystore'. Only keystore
user/group can access the key content. All users are able to do the
following commands from shell as well:
listcerts
listuserkeys
installcert
removecert
installuserkey
removeuserkey
/frameworks/base/cmds/keystore/keystore.h