Enable -Wshadow and fix warnings
[platform/core/security/key-manager.git] / src / include / ckm / ckm-type.h
2023-06-21 Krzysztof JackiewiczEnable -Wshadow and fix warnings 23/294523/4
2023-06-14 Krzysztof JackiewiczMerge branch e2ee into tizen 18/294218/1
2023-06-14 Krzysztof JackiewiczBackend info API implementation 91/293891/6
2023-06-14 Krzysztof JackiewiczAlias info refactoring 74/293874/5
2023-05-05 Krzysztof JackiewiczBackend info API 35/292135/9
2023-03-31 Krzysztof JackiewiczMerge branch 'e2ee' into 'tizen' 51/290751/1
2023-03-17 Krzysztof JackiewiczKey derivation implementation: client & server 52/288052/11
2019-02-22 Ernest BorowskiAdd option to list aliases with password protection... 91/170391/24
2018-08-28 Krzysztof JackiewiczUnify alias naming 21/184821/6
2017-11-29 Bartlomiej GrzelewskiAdd backend field in policy 17/162217/1 accepted/tizen/unified/20171205.155557 submit/tizen/20171204.124944 submit/tizen/20180312.095815
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 TakRemove useless CKMC error -> CKM error converter 85/62385/1
2016-01-05 Bartlomiej GrzelewskiFix file permissions. 19/56119/2
2015-12-22 sangwan.kwonApply coding rule 15/54015/13
2015-07-01 Krzysztof JackiewiczAdd algorithm param validation 16/42116/8
2015-06-10 Krzysztof JackiewiczUpdate parameter list API 48/40748/4
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-08 Krzysztof JackiewiczAdd classes for algorithm parameters 57/39057/3
2015-02-17 kyungwook takSymbol visibility changed from default to hidden.
2015-02-17 Maciej J. KarpiukCAPI cleanup: control "owner" removal, set_permission...
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 Krzysztof JackiewiczCC mode logic updated
2014-10-16 Krzysztof JackiewiczAdd access control API stub 48/28848/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-15 Bartlomiej GrzelewskiRemove restrict mechanism. 28/28828/1
2014-09-12 Bartlomiej GrzelewskiChange AES CBC mode into AES GCM.
2014-09-12 Bartlomiej GrzelewskiReplace std::string with CKM::Password
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 Bartlomiej GrzelewskiImplementation of primitives in CertificateImpl class.
2014-09-12 Bartlomiej GrzelewskiRemove all namespaces from ckm-error.h header.
2014-09-12 Bartlomiej GrzelewskiRename RSAPadddingAlgorithms values.
2014-09-12 Bartlomiej GrzelewskiImplementation of getCertificateChain.
2014-09-12 Bartlomiej GrzelewskiIntegration with CryptoService class.
2014-09-12 Sebastian GrabowskiAdded exceptions to DBCryptoModule and DBCMAlgType...
2014-09-12 Bartlomiej GrzelewskiRemove cycle dependencies between common and client...
2014-09-12 yuseok.jeonModify the supporting information for RSA padding algor...
2014-09-12 yuseok.jeonInitial Crypto Service Implementation
2014-09-12 Bartlomiej GrzelewskiAll password are stored in std::string now.
2014-09-12 Bartlomiej GrzelewskiReplace RawData with RawBuffer.
2014-09-12 Bartlomiej GrzelewskiAdd support for certificates.
2014-09-12 Bartlomiej GrzelewskiService implementation.
2014-05-30 Bartlomiej GrzelewskiAdd Manager Implementation.
2014-05-30 Bartlomiej GrzelewskiMove KeyType to ckm-type.h header.
2014-05-30 Bartlomiej GrzelewskiImplementation of Key class.