summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Block certificate installation if user restriction enabled."Julia Reynolds2014-06-171-0/+8
|\
| * Block certificate installation if user restriction enabled.Julia Reynolds2014-06-121-0/+8
* | Check component class instead of actionKenny Root2014-05-301-1/+5
|/
* Pick certificates using OPEN_DOC intent.Jeff Sharkey2013-10-253-490/+75
* Add spinner to select Wi-FiKenny Root2013-04-162-0/+41
* keystore: remove old APIsKenny Root2013-04-121-1/+1
* Allow multiuser use of keystoreKenny Root2013-04-081-7/+0
* Add ability to install credentials as other UIDKenny Root2013-03-284-7/+36
* KeyStore: stop using state()Kenny Root2013-02-141-1/+1
* Do not allow non-primary user to install certsKenny Root2012-09-161-0/+7
* Tracking upgrade to bouncycastle 1.47Brian Carlstrom2012-09-051-3/+5
* Allow empty passwords when installing from a PKCS#12 fileBrian Carlstrom2012-04-151-9/+3
* Broader support for KeyChain.EXTRA_NAMEBrian Carlstrom2012-03-303-13/+25
* Convert to new KeyStore formatKenny Root2012-03-191-8/+14
* Remove PKCS12_PASSWORD_DIALOG and NAME_CREDENTIAL_DIALOG in order to correctl...Shuhrat Dehkanov2012-02-082-2/+21
* Make cert name selected by default.Ben Komalo2011-09-131-15/+13
* Handle VIEW intents for cert installerBen Komalo2011-08-161-0/+48
* Rotation fixes for CertInstallerBrian Carlstrom2011-07-221-73/+59
* Restore installation of CAs from PKCS#12 filesBrian Carlstrom2011-07-221-2/+2
* Remove PKEY_MAP entry when emptyBrian Carlstrom2011-07-101-0/+6
* Canceling cert installation should not delete the fileBrian Carlstrom2011-07-063-5/+11
* Tracking move to KeyChain credential installation APIBrian Carlstrom2011-06-294-18/+29
* Replace KeyChainActivity placeholder UI with more polished dialog (3 of 5)Brian Carlstrom2011-06-251-13/+8
* Move CredentialHelper.convertToPem to frameworks/base for reuse by KeyChainBrian Carlstrom2011-06-071-31/+18
* Remove local reuse in CredentialHelper.isCaBrian Carlstrom2011-06-021-6/+8
* Integrating keystore with keyguard (Part 2 of 4)Brian Carlstrom2011-06-012-2/+5
* Merge "Add support for .cer and .pfx for certificates and PKCS#12 files"Brian Carlstrom2011-05-181-5/+14
|\
| * Add support for .cer and .pfx for certificates and PKCS#12 filesBrian Carlstrom2011-05-171-5/+14
* | Move to KeyChain.bindBrian Carlstrom2011-05-171-23/+8
|/
* CertInstaller should use RESULT_OK to communicate success to callersBrian Carlstrom2011-05-174-13/+27
* Make CertInstaller installed CA certs trusted by applications via default Tru...Brian Carlstrom2011-05-162-66/+150
* Tracking jarjar of org.bouncycastle to com.android.org.bouncycastleBrian Carlstrom2011-01-241-5/+5
* Update the intent path.Chia-chi Yeh2011-01-201-2/+2
* am 93f11ccc: am 9193d8bc: Merge "code cleanup : unused import statement, loca...Jean-Baptiste Queru2010-11-244-9/+1
|\
| * am 9193d8bc: Merge "code cleanup : unused import statement, local vars and st...Jean-Baptiste Queru2010-11-244-9/+1
| |\
| | * code cleanup : unused import statement, local vars and static finals.Mohammad Shamsi2010-11-064-9/+1
* | | am 95ae8966: Merge "Use explicit intent for installing system credentials" in...John Huang2010-10-261-0/+4
|\| |
| * | Use explicit intent for installing system credentialsHung-ying Tyan2010-10-261-0/+4
| |/
* / CertInstaller: fix crash on invalid certificateHung-ying Tyan2010-06-092-1/+14
|/
* Fix two certinstaller bugs.Hung-ying Tyan2010-02-112-6/+14
* Handling missing sd card in certinstaller.Hung-ying Tyan2009-10-264-14/+40
* Add support for installing certs in PEM from SD cardHung-ying Tyan2009-10-232-3/+14
* An overhaul on certinstaller.Hung-ying Tyan2009-10-227-693/+1094
* Fix a bug where dialog is reopened when app dies.Hung-ying Tyan2009-10-011-1/+4
* Some minor fixes.Hung-ying Tyan2009-09-301-75/+96
* Fix the issue where cert comes later than keypair.Hung-ying Tyan2009-09-281-8/+841
* CertInstaller: remove wrong import entries.Chia-chi Yeh2009-09-241-2/+0
* Just change to an empty class for fixing the filename issue.Chung-yih Wang2009-09-241-321/+0
* Initial implementation of CertInstallerHung-ying Tyan2009-09-151-0/+378