Age | Commit message (Collapse) | Author |
|
|
|
and remove some verbose logging
|
|
* 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.
|
|
This will fix the endian issue for heterogeneous architectures in keystore marshalling interface.
|
|
|
|
|
|
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.
|
|
-- added the keystore library for Java application.
-- changed the marshalling of the keystore function return.
|