index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
keystore
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
|
Fix network order for marshalling in keystore interface.
repo sync
2009-08-10
1
-15
/
+16
|
/
*
Fix the auto notification cleanup when vpn is disconnected.
Chung-yih Wang
2009-08-03
1
-1
/
+5
*
Change some log.i to log.d.
Hung-ying Tyan
2009-08-01
1
-4
/
+6
*
Support x509-user-cert mime type in browser.
Chung-yih Wang
2009-07-28
2
-2
/
+2
*
Forgot to convert the jstring to char* in certificate request.
Chung-yih Wang
2009-07-28
1
-4
/
+8
*
Change to SPKAC certificate request format for keygen.
Chung-yih Wang
2009-07-24
3
-38
/
+27
*
Cleanup the old keystore APIs.
Chung-yih Wang
2009-07-22
1
-106
/
+0
*
Return error codes for storing the key/cert in addPkcs12Keystore()
Chung-yih Wang
2009-07-22
1
-10
/
+28
*
Support addPkcs12Keystore function in CertTool library.
Chung-yih Wang
2009-07-18
4
-20
/
+256
[prev]
[next]