summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
8 daysFix missing [outbuf] param initializationtizenKrzysztof Jackiewicz6-27/+21
2024-10-28Fix 64-bit buildKrzysztof Jackiewicz9-35/+130
2024-10-08Implement ECDSA importJakub Wlostowski4-6/+200
2024-09-13Fix memory copyingDariusz Michaluk1-1/+1
2024-09-13Use TEE_GenerateRandom for obtaining random numbersDariusz Michaluk1-0/+7
2024-09-05Correct PQC memory allocationJan Wojtkowski1-5/+5
2024-09-03Support ML-KEM derive hybridDariusz Michaluk4-0/+236
2024-09-03Support ML-KEM (en/de)capsulationJan Wojtkowski4-0/+307
2024-09-03Support ML-KEM keypair creationJan Wojtkowski7-3/+167
2024-07-26Ignore deprecation warningsDariusz Michaluk1-0/+1
2024-05-15Allow using SHA384 & SHA512 with RSA OAEPDariusz Michaluk1-4/+4
2024-05-15Support concatenated wrappingDariusz Michaluk4-0/+316
2024-03-06Merge "Support exporting RSA public key from TZ" into tizenDong Sun Lee4-115/+879
2024-03-04Add ECDSA raw/asn1 signature conversion methodsDariusz Michaluk8-10/+366
2024-02-26Support exporting RSA public key from TZDongsun Lee4-115/+879
2024-01-19Properly initialize object handlesKrzysztof Jackiewicz1-7/+7
2023-09-25Implement hash selection in RSA OAEPKrzysztof Jackiewicz1-37/+77
2023-09-20Translate invalid AES key size errorKrzysztof Jackiewicz1-0/+2
2023-09-04Add compiler flags for build warningsDongsun Lee2-4/+6
2023-09-04Add error code for failure of TEE_Malloc()Dongsun Lee1-0/+1
2023-09-04Fixing bug for calculating last xor_size in KM_SymmetricCrypt_AES_CFB()Dongsun Lee1-1/+1
2023-09-04Allocate destData buffer with expected output sizeDongsun Lee1-8/+1
2023-09-04check TEE_HANDLE_NULL before calling TEE_FreeOperation()Dongsun Lee4-14/+28
2023-09-04Use destLen expected from srcLen in TEE_AEEncryptFinal()Dongsun Lee1-17/+7
2023-08-16Use TEE_Malloc()/TEE_Free() instead of malloc()/free()Dongsun Lee5-116/+113
2023-08-16Get ECDSA algo from key sizeDongsun Lee1-20/+37
2023-08-16Use GP 1.1.0 ECDH algorithm namesDongsun Lee1-1/+19
2023-08-14Use max object size for EC keysKrzysztof Jackiewicz2-6/+10
2023-08-14Don't use objectSize in allocating temporary bufferDongsun Lee3-33/+24
2023-08-14use KM_CopyEcdhPrivateAttributes() to copy ECDSA to ECDH private keyDongsun Lee1-1/+70
2023-08-11Check IV size before calling TEE_AEInit()Dongsun Lee2-1/+12
2023-08-11Transform TEE_ERROR_NOT_SUPPORTED to TEE_ERROR_BAD_PARAMETERS for TEE_AEInit()Dongsun Lee2-0/+9
2023-08-11Use password in CMD_GET_DATA_SIZEDongsun Lee3-19/+35
2023-08-11Compare curves between my key and peer key in ECDHDongsun Lee1-5/+27
2023-08-10set max_object_size to key_bits_size for EC key creatingDongsun Lee1-24/+2
2023-08-10Use argument a to return/read TEE_ATTR_ECC_CURVEDongsun Lee2-5/+5
2023-08-10Prepare proper buffer for EC signatureKrzysztof Jackiewicz1-0/+3
2023-08-10Support init/update/final for AES GCM & getting max chunk sizeDongsun Lee6-0/+507
2023-08-10Support wrapping & unwrapping for symmetric keysDongsun Lee3-19/+598
2023-08-10Support KBKDFDongsun Lee3-2/+430
2023-08-10Support ECDHDongsun Lee5-45/+215
2023-08-10Support export of EC Public keyDongsun Lee5-64/+582
2023-08-07add support for ECC key generation, signing, verifyingDongsun Lee5-19/+212
2023-08-07defines enums for new tz commandsDongsun Lee1-2/+68
2023-07-14Add WARNINGDongsun Lee1-0/+7
2021-06-25Use fixed object id provided by key-manager.submit/tizen/20210628.124714MichaƂ Szaknis2-119/+65
2019-11-25Merge "Remove unused KM_ImportKey function" into tizensandbox/wangbiao/rpm_upgradeKonrad Lipinski2-29/+0
2019-11-22Fix compilaton for ARM architecturesubmit/tizen/20191125.082655accepted/tizen/unified/20191125.135525accepted/tizen_unifiedTomasz Swierczek2-5/+11
2019-11-14Implement asymmetric key initial value importsubmit/tizen/20191121.085900Konrad Lipinski8-47/+293
2019-11-14Remove unused KM_ImportKey functionKrzysztof Jackiewicz2-29/+0