index
:
platform/core/security/trusted/key-manager-ta
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_unified
master
sandbox/dkson95/asan
sandbox/nmerinov/llvm
sandbox/wangbiao/rpm_upgrade
tizen
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
Domain: Security / Utilities; Licenses: Apache-2.0;
Dong Sun Lee <ds73.lee@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
Fix missing [outbuf] param initialization
tizen
Krzysztof Jackiewicz
6
-27
/
+21
2024-10-28
Fix 64-bit build
Krzysztof Jackiewicz
9
-35
/
+130
2024-10-08
Implement ECDSA import
Jakub Wlostowski
4
-6
/
+200
2024-09-13
Fix memory copying
Dariusz Michaluk
1
-1
/
+1
2024-09-13
Use TEE_GenerateRandom for obtaining random numbers
Dariusz Michaluk
1
-0
/
+7
2024-09-05
Correct PQC memory allocation
Jan Wojtkowski
1
-5
/
+5
2024-09-03
Support ML-KEM derive hybrid
Dariusz Michaluk
4
-0
/
+236
2024-09-03
Support ML-KEM (en/de)capsulation
Jan Wojtkowski
4
-0
/
+307
2024-09-03
Support ML-KEM keypair creation
Jan Wojtkowski
7
-3
/
+167
2024-07-26
Ignore deprecation warnings
Dariusz Michaluk
1
-0
/
+1
2024-05-15
Allow using SHA384 & SHA512 with RSA OAEP
Dariusz Michaluk
1
-4
/
+4
2024-05-15
Support concatenated wrapping
Dariusz Michaluk
4
-0
/
+316
2024-03-06
Merge "Support exporting RSA public key from TZ" into tizen
Dong Sun Lee
4
-115
/
+879
2024-03-04
Add ECDSA raw/asn1 signature conversion methods
Dariusz Michaluk
8
-10
/
+366
2024-02-26
Support exporting RSA public key from TZ
Dongsun Lee
4
-115
/
+879
2024-01-19
Properly initialize object handles
Krzysztof Jackiewicz
1
-7
/
+7
2023-09-25
Implement hash selection in RSA OAEP
Krzysztof Jackiewicz
1
-37
/
+77
2023-09-20
Translate invalid AES key size error
Krzysztof Jackiewicz
1
-0
/
+2
2023-09-04
Add compiler flags for build warnings
Dongsun Lee
2
-4
/
+6
2023-09-04
Add error code for failure of TEE_Malloc()
Dongsun Lee
1
-0
/
+1
2023-09-04
Fixing bug for calculating last xor_size in KM_SymmetricCrypt_AES_CFB()
Dongsun Lee
1
-1
/
+1
2023-09-04
Allocate destData buffer with expected output size
Dongsun Lee
1
-8
/
+1
2023-09-04
check TEE_HANDLE_NULL before calling TEE_FreeOperation()
Dongsun Lee
4
-14
/
+28
2023-09-04
Use destLen expected from srcLen in TEE_AEEncryptFinal()
Dongsun Lee
1
-17
/
+7
2023-08-16
Use TEE_Malloc()/TEE_Free() instead of malloc()/free()
Dongsun Lee
5
-116
/
+113
2023-08-16
Get ECDSA algo from key size
Dongsun Lee
1
-20
/
+37
2023-08-16
Use GP 1.1.0 ECDH algorithm names
Dongsun Lee
1
-1
/
+19
2023-08-14
Use max object size for EC keys
Krzysztof Jackiewicz
2
-6
/
+10
2023-08-14
Don't use objectSize in allocating temporary buffer
Dongsun Lee
3
-33
/
+24
2023-08-14
use KM_CopyEcdhPrivateAttributes() to copy ECDSA to ECDH private key
Dongsun Lee
1
-1
/
+70
2023-08-11
Check IV size before calling TEE_AEInit()
Dongsun Lee
2
-1
/
+12
2023-08-11
Transform TEE_ERROR_NOT_SUPPORTED to TEE_ERROR_BAD_PARAMETERS for TEE_AEInit()
Dongsun Lee
2
-0
/
+9
2023-08-11
Use password in CMD_GET_DATA_SIZE
Dongsun Lee
3
-19
/
+35
2023-08-11
Compare curves between my key and peer key in ECDH
Dongsun Lee
1
-5
/
+27
2023-08-10
set max_object_size to key_bits_size for EC key creating
Dongsun Lee
1
-24
/
+2
2023-08-10
Use argument a to return/read TEE_ATTR_ECC_CURVE
Dongsun Lee
2
-5
/
+5
2023-08-10
Prepare proper buffer for EC signature
Krzysztof Jackiewicz
1
-0
/
+3
2023-08-10
Support init/update/final for AES GCM & getting max chunk size
Dongsun Lee
6
-0
/
+507
2023-08-10
Support wrapping & unwrapping for symmetric keys
Dongsun Lee
3
-19
/
+598
2023-08-10
Support KBKDF
Dongsun Lee
3
-2
/
+430
2023-08-10
Support ECDH
Dongsun Lee
5
-45
/
+215
2023-08-10
Support export of EC Public key
Dongsun Lee
5
-64
/
+582
2023-08-07
add support for ECC key generation, signing, verifying
Dongsun Lee
5
-19
/
+212
2023-08-07
defines enums for new tz commands
Dongsun Lee
1
-2
/
+68
2023-07-14
Add WARNING
Dongsun Lee
1
-0
/
+7
2021-06-25
Use fixed object id provided by key-manager.
submit/tizen/20210628.124714
MichaĆ Szaknis
2
-119
/
+65
2019-11-25
Merge "Remove unused KM_ImportKey function" into tizen
sandbox/wangbiao/rpm_upgrade
Konrad Lipinski
2
-29
/
+0
2019-11-22
Fix compilaton for ARM architecture
submit/tizen/20191125.082655
accepted/tizen/unified/20191125.135525
accepted/tizen_unified
Tomasz Swierczek
2
-5
/
+11
2019-11-14
Implement asymmetric key initial value import
submit/tizen/20191121.085900
Konrad Lipinski
8
-47
/
+293
2019-11-14
Remove unused KM_ImportKey function
Krzysztof Jackiewicz
2
-29
/
+0
[next]