| Commit message (Expand) | Author | Age | Files | Lines |
* | KeyStore: Update the parameters of generating master keys. | Chia-chi Yeh | 2010-10-01 | 1 | -24/+71 |
* | KeyStore: Initialize IV correctly. | Chia-chi Yeh | 2010-09-30 | 1 | -1/+1 |
* | KeyStore: Fix the return value when send() or recv() has an error. | Chia-chi Yeh | 2010-09-30 | 1 | -1/+4 |
* | keystore: rephrase the comment to make the usage more clear. | Chia-chi Yeh | 2010-03-17 | 1 | -3/+5 |
* | Merge "keystore: add AID_ROOT into the user table." | Chia-chi Yeh | 2010-03-08 | 1 | -5/+6 |
|\ |
|
| * | keystore: add AID_ROOT into the user table. | Chia-chi Yeh | 2010-03-09 | 1 | -5/+6 |
* | | keystore: allow '\0's in keys and add guards for cplusplus. | Chia-chi Yeh | 2010-03-08 | 1 | -4/+10 |
|/ |
|
* | keystore: compute the padding in an intuitive way. | Chia-chi Yeh | 2009-12-30 | 1 | -7/+3 |
* | keystore: Add paddings before checksumming. | Chia-chi Yeh | 2009-12-22 | 1 | -10/+13 |
* | keystore: remove old implementation and test. | Chia-chi Yeh | 2009-09-24 | 9 | -1532/+0 |
* | keystore: rename scan() to saw(). | Chia-chi Yeh | 2009-09-22 | 1 | -4/+4 |
* | keystore: exclude builds for simulator. | Chia-chi Yeh | 2009-09-22 | 1 | -0/+4 |
* | keystore: enable delete(), scan(), exist() when keystore is locked. | Chia-chi Yeh | 2009-09-21 | 1 | -4/+14 |
* | keystore: switch to multi-user version. | Chia-chi Yeh | 2009-09-18 | 4 | -61/+87 |
* | keystore: add multi-user support. | Chia-chi Yeh | 2009-09-18 | 3 | -0/+662 |
* | Fix a minor bug in is_alnum_string()... | Hung-ying Tyan | 2009-09-17 | 1 | -5/+8 |
* | Add tests and misc fixes on keystore. | Hung-ying Tyan | 2009-09-11 | 7 | -24/+94 |
* | Replace the delimiter whitespace with '\0'. | Chung-yih Wang | 2009-09-09 | 5 | -87/+96 |
* | Fix network order for marshalling in keystore interface. | repo sync | 2009-08-10 | 2 | -1/+8 |
* | Merge change 9438 into donut | Android (Google) Code Review | 2009-07-31 | 1 | -2/+3 |
|\ |
|
| * | Change some log.i to log.d. | Hung-ying Tyan | 2009-08-01 | 1 | -2/+3 |
* | | Add unit tests for netkeystore. | Chung-yih Wang | 2009-07-30 | 3 | -7/+308 |
|/ |
|
* | Add memcpy and strcpy boundary check. | Chung-yih Wang | 2009-07-24 | 1 | -1/+31 |
* | keystore: Fix a compile warning. | Chia-chi Yeh | 2009-07-16 | 1 | -1/+1 |
* | Merge change 6198 into donut | Android (Google) Code Review | 2009-07-06 | 1 | -0/+53 |
|\ |
|
| * | keystore: Provide a generic getter for native components. | Chia-chi Yeh | 2009-07-06 | 1 | -0/+53 |
* | | Add password field for WiFi configuration. | Chung-yih Wang | 2009-07-05 | 1 | -4/+12 |
|/ |
|
* | Two small checks in keymgmt. | Chung-yih Wang | 2009-07-03 | 3 | -1/+10 |
* | Remove the null-termination for Java string compatibility. | Chung-yih Wang | 2009-07-02 | 1 | -1/+1 |
* | Implement the generic mini-keystore for security. | Chung-yih Wang | 2009-07-02 | 10 | -619/+1098 |
* | Change the keystore APIs. | Chung-yih Wang | 2009-06-17 | 3 | -72/+235 |
* | Provide the Keystore feature in the framework. | Chung-yih Wang | 2009-06-11 | 2 | -20/+27 |
* | First version of the keystore service. | Chung-yih Wang | 2009-06-08 | 4 | -0/+467 |