summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-07Fix CMakeLists.txt for sqlcipheraccepted/tizen/unified/x/asan/20240625.092005accepted/tizen/unified/x/20240610.223215accepted/tizen/unified/toolchain/20240610.172628accepted/tizen/unified/dev/20240620.005625accepted/tizen/unified/20240611.123050accepted/tizen/unified/20240607.170542accepted/tizen_unified_x_asanaccepted/tizen_unified_toolchainaccepted/tizen_unified_devDongsun Lee1-1/+1
2024-06-06Fix warning & issues from gcc14 compilerTomasz Swierczek4-16/+10
2024-06-06Remove double checking of key typeDariusz Michaluk2-13/+3
2024-05-31Release 0.1.66accepted/tizen/unified/x/20240604.012932accepted/tizen/unified/20240603.032406accepted/tizen/8.0/unified/20240607.172248Tomasz Swierczek1-1/+1
2024-05-29Allow using SHA384 & SHA512 with RSA OAEPDariusz Michaluk4-8/+14
2024-05-29Concatenated wrapping tz-backend implementationDariusz Michaluk6-0/+277
2024-05-29Concatenated wrapping sw-backend implementationDariusz Michaluk12-19/+517
2024-05-20Concatenated wrapping API draftDariusz Michaluk4-0/+222
2024-05-14Dont return aliases with only REMOVE permissionAndrei Vakulich1-1/+1
2024-04-24Add RSA 3072 supportJan Wojtkowski6-27/+35
2024-04-19Add vscode settings to .gitignoreJan Wojtkowski1-0/+1
2024-04-05Adjust coverage script after lcov upgradeDariusz Michaluk1-5/+17
2024-03-06Release 0.1.65accepted/tizen/unified/x/20240311.095938accepted/tizen/unified/20240308.174021accepted/tizen/8.0/unified/20240313.143417Krzysztof Jackiewicz1-1/+1
2024-03-05Exit with error when file lock is busyKrzysztof Jackiewicz1-0/+3
2024-02-21Release 0.1.64accepted/tizen/unified/x/20240222.211043accepted/tizen/unified/toolchain/20240311.065524accepted/tizen/unified/20240222.012641Dariusz Michaluk1-1/+1
2024-02-21Adjust openssl error handling to latest releaseDariusz Michaluk1-0/+1
2023-12-08Remove conditional statements from Native API headersKrzysztof Malysa2-30/+30
2023-11-21Release 0.1.63Krzysztof Jackiewicz1-1/+1
2023-11-20Implement cpu inheritanceKrzysztof Jackiewicz6-1/+59
2023-10-11Release 0.1.62Krzysztof Jackiewicz1-1/+1
2023-10-10Serialize AES key size as intKrzysztof Jackiewicz2-2/+2
2023-10-03Release 0.1.61tizen_8.0_m2_releaseaccepted/tizen/unified/20231005.030712accepted/tizen/8.0/unified/20231011.152833Krzysztof Jackiewicz1-1/+1
2023-10-03Fix openssl3.0 migration code in sqlcipherKrzysztof Jackiewicz1-1/+1
2023-10-02Release 0.1.60accepted/tizen/unified/20231004.100255Krzysztof Jackiewicz1-1/+1
2023-10-02Scheme tests fixKrzysztof Jackiewicz1-1/+1
2023-10-02Migrate to openssl3.0Krzysztof Jackiewicz14-112/+119
2023-09-29Fix AES GCM IV setting in KeyProviderKrzysztof Jackiewicz1-27/+36
2023-09-26Release 0.1.59Krzysztof Jackiewicz1-1/+1
2023-09-26Implement hash selection in RSA OAEPKrzysztof Jackiewicz8-76/+169
2023-09-20Prevent using public key for decryptionKrzysztof Jackiewicz1-2/+14
2023-09-20Specify the RSA OAEP encryption paddingKrzysztof Jackiewicz1-3/+3
2023-09-20Check mandatory KBKFD params in TZKrzysztof Jackiewicz1-8/+16
2023-09-12Fix key-wrapping documentationKrzysztof Jackiewicz1-1/+1
2023-09-01Adjust scheme tests to TZKrzysztof Jackiewicz1-0/+2
2023-08-21Release 0.1.58accepted/tizen/unified/20230822.043339accepted/tizen/8.0/unified/20231005.093640accepted/tizen/7.0/unified/20230822.163532accepted/tizen/6.5/unified/20230822.101627Dongsun Lee1-1/+1
2023-08-21Set initial values to remove build warningsDongsun Lee1-3/+3
2023-08-11Check RSA padding in TZKrzysztof Jackiewicz1-0/+10
2023-08-09Check KBKDF parameters on key-manager sideKrzysztof Jackiewicz1-15/+34
2023-08-09Pass password to CMD_GET_DATA_SIZEKrzysztof Jackiewicz2-4/+8
2023-08-09Pass public key curve info to TZ's ECDHKrzysztof Jackiewicz3-1/+24
2023-08-09Use default CTR length in TZ encryptionKrzysztof Jackiewicz1-5/+6
2023-08-04Release 0.1.57accepted/tizen/unified/20230808.170151accepted/tizen/7.0/unified/20230808.172155accepted/tizen/6.5/unified/20230809.042946Krzysztof Jackiewicz1-1/+1
2023-08-03Deserialize tags only if password was givenKrzysztof Jackiewicz1-13/+12
2023-08-01Add context cleanup command for TZKrzysztof Jackiewicz7-1/+31
2023-07-29Fix bugs during exporting a wrapped keyDongsun Lee2-2/+6
2023-07-28Use default tag length for wrapping if not givenKrzysztof Jackiewicz1-0/+1
2023-07-25Allow only symmetric key wraping/unwrappingKrzysztof Jackiewicz2-1/+12
2023-07-25Add type parameter to "get" commandsKrzysztof Jackiewicz7-27/+41
2023-07-25Call TA to get the max chunk sizeKrzysztof Jackiewicz6-1/+27
2023-07-21Pass key length to KBKDF in TZ backendKrzysztof Jackiewicz3-0/+6