- 29 Sep, 2009 1 commit
-
-
Chung-yih Wang authored
Since we need to test the keystore with user system in order to test the reset(), password(), lock() and unlock(), we have to take advantage of the ActivityUnitTestCase to run the test with the user 'system'.
-
- 24 Sep, 2009 3 commits
-
-
Chia-chi Yeh authored
-
Chia-chi Yeh authored
-
Hung-ying Tyan authored
-
- 21 Sep, 2009 2 commits
-
-
Chia-chi Yeh authored
-
Chia-chi Yeh authored
-
- 18 Sep, 2009 1 commit
-
-
Chia-chi Yeh authored
Change-Id: I9a550c6edc55d5c2c601223c011922b183cb4d30
-
- 17 Sep, 2009 1 commit
-
-
Hung-ying Tyan authored
and remove some verbose logging
-
- 11 Sep, 2009 1 commit
-
-
Hung-ying Tyan authored
* 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.
-
- 10 Sep, 2009 1 commit
-
-
Hung-ying Tyan authored
Also add the unlock action string to Keystore.
-
- 09 Sep, 2009 2 commits
-
-
Chia-chi Yeh authored
-
Chung-yih Wang authored
+ Use '\0' as the delimiter. + Allow whitespace character for keystore password. In previous implementation, we use space as the delimiter. That will stop user from using passphrase with whitespace character.
-
- 02 Sep, 2009 1 commit
-
-
Chung-yih Wang authored
-
- 01 Sep, 2009 1 commit
-
-
Chung-yih Wang authored
Extract all CA certificates in a PKCS12 keystore into a single entry in keystore with multiple PEMs.
-
- 31 Aug, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 14 Aug, 2009 1 commit
-
-
Hung-ying Tyan authored
-
- 13 Aug, 2009 1 commit
-
-
Jean-Baptiste Queru authored
BUG=1573996
-
- 11 Aug, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 10 Aug, 2009 1 commit
-
-
repo sync authored
This will fix the endian issue for heterogeneous architectures in keystore marshalling interface.
-
- 03 Aug, 2009 1 commit
-
-
Chung-yih Wang authored
+ add the log print if the browser give the incorrect data in addCertificate().
-
- 01 Aug, 2009 2 commits
-
-
Hung-ying Tyan authored
-
Jean-Baptiste Queru authored
-
- 29 Jul, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 28 Jul, 2009 2 commits
-
-
Chung-yih Wang authored
+ Fix the public key matching and intent parameter mismatch.
-
Chung-yih Wang authored
-
- 24 Jul, 2009 1 commit
-
-
Chung-yih Wang authored
-
- 21 Jul, 2009 3 commits
-
-
Chung-yih Wang authored
-
Chung-yih Wang authored
-
Jean-Baptiste Queru authored
-
- 17 Jul, 2009 1 commit
-
-
Chung-yih Wang authored
The function will be called from the credential storage for decoding the pkcs12 file and saving the certs/keys into mini-keystore.
-
- 05 Jul, 2009 1 commit
-
-
Chung-yih Wang authored
1. the certtool.h is modified for avoiding the side effect, for saving the configuration with wpa_supplicant. 2. put the loadLibrary back in CertTool.java 3. Fix incorrect JNI declarations.
-
- 03 Jul, 2009 2 commits
-
-
Chung-yih Wang authored
Keystore is reimplemented and it is mainly for storing (key, value) pair generically. The certificate related APIs are moved to the class CertTool instead. Updates: Provide the getInstance() which gives the singleton. Fix the missing construction of the BIO in cert.c.
-
Hung-ying Tyan authored
-
- 02 Jul, 2009 2 commits
-
-
Chung-yih Wang authored
1. Also change the keyname delimiter in CertTool.java. 2. Return NOTFOUND if the result.len==0 in the listKeys(). 3. Define the keystore states in the class Keystore.
-
Chung-yih Wang authored
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.
-
- 19 Jun, 2009 1 commit
-
-
Grace Kloba authored
In WebView, if we run into the certificate, we will save it to the Keystore instead of sending it to the WebKit.
-
- 17 Jun, 2009 1 commit
-
-
Chung-yih Wang authored
1. simplify the keypair selection in UI. 2. add the user certificate and key into the keystore for keygen feature.
-
- 16 Jun, 2009 2 commits
-
-
Hung-ying Tyan authored
* changes change the parameter to the index to the supported key strengths remove the exception class as it is not useful now
-
Hung-ying Tyan authored
-
- 11 Jun, 2009 1 commit
-
-
Chung-yih Wang authored
-- added the keystore library for Java application. -- changed the marshalling of the keystore function return.
-