Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
48ab6becea828c0bcaaf79fe930aac31881f59db
/
keystore
dc8bc11
Correct test data size in keystore signing and verification tests.
by Shawn Willden
· 10 years ago
26408cc
Add DevicePolicyManager PrivateKey mgmt
by Bernhard Bauer
· 10 years ago
f0ae135
Extend IKeyChainService AIDL with CACert retrieval
by Zoltan Szatmary-Ban
· 10 years ago
f0246a8
Keep managed profile keystores in sync with owner
by Robin Lee
· 10 years ago
3291de8
Revert "Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings"""""
by Zoltan Szatmary-Ban
· 10 years ago
f8d72cc
Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings""""
by Zoltan Szatmary-Ban
· 10 years ago
f75aadc
Revert "Revert "Revert "Update Trusted Credentials screen in settings"""
by Narayan Kamath
· 10 years ago
1e7bc0d
Revert "Revert "Update Trusted Credentials screen in settings""
by Zoltan Szatmary-Ban
· 10 years ago
678e3ec
Revert "Update Trusted Credentials screen in settings"
by Zoltan Szatmary-Ban
· 10 years ago
1386627
Update Trusted Credentials screen in settings
by Zoltan Szatmary-Ban
· 10 years ago
aab72f3
Merge "Revert "Revert "Publish DevicePolicyManager CA certificate APIs"""
by Robin Lee
· 10 years ago
306fe08
Revert "Revert "Publish DevicePolicyManager CA certificate APIs""
by Robin Lee
· 10 years ago
2b5e917
Revert "Publish DevicePolicyManager CA certificate APIs"
by Robin Lee
· 10 years ago
6d3912e
Merge "Revert "Publish DevicePolicyManager CA certificate APIs""
by Robin Lee
· 10 years ago
b12f177
Merge "Publish DevicePolicyManager CA certificate APIs"
by Robin Lee
· 10 years ago
837304f
Publish DevicePolicyManager CA certificate APIs
by Robin Lee
· 10 years ago
e37da75
am b1cb5aab: am 748856f2: am a7ddd029: am 80e84e2d: am f3cecfa2: am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore
by Robert Ly
· 10 years ago
80e84e2
am f3cecfa2: am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore
by Robert Ly
· 10 years ago
f3cecfa
am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore
by Robert Ly
· 10 years ago
716cc7d
Add documentation for AndroidKeyStore
by Robert Ly
· 10 years ago
a365906
Use the correct package name for CHOOSER
by Kenny Root
· 11 years ago
1a88d83
KeyChain: add explicit package for getPrivateKey
by Kenny Root
· 11 years ago
6090995
Remove unused imports from frameworks/base.
by John Spurlock
· 11 years ago
b91773b
Add argument to binder call to check key types
by Kenny Root
· 11 years ago
c222ddd
Unhide functions to allow ECDSA support
by Kenny Root
· 11 years ago
a398598
Add support for DSA and ECDSA key types
by Kenny Root
· 11 years ago
da51e68
Add methods for managing CAs to DevicePolicyManager(Service)
by Maggie Benthall
· 11 years ago
a920f25
resolved conflicts for merge of fca0f92e to stage-aosp-master
by Elliott Hughes
· 11 years ago
d396a44
Switch frameworks/base over from @hidden Charsets to public StandardCharsets.
by Elliott Hughes
· 11 years ago
5f851a8
am cd1de394: Merge "Track change in NativeCrypto"
by Kenny Root
· 12 years ago
4b30e33
Track change in NativeCrypto
by Kenny Root
· 12 years ago
e9ae682
resolved conflicts for merge of 1f6e789b to jb-mr2-dev-plus-aosp
by Kenny Root
· 12 years ago
12e7522
Track change to JSSE provider
by Kenny Root
· 12 years ago
1c219f6
Rename API AndroidKey* -> Key*
by Kenny Root
· 12 years ago
bf21476
AndroidKeyStore: Add encrypted flag
by Kenny Root
· 12 years ago
4622351
keystore: Add flag for blobs to be unencrypted
by Kenny Root
· 12 years ago
e7cf8c2
keystore: remove old APIs
by Kenny Root
· 12 years ago
b2c0ff6
Remove old KeyStore call sites
by Kenny Root
· 12 years ago
2eeda72
AndroidKeyStore: Add encrypted flag
by Kenny Root
· 12 years ago
a3788b0
keystore: Add flag for blobs to be unencrypted
by Kenny Root
· 12 years ago
8b51475
Revert "Remove AndroidKeyStore from API"
by Kenny Root
· 12 years ago
d72317a
Remove keystore entries when package removed
by Kenny Root
· 12 years ago
95e3ee3
Remove keystore entries when package removed
by Kenny Root
· 12 years ago
5b7e90a
Add API to query KeyChain algorithm support, pt. 2
by Kenny Root
· 12 years ago
bf556ac
Add API to query KeyChain algorithm support
by Kenny Root
· 12 years ago
5cb5cec
KeyStore: add API to query storage type
by Kenny Root
· 12 years ago
a738e2a
KeyStore: add API to query storage type
by Kenny Root
· 12 years ago
acb0b5b
AndroidKeyStore: add Builder for param spec
by Kenny Root
· 12 years ago
3e7be43
Add ability to install credentials as other UID
by Kenny Root
· 12 years ago
5f1d965
KeyStore: change migrate to duplicate
by Kenny Root
· 12 years ago
bd79419
KeyStore: add "migrate" command
by Kenny Root
· 12 years ago
78ad849
KeyStore: add API to uid versions
by Kenny Root
· 12 years ago
b9594ce
KeyStore: stop using state()
by Kenny Root
· 12 years ago
b0f4b8a
Merge "Track keystore binder changes"
by Kenny Root
· 12 years ago
0150e48
KeyChain: return null instead of throw
by Kenny Root
· 12 years ago
e151f28
Track keystore binder changes
by Kenny Root
· 12 years ago
887c523
am 74637db2: Merge "AndroidKeyStore: return error code on error"
by Kenny Root
· 12 years ago
e66769a
AndroidKeyStore: return error code on error
by Kenny Root
· 12 years ago
c4a768c
am 5a720bb9: Merge "AndroidKeyStore: add key wrapping test"
by Kenny Root
· 12 years ago
516fab2
am 133c5f5e: Merge "AndroidKeyStore: fix tests"
by Kenny Root
· 12 years ago
656f92f
AndroidKeyStore: add key wrapping test
by Kenny Root
· 12 years ago
8b58c52
AndroidKeyStore: fix tests
by Kenny Root
· 12 years ago
a647281
am 2e99d3c9: am ebb61ca2: Merge "Track libcore changes for OpenSSLKey"
by Kenny Root
· 12 years ago
cc1fc6b
Track libcore changes for OpenSSLKey
by Kenny Root
· 12 years ago
c41db6c
am 834b0f3c: am 19b17b41: am 38a642e9: am 3e2479dd: Merge "docs: fix broken links and add new sitemap text file" into jb-mr1-dev
by Scott Main
· 12 years ago
188315c
docs: fix broken links and add new sitemap text file
by Scott Main
· 12 years ago
6b77645
Switch keystore to binder
by Kenny Root
· 12 years ago
58ed5d7
am 768d9e1a: Merge "Correct executable bit for source files"
by Kenny Root
· 12 years ago
3a084af
Correct executable bit for source files
by Kenny Root
· 12 years ago
ce24985
Remove AndroidKeyStore from API
by Kenny Root
· 12 years ago
0efca17
Tracking upgrade to bouncycastle 1.47
by Brian Carlstrom
· 12 years ago
a4640c0
Add some NullPointerExceptions to AndroidKeyStore
by Kenny Root
· 12 years ago
69ddab4
Always-on VPN.
by Jeff Sharkey
· 12 years ago
802768d
Add ability to replace chain for PrivateKeyEntry
by Kenny Root
· 12 years ago
db02671
Add KeyPairGenerator for Android keystore
by Kenny Root
· 12 years ago
e29df16
Add AndroidKeyStore provider for KeyStore API
by Kenny Root
· 12 years ago
473c712
Add getmtime to Android KeyStore API
by Kenny Root
· 12 years ago
4cfb30a
am 1ad8bf56: am f0e87175: Merge "Remove useless TestRunner"
by Kenny Root
· 12 years ago
96ad6cb
Remove useless TestRunner
by Kenny Root
· 12 years ago
54e03af
Use TrustedCertificateStore for chain building
by Kenny Root
· 12 years ago
2a5b147
Change KeyStore to use Modified UTF-8 to match NativeCrypto
by Brian Carlstrom
· 12 years ago
5b1f037
Change KeyStore to use Modified UTF-8 to match NativeCrypto
by Brian Carlstrom
· 12 years ago
5ea68db
Improve test key names to reproduce public issue
by Brian Carlstrom
· 12 years ago
f4019af
Improve test key names to reproduce public issue
by Brian Carlstrom
· 12 years ago
5423e68
Add signing to keystore
by Kenny Root
· 13 years ago
1cedb47
Merge "Make the credential storage change action public."
by Selim Gurun
· 13 years ago
fcdccac
Remove obsolete KeyChain references to USE_CREDENTIALS (2 of 2)
by Brian Carlstrom
· 13 years ago
e57319f
Make the credential storage change action public.
by Selim Gurun
· 13 years ago
93ba4fe
Act on credential storage updates.
by Selim Gurun
· 13 years ago
43e4158
Revert "Act on credential storage updates."
by Selim Gurun
· 13 years ago
fcd93b7
Act on credential storage updates.
by Selim Gurun
· 13 years ago
ab8b84a
Make the KeyChain handled its own grants rather than having
by Fred Quintana
· 13 years ago
74e6bd7
Merge "New KeyChain API for credential installation"
by Brian Carlstrom
· 13 years ago
db93b78
Build cert chain in KeyChain.getCertificateChain
by Brian Carlstrom
· 13 years ago
ca43c45
New KeyChain API for credential installation
by Brian Carlstrom
· 13 years ago
a00a2b3
KeyChain API for credential installation
by Brian Carlstrom
· 13 years ago
bef5e5a
Add KeyStoreTest.testGet
by Brian Carlstrom
· 13 years ago
6da0033
Moving ssl_certificate layout, resources, and helper code to SslCertificate
by Brian Carlstrom
· 13 years ago
67c30df
Replace KeyChainActivity placeholder UI with more polished dialog (1 of 5)
by Brian Carlstrom
· 13 years ago
42f6528
New KeyChain API for application access to keystore credentials
by Brian Carlstrom
· 13 years ago
Next »