summaryrefslogtreecommitdiffstats
path: root/keystore
Commit message (Expand)AuthorAgeFilesLines
* Correct executable bit for source filesKenny Root2013-04-131-0/+0
* docs: fix broken links and add new sitemap text fileScott Main2013-01-031-3/+0
* Remove AndroidKeyStore from APIKenny Root2012-09-141-0/+1
* Tracking upgrade to bouncycastle 1.47Brian Carlstrom2012-09-121-18/+30
* Add some NullPointerExceptions to AndroidKeyStoreKenny Root2012-08-311-2/+39
* Always-on VPN.Jeff Sharkey2012-08-271-0/+3
* Add ability to replace chain for PrivateKeyEntryKenny Root2012-08-224-24/+242
* Add KeyPairGenerator for Android keystoreKenny Root2012-08-228-20/+638
* Add AndroidKeyStore provider for KeyStore APIKenny Root2012-08-203-0/+1880
* Add getmtime to Android KeyStore APIKenny Root2012-08-202-0/+68
* am 1ad8bf56: am f0e87175: Merge "Remove useless TestRunner"Kenny Root2012-08-134-53/+13
|\
| * Remove useless TestRunnerKenny Root2012-08-104-53/+13
| * Change KeyStore to use Modified UTF-8 to match NativeCryptoBrian Carlstrom2012-08-012-22/+46
| * Improve test key names to reproduce public issueBrian Carlstrom2012-07-271-9/+11
* | Use TrustedCertificateStore for chain buildingKenny Root2012-08-071-17/+2
* | Change KeyStore to use Modified UTF-8 to match NativeCryptoBrian Carlstrom2012-07-302-22/+46
* | Improve test key names to reproduce public issueBrian Carlstrom2012-07-171-9/+11
|/
* Add signing to keystoreKenny Root2012-03-205-17/+352
* Merge "Make the credential storage change action public."Selim Gurun2012-03-151-1/+0
|\
| * Make the credential storage change action public.Selim Gurun2012-02-171-1/+0
* | Remove obsolete KeyChain references to USE_CREDENTIALS (2 of 2)Brian Carlstrom2012-03-011-9/+0
|/
* Act on credential storage updates.Selim Gurun2012-02-161-1/+17
* Revert "Act on credential storage updates."Selim Gurun2012-02-151-17/+1
* Act on credential storage updates.Selim Gurun2012-02-151-1/+17
* Make the KeyChain handled its own grants rather than havingFred Quintana2011-07-132-118/+19
* Merge "New KeyChain API for credential installation"Brian Carlstrom2011-07-061-10/+9
|\
| * New KeyChain API for credential installationBrian Carlstrom2011-06-291-10/+9
* | Build cert chain in KeyChain.getCertificateChainBrian Carlstrom2011-07-011-1/+19
|/
* KeyChain API for credential installationBrian Carlstrom2011-06-292-21/+94
* Add KeyStoreTest.testGetBrian Carlstrom2011-06-271-0/+12
* Moving ssl_certificate layout, resources, and helper code to SslCertificateBrian Carlstrom2011-06-271-0/+1
* Replace KeyChainActivity placeholder UI with more polished dialog (1 of 5)Brian Carlstrom2011-06-252-9/+52
* New KeyChain API for application access to keystore credentialsBrian Carlstrom2011-06-103-6/+0
* KeyChain API refinementsBrian Carlstrom2011-06-094-15/+186
* Change KeyChain to assume PEM encoded keystore entriesBrian Carlstrom2011-06-072-6/+50
* Restore ResponseCodes for use with getLastErrorBrian Carlstrom2011-06-011-10/+10
* Integrating keystore with keyguard (Part 1 of 4)Brian Carlstrom2011-06-012-61/+76
* Remove need for onActivityResult from KeyChain APIBrian Carlstrom2011-05-255-113/+205
* Move to KeyChain.bindBrian Carlstrom2011-05-171-25/+57
* Simplify KeyChain API by removing now unneeded CA certificate lookup (1 of 3)Brian Carlstrom2011-05-173-265/+140
* Make CertInstaller installed CA certs trusted by applications via default Tru...Brian Carlstrom2011-05-141-0/+7
* Expose Credentials.UNLOCK_ACTION for callers that want to use startActivityFo...Brian Carlstrom2011-04-221-1/+3
* Adding KeyChain API and IKeyChainServiceBrian Carlstrom2011-04-202-0/+403
* Tolerate missing AccountManager resource, not just missing resource nameBrian Carlstrom2011-04-071-13/+6
* Update the path of the intent to unlock keystore.Chia-chi Yeh2011-01-201-13/+1
* Use deliberately public API rather than org.apache cruft.Elliott Hughes2010-11-111-6/+3
* Work on issue #3101415: Crespo apps seem to have their UID changed over time.Dianne Hackborn2010-10-151-0/+1
* Use explicit intent for installing credentials.Hung-ying Tyan2010-10-081-3/+10
* Remove the use of FileInputStream.available()Rich Cannings2010-09-091-12/+7
* Don't rely on the system locale for converting to/from bytes.Nick Kralevich2010-03-102-11/+41