Add generic XML parser + tests.
[platform/core/security/key-manager.git] / src /
2015-05-19 Maciej J. KarpiukAdd generic XML parser + tests. 98/39298/9
2015-05-19 Bartlomiej GrzelewskiUse new classes to sign and verify messages. 63/39363/8
2015-05-19 Krzysztof JackiewiczSimplify CryptoAlgorithm interface 01/39501/4
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 Krzysztof JackiewiczFix for sqlcipher ALTER TABLE ADD COLUMN 86/39486/1
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-13 Bartlomiej GrzelewskiAdd implementation for sign and verify operation. 93/39293/4
2015-05-12 Bartlomiej GrzelewskiNew class hierarchy (multiple backends support). 91/39291/1
2015-05-08 Krzysztof JackiewiczAdd serialization of CryptoAlgorithm 10/39110/2
2015-05-08 Krzysztof JackiewiczAdd classes for algorithm parameters 57/39057/3
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-04-13 Maciej J. KarpiukKey Manager tizen.org session and user management 63/37263/11
2015-03-26 Bartlomiej GrzelewskiSimplify implementation of ServiceThread 60/37060/4
2015-03-19 Krzysztof JackiewiczAdd inter-service communication framework 65/37065/5
2015-03-04 Krzysztof JackiewiczOptimize openssl initialization 16/36116/2
2015-03-04 yuseok.jeonModify APIs and doxygen to meet ACR(TIZEN 2.4) requirement 57/36257/1
2015-03-04 Bartlomiej GrzelewskiFix description in ckmc-manager.h 56/36256/1
2015-02-24 Krzysztof JackiewiczGlobals in LogSystem adjusted to use in lib constructor 98/35798/1
2015-02-24 Bartlomiej GrzelewskiFix serialization implementation to support 32 and... 97/35797/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 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 JackiewiczFix for gcc4.8 (-ldl)
2015-02-17 Krzysztof JackiewiczCommon logging setup for client and service
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 kyungwook takSymbol visibility changed from default to hidden.
2015-02-17 Bartlomiej GrzelewskiAdd support for new error code in ckmc API
2015-02-17 Maciej J. KarpiukDeprecated access control API fixed - proper mapping...
2015-02-17 Maciej J. KarpiukDB related classes moved into CKM::DB namespace.
2015-02-17 Krzysztof JackiewiczAdd file, line & function information to journald log
2015-02-17 Krzysztof JackiewiczRemove unused key-manager-util.*
2015-02-17 Krzysztof JackiewiczFix LogSystemSingleton issue
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 Krzysztof JackiewiczSimplify conversion from RawBuffer to C API objects
2015-02-17 kyungwook takVconf key used only when sec_product_feature_mdfpp_stat...
2015-02-17 Krzysztof JackiewiczAdd line wrapping and fix formatting in C API
2015-02-17 Krzysztof JackiewiczRemove deprecated C++ API for certificate chains
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 Maciej J. KarpiukOpenSSL initialization is done by anyone who uses OpenS...
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 kyungwook takAdd cmake flags to support ASLR
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 Krzysztof JackiewiczAdd journald logging and refactor log system
2015-02-17 Krzysztof JackiewiczSecure logging removed
2015-02-17 kyungwook takDetermine MDPP Mode Disabled to CC mode On
2015-02-17 kyungwook takRemove daemonize codes in listener daemon
2015-02-17 VBSRemove duplicated error explanations
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 JackiewiczLock file operations fixed in listener
2015-02-17 Krzysztof JackiewiczAdd file lock to key-manager server
2015-02-17 Krzysztof JackiewiczHelper functions for log/exception message concatenation
2015-02-17 Bartlomiej GrzelewskiRefactoring ServiceConnection.
2015-02-17 Bartlomiej GrzelewskiRefactoring SockRAII
2015-02-17 yuseokRemove doxygen warning
2015-02-17 yuseokModify the setting value of POLL_TIMEOUT
2015-02-17 Maciej J. KarpiukC++ API re-factored: establish and keep socket connecti...
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 Maciej J. KarpiukValgrind warnings removed: all changes were false-posit...
2015-02-17 Bartlomiej GrzelewskiReplace some functions with thread safe version.
2014-12-17 José BolloFix packaging issues and warnings 62/32362/1 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0_ivi accepted/tizen/common/20141218.172516 accepted/tizen/ivi/20141225.103510 accepted/tizen/mobile/20150326.005109 accepted/tizen/tv/20150324.014506 accepted/tizen/wearable/20150128.040554 submit/tizen_common/20141218.170927 submit/tizen_ivi/20141225.222222 submit/tizen_mobile/20150129.000000 submit/tizen_mobile/20150213.000000 submit/tizen_mobile/20150223.000000 submit/tizen_mobile/20150325.000000 submit/tizen_tv/20150130.000000 submit/tizen_tv/20150130.050505 submit/tizen_tv/20150320.000001 submit/tizen_wearable/20150127.000000 tizen_3.0_ivi_release
2014-10-16 Krzysztof JackiewiczImplementation of remaining async API 41/29041/1
2014-10-16 Krzysztof JackiewiczAdd generic serialization/deserialization methods 40/29040/1
2014-10-16 Krzysztof JackiewiczAsync API stubs 39/29039/1
2014-10-16 Krzysztof JackiewiczImplement service communication 38/29038/1
2014-10-16 Krzysztof JackiewiczAsynchronous API framework 37/29037/1
2014-10-16 Maciej J. KarpiukAdd DB performance analysis tests and performance impro... 65/28865/1
2014-10-16 yuseok.jeonAdd missing return value explanations in doxygen 64/28864/1
next