summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-21Fix Coverity defectssubmit/tizen_4.0/20181221.121349accepted/tizen/4.0/unified/20181226.234144tizen_4.0accepted/tizen_4.0_unifiedDongsun Lee1-1/+5
2018-12-21Fix coverity defectsDongsun Lee5-13/+12
2017-09-19Let the import function return list with real aliasestizen_4.0_tvPiotr Sawicki1-8/+8
2017-09-13Remove old update scripttizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_4.0/20170918.010139accepted/tizen/4.0/unified/20170919.172504Sunmin Lee10-381/+1
2017-09-08Fix memory leak in deleteCertificateFromStore()Piotr Sawicki1-0/+2
2017-09-08Fix memory leak in destroyStoreList()Piotr Sawicki1-0/+2
2017-09-08Introduce certsvc_pkcs12_import_from_file_to_store_ret_list()Piotr Sawicki5-11/+278
2017-09-08Don't ignore alias during the import of certificates from PEMPiotr Sawicki2-6/+8
2017-09-08Fix sending responses in cert-serverPiotr Sawicki1-26/+46
2017-07-03Fix upgrade script numbersubmit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170828.110004submit/tizen_4.0/20170828.100004submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170705.025248submit/tizen/20170704.073704accepted/tizen/unified/20170705.163014accepted/tizen/4.0/unified/20170829.020442accepted/tizen/4.0/unified/20170816.020239accepted/tizen/4.0/unified/20170816.013850sangwan.kwon5-12/+12
2017-04-11Upgrade version to 2.2.1tizen_4.0.m1_releasesubmit/tizen/20170412.224043accepted/tizen/unified/20170413.161056Piotr Sawicki1-1/+1
2017-04-07Fix issues detected by SVACEPiotr Sawicki4-13/+23
2017-03-30Upgrade version to 2.2.0sangwan.kwon1-1/+1
2017-03-24Move trust-anchor to seperate gitsangwan.kwon40-2280/+0
2017-03-14Rename AppCustomTrustAnchor to TrustAnchorsangwan.kwon13-429/+429
2017-03-09Implement CAPI and add testcase about ACTAsangwan.kwon8-52/+366
2017-03-09Add app custom trust anchor CAPI headerssangwan.kwon2-0/+207
2017-03-09Check system certificates's change on ACTA launchingsangwan.kwon2-25/+60
2017-03-09Cherry picked from tizen_3.0sangwan.kwon4-5/+10
2017-02-24Add script for ACTA test permissionsangwan.kwon3-0/+65
2017-02-23Fix ACTA directory hierarchysangwan.kwon3-38/+47
2017-02-23Implement launch operation on ACTAsangwan.kwon6-65/+171
2017-02-16Add making bundle logic on install stagesangwan.kwon5-52/+220
2017-02-15Fix svace defectssangwan.kwon3-3/+7
2017-02-10Add openssl to get certificate's subject-name-hashsangwan.kwon7-24/+168
2017-02-06Add examples about SignatureValidatorsangwan.kwon14-0/+424
2017-01-31Implement install and uninstall operation on ACTAsangwan.kwon22-28/+743
2017-01-31Add logger with klay to AppCustomTrustAnchorsangwan.kwon3-0/+54
2017-01-11Add dummy unit test for AppCustomTrustAnchorsangwan.kwon4-0/+257
2017-01-10Init transec library about app custom trust anchorsangwan.kwon6-0/+211
2017-01-09Suppress SIGPIPE for prevent abortsangwan.kwon1-14/+26
2016-12-30Refine descriptions on ccert.h and cinstance.hsangwan.kwon2-140/+165
2016-12-27Remove singleton pattern on xmlSecsangwan.kwon4-22/+5
2016-12-27Replace custom-smart-pointer to std::unique_ptrsangwan.kwon1-40/+11
2016-12-26Apply tizen coding rule on cert-serversangwan.kwon4-251/+345
2016-12-26Fix misuse of sqlite3 statementsangwan.kwon1-4/+7
2016-12-22Cast LogLevel to int explicitly before use as intsubmit/tizen_unified/20170308.100408submit/tizen/20161226.013211accepted/tizen/wearable/20161226.131220accepted/tizen/unified/20170309.033329accepted/tizen/tv/20161226.131211accepted/tizen/mobile/20161226.131152accepted/tizen/ivi/20161226.131244accepted/tizen/common/20161227.192121accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonsangwan.kwon1-1/+1
2016-12-23Replace deprecated readdir_r with readdirsangwan.kwon3-140/+94
2016-12-16Remove cert-checker dependencysangwan.kwon3-41/+0
2016-12-15[HOTFIX] Fix time conversion bugsangwan.kwon1-5/+3
2016-12-05Add number and cleanup upgrade scriptssangwan.kwon4-13/+10
2016-12-02Refactor test signature validatorsangwan.kwon1-393/+216
2016-12-01Upgrade: specify table sql files pull pathsubmit/tizen/20161202.021015accepted/tizen/wearable/20161204.235600accepted/tizen/tv/20161204.235544accepted/tizen/mobile/20161204.235530accepted/tizen/ivi/20161204.235619accepted/tizen/common/20161202.233136Sunmin Lee1-1/+1
2016-11-29Add return value handle logic about db operationsangwan.kwon1-73/+69
2016-11-21Add TC and measure performance about new APIsangwan.kwon30-21/+744
2016-11-21Fix checkListAll bug and seperate proxyCtxPtrsangwan.kwon1-5/+13
2016-11-15Upgrade static cert-meta.db to 0.0.4sangwan.kwon2-3/+3
2016-11-10[C++ API +] Add proxy mode on SignatureValidatorsangwan.kwon9-26/+251
2016-11-08Detach Impl class on SignatureValidatorsangwan.kwon5-575/+626
2016-10-17Upgrade version to 2.1.6submit/tizen_common/20161018.153716submit/tizen_3.0_common/20161104.104000submit/tizen_3.0/20161028.082423submit/tizen_3.0/20161028.062323submit/tizen/20161017.022041accepted/tizen/wearable/20161018.091118accepted/tizen/tv/20161018.091108accepted/tizen/mobile/20161018.091046accepted/tizen/ivi/20161018.091145accepted/tizen/common/20161018.175531accepted/tizen/3.0/wearable/20161028.133731accepted/tizen/3.0/tv/20161028.133428accepted/tizen/3.0/mobile/20161028.133124accepted/tizen/3.0/ivi/20161028.134006accepted/tizen/3.0/common/20161114.105912sangwan.kwon1-1/+1