CKMC API: Add option to list aliases with information about password protection
[platform/core/security/key-manager.git] / src / manager / client-capi / ckmc-manager.cpp
2019-02-22 Ernest BorowskiCKMC API: Add option to list aliases with information... 17/171217/21
2017-11-22 Krzysztof JackiewiczMerge branches 'tizen' and 'tizen_4.0' 67/161267/1 tizen_4.0_tv accepted/tizen/4.0/unified/20171207.070809 submit/tizen_4.0/20171206.144625 tizen_4.0.IoT.p2_release
2017-08-23 Krzysztof JackiewiczEnsure key/cert pointer validity before accessing the DER 57/145657/2
2017-08-01 Krzysztof JackiewiczFix defects reported by SVACE
2017-04-18 Piotr SawickiFix defects detected by SVACE 69/125669/1
2017-04-07 Piotr SawickiFix issues detected by SVACE 02/123702/2
2016-08-22 Kyungwook TakAdd deprecated attributes and logs 77/82577/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-03-15 Kyungwook TakRefactor client-capi manager as c++ style 86/62386/1
2016-01-05 Bartlomiej GrzelewskiFix file permissions. 19/56119/2
2015-12-22 sangwan.kwonApply coding rule 15/54015/13
2015-11-13 Kyungwook Taktry-catch enclosed to be exception safe of CAPI 37/51737/1
2015-10-15 Kyungwook Tak[ACR-429]Remove/Deprecated get cert chain with alias 56/49556/1
2015-10-14 Bartlomiej GrzelewskiRemove warnings and performance problems reported by... 10/49110/3
2015-10-13 Kyungwook TakAdjust API change request review result 18/48918/9
2015-08-25 Kyungwook TakRemove useless API : ckmc_remove_pkcs12 03/46703/1
2015-07-28 Krzysztof JackiewiczRemove unnecessary argument names in function typedef 04/43504/5
2015-06-10 Maciej J. KarpiukAES: add generation, save, get support. 80/40380/9
2015-06-09 Krzysztof JackiewiczAES key creation API 95/39295/5
2015-06-08 Krzysztof JackiewiczImplement encryption/decryption API 52/40052/8
2015-06-08 Krzysztof JackiewiczEncryption/decryption API 96/39296/10
2015-03-04 yuseok.jeonModify APIs and doxygen to meet ACR(TIZEN 2.4) requirement 57/36257/1
2015-02-17 Bartlomiej GrzelewskiChange parameters of ckmc_get_pkcs12 function.
2015-02-17 kyungwook takUse _toCkmCertificateVector in pkcs12 client CAPIs
2015-02-17 Maciej J. KarpiukDeprecated access control API fixed - proper mapping...
2015-02-17 Krzysztof JackiewiczSimplify conversion from RawBuffer to C API objects
2015-02-17 Krzysztof JackiewiczNew certificate chain API
2015-02-17 kyungwook takAdd OCSP check CAPI
2015-02-17 Maciej J. KarpiukCAPI cleanup: control "owner" removal, set_permission...
2015-02-17 Maciej J. KarpiukAdd PKCS12 support.
2015-02-17 Maciej J. KarpiukC++ API change: common method for removing Alias.
2015-02-17 Maciej J. KarpiukDBCrypto access control re-factor: access control moved...
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 Krzysztof JackiewiczAdd access control API stub 48/28848/1
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-10-15 Bartlomiej GrzelewskiRemove restrict mechanism. 28/28828/1
2014-09-12 kyungwook takFix Prevent defects in ckmc APIs
2014-09-12 Bartlomiej GrzelewskiFix implementation of ckmc_get_*_alias_list.
2014-09-12 Bartlomiej GrzelewskiReplace std::string with CKM::Password
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 Bartlomiej GrzelewskiReplace private implemetation with interface.
2014-09-12 Bartlomiej GrzelewskiFix compilation error in c-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 Bartlomiej GrzelewskiFix build break.
2014-09-12 yuseok.jeonFix C language APIs of client
2014-09-12 Bartlomiej GrzelewskiFix compilation errors in c-api.
2014-09-12 Dong Sun Leemake use of C++ error in C API
2014-09-12 yuseok.jeonAdd C language APIs of client