summaryrefslogtreecommitdiff
path: root/keystore/java/android/security/ServiceCommand.java
AgeCommit message (Collapse)Author
2009-09-24KeyStore: remove classes used by old keystore.Chia-chi Yeh
2009-09-17Fix a minor bug in is_alnum_string()...Hung-ying Tyan
and remove some verbose logging
2009-09-11Add tests and misc fixes on keystore.Hung-ying Tyan
* Refactor netkeystore.c to make client and server code testable. * Add a client test for setting new passwd and changing passwd. * Exclude "." and ".." from reset_keystore(). * Change ServerCommand.executeCommand() to accept variable length of arguments and add convert() to marshalling the args to bytes. * Keystore.java is revised accordingly.
2009-08-10Fix network order for marshalling in keystore interface.repo sync
This will fix the endian issue for heterogeneous architectures in keystore marshalling interface.
2009-08-01Change some log.i to log.d.Hung-ying Tyan
2009-07-03Fix null data handling in ServiceCommand.writeCommand()Hung-ying Tyan
2009-07-02Add CertTool for handling the keygen and certificate download.Chung-yih Wang
1. Have the new Keystore for mini-keystore impelemntation. 2. Add CertTool library and jni dll for handling keygen and certificates. 3. Make Reply hidden. 4. Revert some 'incorrect' change and correct the description.
2009-06-11Provide the Keystore feature in the framework.Chung-yih Wang
-- added the keystore library for Java application. -- changed the marshalling of the keystore function return.