Remove unnecessary argument names in function typedef
[platform/core/security/key-manager.git] / src / manager / service /
2015-07-28 Dong Sun LeeMerge "Match schema file version to db version" into...
2015-07-07 Krzysztof JackiewiczFix segfault in getCertificateChain 20/42820/3
2015-07-03 Krzysztof JackiewiczFix parameter validation in ocsp 92/42892/1
2015-07-03 Bartlomiej GrzelewskiReduce number of error logs in ckm. 33/41433/7
2015-07-03 Zbigniew JasinskiKlocwork fixes. 75/42375/5
2015-07-01 Krzysztof JackiewiczAdd support for AES CTR and AES CFB 82/42582/4
2015-07-01 Krzysztof JackiewiczEncryption service refactoring 69/42369/6
2015-07-01 Krzysztof JackiewiczAdd algorithm param validation 16/42116/8
2015-06-27 Dongsun LeeMerge "allow all clients to access storage socket and...
2015-06-27 Dongsun LeeMerge "add a solution in case for no password set"...
2015-06-27 Dongsun Leeadd a solution in case for no password set 00/42400/1
2015-06-26 Krzysztof JackiewiczEncryption service calls proper encryption/decryption... 83/41883/6
2015-06-26 Krzysztof JackiewiczImplement key retrieval in encryption service 01/41801/9
2015-06-26 Krzysztof JackiewiczAdd encryption service 66/40166/15
2015-06-26 Bartlomiej GrzelewskiUse new exception types in KeyProvider class. 49/41349/3
2015-06-18 Maciej J. KarpiukMove encryption from crypto-logic class to "internal... 62/41462/2
2015-06-12 Bartlomiej GrzelewskiIntroduce new (much simpler) Exception type. 62/40962/5
2015-06-11 Bartlomiej GrzelewskiFix serious bug that causes crash on CKM exit. 15/41215/1
2015-06-10 Krzysztof JackiewiczUpdate parameter list API 48/40748/4
2015-06-10 Maciej J. KarpiukAES: add generation, save, get support. 80/40380/9
2015-06-08 Maciej J. KarpiukKey generation uses CryptoAlgorithm object provided... 48/40148/3
2015-06-08 Krzysztof JackiewiczAlgorithm types and param names updated 03/40003/5
2015-06-03 Maciej J. Karpiukcrypto-service key generation contents moved into SW... 04/40004/7
2015-05-27 Maciej J. KarpiukInitial values XSD moved into read only directory. 59/39859/3
2015-05-22 Maciej J. KarpiukAdd initial values support - values to feed the shared... 99/39299/11
2015-05-19 Bartlomiej GrzelewskiUse new classes to sign and verify messages. 63/39363/8
2015-05-19 Krzysztof JackiewiczAdd backend id to database scheme 87/39487/5
2015-05-18 kyungwook takRemove DEK on memory when app removed 25/39425/2
2015-05-15 Bartlomiej GrzelewskiMove Token from CKM::Crypto to CKM namespace. 94/39294/7
2015-05-15 Maciej J. KarpiukAdd system database - managed by service (uid<5000... 97/39297/4
2015-05-12 Bartlomiej GrzelewskiNew class hierarchy (multiple backends support). 91/39291/1
2015-04-15 Maciej J. KarpiukReverting Tizen 2.x specific workarounds for password... 57/37857/7
2015-04-15 Maciej J. Karpiukbugfix: minor memory corruption. Internal tests work. 44/38244/1
2015-03-26 Bartlomiej GrzelewskiSimplify implementation of ServiceThread 60/37060/4
2015-02-17 Bartlomiej GrzelewskiAdd support for password in Manager::getPCKS12 function.
2015-02-17 kyungwook takunlock with password when resetPassword called in case...
2015-02-17 Krzysztof JackiewiczLibraries reorganized to limit the number of exported...
2015-02-17 Bartlomiej GrzelewskiAdd support for AUTHENTICATION_FAILED code in getData...
2015-02-17 Maciej J. KarpiukDB related classes moved into CKM::DB namespace.
2015-02-17 Krzysztof JackiewiczRemove unused key-manager-util.*
2015-02-17 Maciej J. KarpiukAdd CKM database versioning with DB migration mechanism.
2015-02-17 Bartlomiej GrzelewskiReplace error codes with exceptions in FileSystem module.
2015-02-17 Krzysztof JackiewiczCertificate chain in OCSP is assumed to be valid
2015-02-17 kyungwook takVconf key used only when sec_product_feature_mdfpp_stat...
2015-02-17 Krzysztof JackiewiczNew certificate chain API
2015-02-17 Bartlomiej GrzelewskiFix error connected with url parsing in ocsp module.
2015-02-17 Krzysztof JackiewiczFix label-related logic during permission setting
2015-02-17 kyungwook takAdd OCSP check CAPI
2015-02-17 Bartlomiej GrzelewskiCreate bioLogger in OCSP module.
2015-02-17 Maciej J. KarpiukDB re-factor: added VIEW joining all tables.
2015-02-17 Maciej J. KarpiukCAPI cleanup: control "owner" removal, set_permission...
2015-02-17 yuseok.jeonfix for x509 cert chain verification (stric flag added...
2015-02-17 Bartlomiej GrzelewskiAdd transaction during password change.
2015-02-17 kyungwook takFix macro definition which is not following grammar
2015-02-17 Maciej J. KarpiukAdd PKCS12 support.
2015-02-17 Bartlomiej GrzelewskiPrevent desynchronization in "battery remove test".
2015-02-17 Bartlomiej GrzelewskiDBDataType refactoring.
2015-02-17 Maciej J. KarpiukC++ API change: common method for removing Alias.
2015-02-17 Krzysztof JackiewiczFix for duplicates in all alias list query
2015-02-17 Maciej J. KarpiukNew DB layout: CKM_TABLE split into NAME_TABLE and...
2015-02-17 Bartlomiej GrzelewskiSimplified code in ckm-logic.
2015-02-17 Maciej J. KarpiukService denies attempt to add data using different...
2015-02-17 Bartlomiej GrzelewskiRemove deprecated comments and logs.
2015-02-17 kyungwook takUse AliasSupport in SaveData
2015-02-17 Maciej J. KarpiukDBCrypto access control re-factor: access control moved...
2015-02-17 Maciej J. KarpiukHousekeeping: KLOC warnings removed.
2015-02-17 kyungwook takBug fix for application DEK memory push
2015-02-17 Maciej J. KarpiukMinor re-factoring: boost::vector replaced with std...
2015-02-17 kyungwook takDetermine MDPP Mode Disabled to CC mode On
2015-02-17 Maciej J. KarpiukDivide alias into name & label in getCertificateChain...
2015-02-17 kyungwook takDivide alias into name & label in getCertificateChain
2015-02-17 Krzysztof JackiewiczAdd file lock to key-manager server
2015-02-17 Maciej J. KarpiukSplit alias at server side into pair name and label.
2015-02-17 Krzysztof JackiewiczCC mode logic updated
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...
2015-02-17 Maciej J. KarpiukAdd service-side key and certificate verification when...
2015-02-17 Bartlomiej GrzelewskiReplace some functions with thread safe version.
2014-10-16 Krzysztof JackiewiczAdd generic serialization/deserialization methods 40/29040/1
2014-10-16 Maciej J. KarpiukAdd DB performance analysis tests and performance impro... 65/28865/1
2014-10-16 Maciej J. KarpiukBugfix: fix problem with missing data (large data sets... 59/28859/1
2014-10-16 yuseok.jeonModify the code location of FIPS mode setting 56/28856/1
2014-10-16 Maciej J. KarpiukAlias list returns only aliases available to the callin... 51/28851/1
2014-10-16 Maciej J. KarpiukAdd access API to the control service. 50/28850/1
2014-10-16 Maciej J. KarpiukAdd access control code to the CKM. 49/28849/1
2014-10-16 yuseok.jeonAdd additional functions related to CC mode 44/28844/1
2014-10-16 Dongsun Leeadd HASH_NONE and NO_PADDING algo for createSignature... 43/28843/1
2014-10-16 Maciej J. KarpiukAdded DSA keys support. 42/28842/1
2014-10-16 kyungwook takFix Prevent defect about array_null 41/28841/1
2014-10-16 Dongsun LeeRemoving data of deleted application during lock state 34/28834/1
2014-10-16 Zofia AbramowskaClean up database during unlock operation. 33/28833/1
2014-10-15 Bartlomiej GrzelewskiRemove restrict mechanism. 28/28828/1
2014-09-17 Maciej J. KarpiukClass naming scheme re-factoring: move towards better... 78/27678/1 accepted/tizen/common/20140925.172038 submit/tizen/20140925.122603
2014-09-12 kyungwook takRemove dependency to ckm-key-provider.h.
2014-09-12 Bartlomiej GrzelewskiChange AES CBC mode into AES GCM.
2014-09-12 Bartlomiej GrzelewskiAdd new DEK to encrypt database.
2014-09-12 Bartlomiej GrzelewskiAdd additional error logs in ocsp module.
2014-09-12 Bartlomiej GrzelewskiRemove echo service.
2014-09-12 Dong Sun LeeWorkaround solution for locktype=None
2014-09-12 Bartlomiej GrzelewskiAdd api CKM::Control::removeApplicationData
next