Update ckmc_generate_new_params with new algorithms
[platform/core/security/key-manager.git] / src / manager / client-capi / ckmc-type.cpp
2023-06-05 Krzysztof JackiewiczUpdate ckmc_generate_new_params with new algorithms 37/293037/6
2023-05-05 Krzysztof JackiewiczBackend info API 35/292135/9
2020-09-14 Konrad LipinskiPrevent some CAPI exception leakage 48/242548/4
2020-07-14 Krzysztof JackiewiczGet rid of the openssl 1.0.2 specific code 11/238511/1
2019-09-25 Konrad Lipinskickmc_alias_new: replace str* calls with memcpy 18/214618/2
2019-06-17 Dariusz MichalukAdapt key-manager to work with OpenSSL 1.1 preserving... 97/172597/9
2019-02-22 Ernest BorowskiCKMC API: Add option to list aliases with information... 17/171217/21
2018-08-28 Krzysztof JackiewiczUnify alias naming 21/184821/6
2017-08-01 Krzysztof JackiewiczFix defects reported by SVACE
2017-07-24 Dongsun Leeprevent buffer overflow at strncat 11/140211/3 accepted/tizen/4.0/unified/20170816.013625 accepted/tizen/4.0/unified/20170816.020055 accepted/tizen/unified/20170725.173916 submit/tizen/20170725.005058 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
2016-09-07 Kyungwook TakFix SVACE defects: unsafe functions and dead code 16/87216/1
2016-08-22 Kyungwook TakAdd deprecated attributes and logs 77/82577/6
2016-08-16 Kyungwook Tak[CAPI added] ckmc_alias_new() 56/81856/6
2016-07-01 Dongsun Leebug fix for memory leak in CAPI 48/77748/1 accepted/tizen/common/20160701.193002 accepted/tizen/ivi/20160701.043934 accepted/tizen/mobile/20160701.043932 accepted/tizen/tv/20160701.043927 accepted/tizen/wearable/20160701.043940 submit/tizen/20160701.024415 submit/tizen_common/20160701.180000
2016-04-18 Kyungwook TakCoding style applied according to style checker 95/62595/7 accepted/tizen/common/20160418.142113 accepted/tizen/ivi/20160418.235747 accepted/tizen/mobile/20160418.235742 accepted/tizen/tv/20160418.235750 accepted/tizen/wearable/20160418.235737 submit/tizen/20160418.104308
2016-01-05 Bartlomiej GrzelewskiFix file permissions. 19/56119/2
2015-12-22 sangwan.kwonApply coding rule 15/54015/13
2015-10-19 Kyungwook TakDon't check handle value when allocation 86/49686/1
2015-10-14 Bartlomiej GrzelewskiRemove warnings and performance problems reported by... 10/49110/3
2015-10-14 Kyungwook TakRemove symbol : ckmc_label_shared_owner 21/49521/1
2015-10-13 Kyungwook TakAdjust API change request review result 18/48918/9
2015-08-25 Bartlomiej GrzelewskiReplace smack label with pkgId. 87/46187/6
2015-07-28 Krzysztof JackiewiczOpenssl: add thread support and fix initialization 09/42809/5
2015-06-10 Krzysztof JackiewiczUpdate parameter list API 48/40748/4
2015-06-08 Krzysztof JackiewiczEncryption/decryption API 96/39296/10
2015-05-15 Maciej J. KarpiukAdd system database - managed by service (uid<5000... 97/39297/4
2015-03-04 yuseok.jeonModify APIs and doxygen to meet ACR(TIZEN 2.4) requirement 57/36257/1
2015-02-17 kyungwook takSymbol visibility changed from default to hidden.
2015-02-17 Maciej J. KarpiukAdd PKCS12 support.
2015-02-17 Maciej J. KarpiukSplit alias at server side into pair name and label.
2015-02-17 Bartlomiej GrzelewskiRevert "Alias is not unique user-wide: (alias, label...
2015-02-17 Maciej J. KarpiukAlias is not unique user-wide: (alias, label) pair...
2014-10-16 Maciej J. KarpiukAdded DSA keys support. 42/28842/1
2014-10-16 yuseok.jeonFix false return value about requesting non-existent... 35/28835/1
2014-09-12 kyungwook takFix Prevent defects in ckmc APIs
2014-09-12 Bartlomiej GrzelewskiFix memory allocation in CAPI.
2014-09-12 Bartlomiej GrzelewskiFix build break.
2014-09-12 yuseok.jeonFix doc related to exportable flag
2014-09-12 Bartlomiej GrzelewskiFix implementation of exportable flag.
2014-09-12 kyungwook takFix error in ckmc_load_from_pkcs12_file
2014-09-12 Dong Sun Leeerror names changed for tizen common error
2014-09-12 Dong Sun Leechanged to tizen compatible error type
2014-09-12 yuseok.jeonReflect ACR comments for enum and struct in core API
2014-09-12 Dong Sun LeeChanges in Prefix ckm->ckmc in C API
2014-09-12 yuseok.jeonFix names of C language client APIs
2014-09-12 yuseok.jeonFix C language APIs of client
2014-09-12 Dong Sun Leemake use of C++ error in C API
2014-09-12 yuseok.jeonAdd C language APIs of client