index
:
android_system_keymaster
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-16.0
lineage-17.0
lineage-17.1
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
keymaster
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added missed field 'unlocked_device_required' to KM_AUTH_LIST ASN1_SEQUNCE te...
Aleksandr Konoriev
2018-11-19
1
-0
/
+2
*
Merge "Improve attestation record unit test."
Darren Krahn
2018-11-01
1
-1
/
+10
|
\
|
*
Improve attestation record unit test.
Darren Krahn
2018-10-17
1
-1
/
+10
*
|
Switching keystore to C++17
Janis Danisevskis
2018-10-11
1
-2
/
+7
|
/
*
Clear __USE_FORTIFY_LEVEL after push it to stack.
Yu Shan
2018-09-19
1
-0
/
+1
*
Remove fortify level for memset.
Yu Shan
2018-09-13
1
-0
/
+10
*
Suppress gcc transposed memset warning.
Yu Shan
2018-09-11
1
-1
/
+3
*
fix the wrong index issue in AuthProxy operator
Yan, Shaopu
2018-08-21
1
-1
/
+3
*
Improve KeymasterContext const correctness
Shawn Willden
2018-08-17
1
-6
/
+6
*
Add missing commands to AndroidKeymasterCommand enum
Roberto Pereira
2018-08-09
1
-0
/
+4
*
Merge "Fix SignatureTest CTS failures in keymaster1_legacy_support" into stag...
TreeHugger Robot
2018-08-06
1
-2
/
+9
|
\
|
*
Fix SignatureTest CTS failures in keymaster1_legacy_support
Janis Danisevskis
2018-08-02
1
-2
/
+9
*
|
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-07-30
3
-5
/
+5
|
/
*
Make wrapped_key functions availabile
Shawn Willden
2018-04-10
2
-7
/
+38
|
\
|
*
Make wrapped_key functions availabile
Shawn Willden
2018-04-10
2
-7
/
+38
*
|
Annotate switch cases that fallthrough. am: 335949a09d
Nick Bray
2018-03-30
1
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
Annotate switch cases that fallthrough.
Nick Bray
2018-03-21
1
-0
/
+12
|
*
Set TEE RootOfTrust fields in Attestation Extension
Jocelyn Bohr
2017-10-31
1
-0
/
+12
*
|
Restore "Add "Unlocked device required" parameter to keys"
Brian Young
2018-03-28
1
-0
/
+1
*
|
Add "unlocked device required" API
Brian Young
2018-03-28
1
-0
/
+1
*
|
Revert "Restore "Add "Unlocked device required" parameter to keys""
Brian Young
2018-02-23
2
-2
/
+0
*
|
Restore "Add "Unlocked device required" parameter to keys"
Brian C. Young
2018-02-15
2
-0
/
+2
*
|
Revert "Add "Unlocked device required" parameter to keys"
Brian Young
2018-01-30
2
-2
/
+0
*
|
Add "Unlocked device required" parameter to keys
Brian C. Young
2018-01-25
2
-0
/
+2
*
|
Merge "Add additional parameters to importWrappedKey"
TreeHugger Robot
2018-01-22
1
-0
/
+2
|
\
\
|
*
|
Add additional parameters to importWrappedKey
Shawn Willden
2018-01-19
1
-0
/
+2
*
|
|
Add VerifyAuthorization support.
Shawn Willden
2018-01-19
4
-5
/
+124
|
/
/
*
|
Add Triple DES support
Shawn Willden
2018-01-17
4
-0
/
+75
*
|
AndroidKeymaster: ImportWrappedKey
Shawn Willden
2018-01-17
10
-2
/
+265
*
|
Refactor AES operations to generalize block cipher operations.
Shawn Willden
2018-01-16
1
-4
/
+10
*
|
Move Key into Operation
Shawn Willden
2018-01-16
6
-80
/
+127
*
|
Implement HMAC sharing in Android keymaster.
Shawn Willden
2018-01-07
5
-10
/
+138
*
|
Add CKDF implementation.
Shawn Willden
2018-01-04
1
-0
/
+43
*
|
Legacy passthrough device implementations
Janis Danisevskis
2017-10-02
6
-0
/
+628
*
|
Add pure sofware keymaster context
Janis Danisevskis
2017-10-02
1
-0
/
+100
*
|
Key class takes ownership of AuthorizationSets
Janis Danisevskis
2017-10-02
20
-100
/
+98
*
|
Move software keyblob handling to separate compilation unit
Janis Danisevskis
2017-10-02
3
-9
/
+73
*
|
Add AuthProxy to authorization_set.h
Janis Danisevskis
2017-10-02
2
-1
/
+96
*
|
UniquePtrize Operations
Janis Danisevskis
2017-10-02
5
-9
/
+23
*
|
Moved operation handle generation into the begin operation
Janis Danisevskis
2017-10-02
5
-19
/
+12
*
|
Removed unused field wrapped_km0_device_ from SoftKeymasterDevice
Janis Danisevskis
2017-10-02
1
-1
/
+0
*
|
Add KeymasterBlob
Janis Danisevskis
2017-10-02
8
-59
/
+126
*
|
Move attestation related code to seperate compilation unit
Janis Danisevskis
2017-10-02
9
-88
/
+118
*
|
Removed unused code and more cleanup
Janis Danisevskis
2017-10-02
4
-3
/
+5
*
|
Factoring GenerateRandom out of the KeymasterContext
Janis Danisevskis
2017-10-02
8
-16
/
+94
*
|
Move CreateKeyBlob to SoftwareKeyBlobMaker
Janis Danisevskis
2017-10-02
14
-43
/
+96
*
|
Removed KeymasterEnforcement dependencies on openssl
Janis Danisevskis
2017-10-02
2
-9
/
+52
*
|
Add features to UniquePtr
Janis Danisevskis
2017-10-02
2
-5
/
+43
*
|
Reorganize keymaster directories
Janis Danisevskis
2017-10-02
39
-2
/
+2870
*
|
Nit and typo
Janis Danisevskis
2017-10-02
1
-1
/
+1
[next]