| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the KeyChain handled its own grants rather than having | Fred Quintana | 2011-07-13 | 2 | -118/+19 |
* | Merge "New KeyChain API for credential installation" | Brian Carlstrom | 2011-07-06 | 1 | -10/+9 |
|\ |
|
| * | New KeyChain API for credential installation | Brian Carlstrom | 2011-06-29 | 1 | -10/+9 |
* | | Build cert chain in KeyChain.getCertificateChain | Brian Carlstrom | 2011-07-01 | 1 | -1/+19 |
|/ |
|
* | KeyChain API for credential installation | Brian Carlstrom | 2011-06-29 | 2 | -21/+94 |
* | Add KeyStoreTest.testGet | Brian Carlstrom | 2011-06-27 | 1 | -0/+12 |
* | Moving ssl_certificate layout, resources, and helper code to SslCertificate | Brian Carlstrom | 2011-06-27 | 1 | -0/+1 |
* | Replace KeyChainActivity placeholder UI with more polished dialog (1 of 5) | Brian Carlstrom | 2011-06-25 | 2 | -9/+52 |
* | New KeyChain API for application access to keystore credentials | Brian Carlstrom | 2011-06-10 | 3 | -6/+0 |
* | KeyChain API refinements | Brian Carlstrom | 2011-06-09 | 4 | -15/+186 |
* | Change KeyChain to assume PEM encoded keystore entries | Brian Carlstrom | 2011-06-07 | 2 | -6/+50 |
* | Restore ResponseCodes for use with getLastError | Brian Carlstrom | 2011-06-01 | 1 | -10/+10 |
* | Integrating keystore with keyguard (Part 1 of 4) | Brian Carlstrom | 2011-06-01 | 2 | -61/+76 |
* | Remove need for onActivityResult from KeyChain API | Brian Carlstrom | 2011-05-25 | 5 | -113/+205 |
* | Move to KeyChain.bind | Brian Carlstrom | 2011-05-17 | 1 | -25/+57 |
* | Simplify KeyChain API by removing now unneeded CA certificate lookup (1 of 3) | Brian Carlstrom | 2011-05-17 | 3 | -265/+140 |
* | Make CertInstaller installed CA certs trusted by applications via default Tru... | Brian Carlstrom | 2011-05-14 | 1 | -0/+7 |
* | Expose Credentials.UNLOCK_ACTION for callers that want to use startActivityFo... | Brian Carlstrom | 2011-04-22 | 1 | -1/+3 |
* | Adding KeyChain API and IKeyChainService | Brian Carlstrom | 2011-04-20 | 2 | -0/+403 |
* | Tolerate missing AccountManager resource, not just missing resource name | Brian Carlstrom | 2011-04-07 | 1 | -13/+6 |
* | Update the path of the intent to unlock keystore. | Chia-chi Yeh | 2011-01-20 | 1 | -13/+1 |
* | Use deliberately public API rather than org.apache cruft. | Elliott Hughes | 2010-11-11 | 1 | -6/+3 |
* | Work on issue #3101415: Crespo apps seem to have their UID changed over time. | Dianne Hackborn | 2010-10-15 | 1 | -0/+1 |
* | Use explicit intent for installing credentials. | Hung-ying Tyan | 2010-10-08 | 1 | -3/+10 |
* | Remove the use of FileInputStream.available() | Rich Cannings | 2010-09-09 | 1 | -12/+7 |
* | Don't rely on the system locale for converting to/from bytes. | Nick Kralevich | 2010-03-10 | 2 | -11/+41 |
* | Better file permissions enforcement on system keystore. | Oscar Montemayor | 2010-02-22 | 1 | -0/+3 |
* | Fix for bug 2427961 android.security.tests.SystemKeyStoreTest:testBasicAccess... | Oscar Montemayor | 2010-02-09 | 1 | -2/+3 |
* | KeyStore: minor improvements. | Chia-chi Yeh | 2010-02-06 | 1 | -20/+21 |
* | Apps on SD card. | Oscar Montemayor | 2010-01-15 | 1 | -1/+1 |
* | Apps on SD card. | Oscar Montemayor | 2010-01-15 | 2 | -1/+39 |
* | Apps on SD card project. | Oscar Montemayor | 2010-01-06 | 3 | -0/+188 |
* | Add unit test for the new keystore. | Chung-yih Wang | 2009-09-29 | 4 | -0/+226 |
* | KeyStore: remove classes used by old keystore. | Chia-chi Yeh | 2009-09-24 | 2 | -229/+0 |
* | KeyStore: return null when response code indicates an error. | Chia-chi Yeh | 2009-09-24 | 1 | -3/+5 |
* | Remove old keystore and related files. | Hung-ying Tyan | 2009-09-24 | 6 | -1207/+0 |
* | KeyStore: rename scan() to saw(). | Chia-chi Yeh | 2009-09-22 | 1 | -3/+3 |
* | KeyStore: add java interface. | Chia-chi Yeh | 2009-09-21 | 2 | -3/+224 |
* | Add a helper class to send out credentials. | Chia-chi Yeh | 2009-09-18 | 1 | -0/+98 |
* | Fix a minor bug in is_alnum_string()... | Hung-ying Tyan | 2009-09-17 | 1 | -4/+0 |
* | Add tests and misc fixes on keystore. | Hung-ying Tyan | 2009-09-11 | 2 | -14/+21 |
* | Add two CertTool helper classes. | Hung-ying Tyan | 2009-09-10 | 2 | -44/+186 |
* | keystore: remove "#include <openssl/engine.h>". | Chia-chi Yeh | 2009-09-10 | 1 | -1/+0 |
* | Replace the delimiter whitespace with '\0'. | Chung-yih Wang | 2009-09-09 | 1 | -5/+4 |
* | Print error message if the buffer size is too small. | Chung-yih Wang | 2009-09-02 | 1 | -1/+4 |
* | Store CA certificate chain into one single key entry with PEM format. | Chung-yih Wang | 2009-09-01 | 2 | -17/+17 |
* | Merge change 21259 into eclair | Android (Google) Code Review | 2009-08-26 | 1 | -4/+9 |
|\ |
|
| * | Make certificate-handling-related constants public | Hung-ying Tyan | 2009-08-14 | 1 | -4/+9 |
* | | am c8ab08aa: Merge change 21124 into donut | Jean-Baptiste Queru | 2009-08-18 | 2 | -0/+190 |
|\ \
| |/
|/| |
|
| * | Add license-related files | Jean-Baptiste Queru | 2009-08-13 | 2 | -0/+190 |