| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct test data size in keystore signing and verification tests. | Shawn Willden | 2014-09-14 | 1 | -15/+16 |
* | Add DevicePolicyManager PrivateKey mgmt | Bernhard Bauer | 2014-09-11 | 1 | -0/+3 |
* | Extend IKeyChainService AIDL with CACert retrieval | Zoltan Szatmary-Ban | 2014-09-08 | 2 | -1/+9 |
* | Keep managed profile keystores in sync with owner | Robin Lee | 2014-08-29 | 1 | -0/+30 |
* | Revert "Revert "Revert "Revert "Revert "Update Trusted Credentials screen in ... | Zoltan Szatmary-Ban | 2014-08-15 | 2 | -9/+1 |
* | Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings... | Zoltan Szatmary-Ban | 2014-08-15 | 2 | -1/+9 |
* | Revert "Revert "Revert "Update Trusted Credentials screen in settings""" | Narayan Kamath | 2014-08-15 | 2 | -9/+1 |
* | Revert "Revert "Update Trusted Credentials screen in settings"" | Zoltan Szatmary-Ban | 2014-08-15 | 2 | -1/+9 |
* | Revert "Update Trusted Credentials screen in settings" | Zoltan Szatmary-Ban | 2014-08-07 | 2 | -9/+1 |
* | Update Trusted Credentials screen in settings | Zoltan Szatmary-Ban | 2014-07-29 | 2 | -1/+9 |
* | Merge "Revert "Revert "Publish DevicePolicyManager CA certificate APIs""" | Robin Lee | 2014-06-17 | 1 | -3/+14 |
|\ |
|
| * | Revert "Revert "Publish DevicePolicyManager CA certificate APIs"" | Robin Lee | 2014-06-19 | 1 | -3/+14 |
* | | Merge "Revert "Publish DevicePolicyManager CA certificate APIs"" | Robin Lee | 2014-06-17 | 1 | -14/+3 |
|\ \
| |/ |
|
| * | Revert "Publish DevicePolicyManager CA certificate APIs" | Robin Lee | 2014-06-17 | 1 | -14/+3 |
* | | Merge "Publish DevicePolicyManager CA certificate APIs" | Robin Lee | 2014-06-17 | 1 | -3/+14 |
|\ \
| |/ |
|
| * | Publish DevicePolicyManager CA certificate APIs | Robin Lee | 2014-06-11 | 1 | -3/+14 |
* | | am b1cb5aab: am 748856f2: am a7ddd029: am 80e84e2d: am f3cecfa2: am 55d525b2:... | Robert Ly | 2014-06-11 | 2 | -4/+4 |
|\ \
| |/
|/| |
|
| * | am f3cecfa2: am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore | Robert Ly | 2014-06-10 | 2 | -4/+4 |
| |\ |
|
| | * | am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore | Robert Ly | 2014-06-10 | 2 | -4/+4 |
| | |\ |
|
| | | * | Add documentation for AndroidKeyStore | Robert Ly | 2014-05-07 | 2 | -4/+4 |
* | | | | Use the correct package name for CHOOSER | Kenny Root | 2014-03-17 | 1 | -1/+6 |
* | | | | KeyChain: add explicit package for getPrivateKey | Kenny Root | 2014-02-07 | 1 | -1/+7 |
* | | | | Remove unused imports from frameworks/base. | John Spurlock | 2013-11-20 | 5 | -11/+0 |
|/ / / |
|
* | | | Add argument to binder call to check key types | Kenny Root | 2013-09-05 | 2 | -3/+12 |
* | | | Unhide functions to allow ECDSA support | Kenny Root | 2013-09-03 | 1 | -6/+0 |
* | | | Add support for DSA and ECDSA key types | Kenny Root | 2013-09-03 | 7 | -196/+1450 |
* | | | Add methods for managing CAs to DevicePolicyManager(Service) | Maggie Benthall | 2013-08-20 | 1 | -1/+4 |
|/ / |
|
* | | resolved conflicts for merge of fca0f92e to stage-aosp-master | Elliott Hughes | 2013-06-28 | 2 | -6/+6 |
|\ \ |
|
| * | | Switch frameworks/base over from @hidden Charsets to public StandardCharsets. | Elliott Hughes | 2013-06-28 | 2 | -6/+6 |
* | | | am cd1de394: Merge "Track change in NativeCrypto" | Kenny Root | 2013-05-06 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Track change in NativeCrypto | Kenny Root | 2013-05-06 | 1 | -0/+2 |
* | | | resolved conflicts for merge of 1f6e789b to jb-mr2-dev-plus-aosp | Kenny Root | 2013-04-29 | 5 | -7/+7 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Track change to JSSE provider | Kenny Root | 2013-04-29 | 5 | -7/+7 |
| * | AndroidKeyStore: Add encrypted flag | Kenny Root | 2013-04-15 | 9 | -136/+732 |
| * | keystore: Add flag for blobs to be unencrypted | Kenny Root | 2013-04-15 | 1 | -6/+21 |
| * | Remove keystore entries when package removed | Kenny Root | 2013-04-02 | 1 | -0/+9 |
| * | KeyStore: add API to query storage type | Kenny Root | 2013-03-29 | 1 | -0/+9 |
* | | Rename API AndroidKey* -> Key* | Kenny Root | 2013-04-18 | 8 | -76/+80 |
* | | keystore: remove old APIs | Kenny Root | 2013-04-12 | 1 | -24/+0 |
* | | Remove old KeyStore call sites | Kenny Root | 2013-04-12 | 2 | -113/+175 |
* | | AndroidKeyStore: Add encrypted flag | Kenny Root | 2013-04-12 | 9 | -136/+730 |
* | | keystore: Add flag for blobs to be unencrypted | Kenny Root | 2013-04-10 | 1 | -6/+21 |
* | | Revert "Remove AndroidKeyStore from API" | Kenny Root | 2013-04-06 | 1 | -2/+0 |
* | | Remove keystore entries when package removed | Kenny Root | 2013-04-03 | 1 | -0/+9 |
* | | Add API to query KeyChain algorithm support, pt. 2 | Kenny Root | 2013-04-02 | 1 | -3/+3 |
* | | Add API to query KeyChain algorithm support | Kenny Root | 2013-04-02 | 1 | -0/+24 |
* | | KeyStore: add API to query storage type | Kenny Root | 2013-03-29 | 1 | -0/+9 |
|/ |
|
* | AndroidKeyStore: add Builder for param spec | Kenny Root | 2013-03-28 | 2 | -4/+160 |
* | Add ability to install credentials as other UID | Kenny Root | 2013-03-28 | 1 | -0/+8 |
* | KeyStore: change migrate to duplicate | Kenny Root | 2013-03-21 | 2 | -8/+32 |