summaryrefslogtreecommitdiffstats
path: root/keystore
Commit message (Expand)AuthorAgeFilesLines
* Don't rely on the system locale for converting to/from bytes.Nick Kralevich2010-03-102-11/+41
* Better file permissions enforcement on system keystore.Oscar Montemayor2010-02-221-0/+3
* Fix for bug 2427961 android.security.tests.SystemKeyStoreTest:testBasicAccess...Oscar Montemayor2010-02-091-2/+3
* KeyStore: minor improvements.Chia-chi Yeh2010-02-061-20/+21
* Apps on SD card.Oscar Montemayor2010-01-151-1/+1
* Apps on SD card.Oscar Montemayor2010-01-152-1/+39
* Apps on SD card project.Oscar Montemayor2010-01-063-0/+188
* Add unit test for the new keystore.Chung-yih Wang2009-09-294-0/+226
* KeyStore: remove classes used by old keystore.Chia-chi Yeh2009-09-242-229/+0
* KeyStore: return null when response code indicates an error.Chia-chi Yeh2009-09-241-3/+5
* Remove old keystore and related files.Hung-ying Tyan2009-09-246-1207/+0
* KeyStore: rename scan() to saw().Chia-chi Yeh2009-09-221-3/+3
* KeyStore: add java interface.Chia-chi Yeh2009-09-212-3/+224
* Add a helper class to send out credentials.Chia-chi Yeh2009-09-181-0/+98
* Fix a minor bug in is_alnum_string()...Hung-ying Tyan2009-09-171-4/+0
* Add tests and misc fixes on keystore.Hung-ying Tyan2009-09-112-14/+21
* Add two CertTool helper classes.Hung-ying Tyan2009-09-102-44/+186
* keystore: remove "#include <openssl/engine.h>".Chia-chi Yeh2009-09-101-1/+0
* Replace the delimiter whitespace with '\0'.Chung-yih Wang2009-09-091-5/+4
* Print error message if the buffer size is too small.Chung-yih Wang2009-09-021-1/+4
* Store CA certificate chain into one single key entry with PEM format.Chung-yih Wang2009-09-012-17/+17
* Merge change 21259 into eclairAndroid (Google) Code Review2009-08-261-4/+9
|\
| * Make certificate-handling-related constants publicHung-ying Tyan2009-08-141-4/+9
* | am c8ab08aa: Merge change 21124 into donutJean-Baptiste Queru2009-08-182-0/+190
|\ \ | |/ |/|
| * Add license-related filesJean-Baptiste Queru2009-08-132-0/+190
* | Fix network order for marshalling in keystore interface.repo sync2009-08-101-15/+16
|/
* Fix the auto notification cleanup when vpn is disconnected.Chung-yih Wang2009-08-031-1/+5
* Change some log.i to log.d.Hung-ying Tyan2009-08-011-4/+6
* Support x509-user-cert mime type in browser.Chung-yih Wang2009-07-282-2/+2
* Forgot to convert the jstring to char* in certificate request.Chung-yih Wang2009-07-281-4/+8
* Change to SPKAC certificate request format for keygen.Chung-yih Wang2009-07-243-38/+27
* Cleanup the old keystore APIs.Chung-yih Wang2009-07-221-106/+0
* Return error codes for storing the key/cert in addPkcs12Keystore()Chung-yih Wang2009-07-221-10/+28
* Support addPkcs12Keystore function in CertTool library.Chung-yih Wang2009-07-184-20/+256
* Add password field for WiFi configuration.Chung-yih Wang2009-07-052-5/+11
* Migrate to the CertTool library.Chung-yih Wang2009-07-042-0/+12
* Fix null data handling in ServiceCommand.writeCommand()Hung-ying Tyan2009-07-031-1/+1
* Remove the null-termination for Java string compatibility.Chung-yih Wang2009-07-022-4/+12
* Add CertTool for handling the keygen and certificate download.Chung-yih Wang2009-07-028-141/+829
* Change addCertificate to take byte[] instead of String as we don't know the e...Grace Kloba2009-06-191-2/+2
* Change the keystore APIs.Chung-yih Wang2009-06-171-14/+106
* Change the first parameter of Keystore.generateKeyPair() to int.Hung-ying Tyan2009-06-162-31/+12
* Add keygen API to Keystore.Hung-ying Tyan2009-06-162-0/+69
* Provide the Keystore feature in the framework.Chung-yih Wang2009-06-112-0/+281