Add BSD-2.0 license for sqlcipher
[platform/core/security/key-manager.git] / src / manager / common /
2016-01-05 Bartlomiej GrzelewskiFix file permissions. 19/56119/2
2015-12-22 sangwan.kwonApply coding rule 15/54015/13
2015-12-16 Bartlomiej GrzelewskiChange exception type in db-crypto.cpp 88/52688/5
2015-12-04 Dongsun Leechange log level to warning in case for the failure... 51/53351/1
2015-10-14 Bartlomiej GrzelewskiRemove warnings and performance problems reported by... 10/49110/3
2015-09-08 Bartlomiej GrzelewskiIntegration with cynara. 38/42538/14
2015-08-25 Bartlomiej GrzelewskiReplace smack label with pkgId. 87/46187/6
2015-07-30 Bartlomiej GrzelewskiUpdate implementation of Stringify. 03/42703/2
2015-07-28 Krzysztof JackiewiczOpenssl: add thread support and fix initialization 09/42809/5
2015-07-03 Bartlomiej GrzelewskiReduce number of error logs in ckm. 33/41433/7
2015-07-01 Krzysztof JackiewiczAdd algorithm param validation 16/42116/8
2015-06-12 Bartlomiej GrzelewskiIntroduce new (much simpler) Exception type. 62/40962/5
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 JackiewiczImplement encryption/decryption API 52/40052/8
2015-06-08 Krzysztof JackiewiczAlgorithm types and param names updated 03/40003/5
2015-05-28 Krzysztof JackiewiczMake CryptoAlgorithm copyable. 51/40051/2
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-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-08 Krzysztof JackiewiczAdd serialization of CryptoAlgorithm 10/39110/2
2015-05-08 Krzysztof JackiewiczAdd classes for algorithm parameters 57/39057/3
2015-03-04 Krzysztof JackiewiczOptimize openssl initialization 16/36116/2
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 kyungwook takSymbol visibility changed from default to hidden.
2015-02-17 Maciej J. KarpiukDB related classes moved into CKM::DB namespace.
2015-02-17 Krzysztof JackiewiczCertificate chain in OCSP is assumed to be valid
2015-02-17 Krzysztof JackiewiczNew certificate chain API
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 Maciej J. KarpiukAdd PKCS12 support.
2015-02-17 Bartlomiej GrzelewskiDBDataType refactoring.
2015-02-17 Maciej J. KarpiukOpenSSL initialization is done by anyone who uses OpenS...
2015-02-17 Bartlomiej GrzelewskiRemove deprecated comments and logs.
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 Maciej J. KarpiukMinor re-factoring: boost::vector replaced with std...
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 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 Bartlomiej GrzelewskiReplace some functions with thread safe version.
2014-10-16 Krzysztof JackiewiczAdd generic serialization/deserialization methods 40/29040/1
2014-10-16 Krzysztof JackiewiczAsynchronous API framework 37/29037/1
2014-10-16 kyungwook takFix build break on gcc4.8 54/28854/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 Krzysztof JackiewiczAdd poll() wrapper 46/28846/1
2014-10-16 yuseok.jeonAdd additional functions related to CC mode 44/28844/1
2014-10-16 Maciej J. KarpiukAdded DSA keys support. 42/28842/1
2014-10-15 Bartlomiej GrzelewskiRemove restrict mechanism. 28/28828/1
2014-09-26 Krzysztof JackiewiczFix buildbreak on wayland x86_64 14/28114/2 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.m14.3_ivi accepted/tizen/common/20140926.144326 accepted/tizen/ivi/20141006.083203 submit/tizen/20140926.142609 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release
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 Bartlomiej GrzelewskiChange AES CBC mode into AES GCM.
2014-09-12 Krzysztof JackiewiczAdd move ctors/operators to MessageBuffer and BinaryQueue
2014-09-12 Krzysztof JackiewiczAdd NONCOPYABLE macro
2014-09-12 Bartlomiej GrzelewskiImplementation of PKCS12 class.
2014-09-12 Bartlomiej GrzelewskiFix implementation create methods.
2014-09-12 Bartlomiej GrzelewskiAdd api CKM::Control::removeApplicationData
2014-09-12 Zofia AbramowskaTypedef password type
2014-09-12 Bartlomiej GrzelewskiUse SafeBuffer in C++ api. Rename SafeBuffer to RawBuffer.
2014-09-12 Bartlomiej GrzelewskiChange RawBuffer into SafeBuffer.
2014-09-12 Bartlomiej GrzelewskiReplace private implemetation with interface.
2014-09-12 Krzysztof JackiewiczAdd SafeBuffer
2014-09-12 Bartlomiej GrzelewskiImplementation of primitives in CertificateImpl class.
2014-09-12 Bartlomiej GrzelewskiOCSP implementation.
2014-09-12 Bartlomiej GrzelewskiFix bugs.
2014-09-12 Bartlomiej GrzelewskiAdd crypto module.
2014-09-12 Sebastian GrabowskiAdded initial version of aesCrypt and Digest modules.
2014-09-12 Bartlomiej GrzelewskiCompilation fix for tizen.org
2014-09-12 Bartlomiej GrzelewskiSimpliefied public headers names.
2014-09-12 Bartlomiej GrzelewskiFunction verifySignature may take certificate alias...
2014-09-12 Bartlomiej GrzelewskiYou may extract public key from CertificateImpl now.
2014-09-12 Radoslaw Bartosiak Service implementation.
2014-09-12 Bartlomiej GrzelewskiChange some error messages to debug.
2014-09-12 Bartlomiej GrzelewskiImplementation of getCertificateChain.
2014-09-12 Bartlomiej GrzelewskiChange internal implementation from RSA* to EVP_PKEY.
2014-09-12 yuseok.jeonAdd copy constructor of CertificateImpl
2014-09-12 Bartlomiej GrzelewskiIntegration with CryptoService class.
2014-09-12 Bartlomiej GrzelewskiAdd support for certificate.
2014-09-12 Bartlomiej GrzelewskiIntegration ckm-logic with database module.
2014-09-12 Zofia AbramowskaChange primary key for DBCrypto CKM main table
2014-09-12 Zofia AbramowskaChange DBCrypto return type
2014-09-12 Zofia AbramowskaAdd delete method
2014-09-12 Zofia AbramowskaFix DBCrypto class
2014-09-12 Zofia AbramowskaAdd encrypted database support layer
2014-09-12 Bartlomiej GrzelewskiImplementation of Control::unlockUserKey
2014-09-12 Radoslaw Bartosiak Service implementation.
2014-09-12 Bartlomiej GrzelewskiFix KeyImpl implementation.
2014-09-12 Bartlomiej GrzelewskiRemove cycle dependencies between common and client...
2014-09-12 Bartlomiej GrzelewskiRevert "key and cert impls are moved back to cient...
2014-09-12 Dongsun Leekey and cert impls are moved back to cient directory
2014-09-12 yuseok.jeonAdd verify certificate chain function
2014-09-12 yuseok.jeonBug fix
2014-09-12 Dongsun Leeclient-key, client-key-impl, client-certificate, and...
next