summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-13Import build.props in SecureRepository.csprojsubmit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170828.100003submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170613.054451accepted/tizen/unified/20170613.194437accepted/tizen/4.0/unified/20170828.223359accepted/tizen/4.0/unified/20170816.015915accepted/tizen_unifiedaccepted/tizen_4.0_unifiedWonYoung Choi1-0/+2
2017-06-08Merge packaging information to csprojsubmit/tizen/20170612.015846submit/tizen/20170609.051442accepted/tizen/unified/20170612.170209WonYoung Choi8-52/+80
2017-05-26Adjustment to VS 2017submit/tizen/20170529.075224accepted/tizen/unified/20170531.082655Tomasz Swierczek9-248/+31
2017-05-15Remove dependency for Tizen.Applications.dll to remove ittizen_4.0.m1_releasesubmit/tizen/20170515.060702accepted/tizen/unified/20170515.074724SukHyung, Kang3-11/+14
2017-04-25Update exception handling of Tizen.Security.PrivilegeYunjin Lee3-36/+61
2017-03-06remove net45submit/tizen_unified/20170310.011401submit/tizen_unified/20170308.100503submit/tizen/20170306.065826accepted/tizen/unified/20170310.075708accepted/tizen/unified/20170309.120714accepted/tizen/tv/20170309.071854accepted/tizen/mobile/20170309.071735accepted/tizen/ivi/20170309.071955accepted/tizen/common/20170309.174813accepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonYunjin Lee7-153/+3
2017-01-10Remove ix86 from ExcludeArchsubmit/tizen_unified/20170308.100407submit/tizen_ivi/20170116.045729submit/tizen_common/20170301.113742submit/tizen/20170110.070642accepted/tizen/ivi/20170117.054818accepted/tizen/common/20170301.140244Yunjin Lee1-1/+1
2016-12-21Apply dotnet RPM macrossubmit/tizen_tv/20161229.044941submit/tizen_mobile/20161221.091913submit/tizen_common/20170111.164442submit/tizen_common/20161229.045021accepted/tizen/tv/20161229.113253accepted/tizen/mobile/20161222.020636accepted/tizen/common/20170111.171336accepted/tizen/common/20170111.133649WonYoung Choi1-46/+11
2016-12-14Exclude arch of ix86 and aarch64submit/tizen/20161214.063015accepted/tizen/mobile/20161215.072348Kyungwook Tak1-0/+1
2016-12-14Merge from remote: internal devel/dotnet latestKyungwook Tak17-72/+238
2016-11-21Upgrade Tizen.Security.SecureRepository to 1.0.7Kyungwook Tak1-2/+2
2016-11-16Add svace related files to gitignore listKyungwook Tak1-0/+6
2016-11-15Add null args exception handlingKyungwook Tak9-62/+222
2016-11-15Fix .nuspec file to change authors and version dependenciesWonYoung Choi6-8/+8
2016-11-10Upgrade Tizen.Security.SecureRepository to 1.0.6Kyungwook Tak1-2/+2
2016-11-10Add exception handlingsKyungwook Tak3-80/+246
2016-11-10Make internal for abstract classes and static ctorKyungwook Tak10-125/+184
2016-11-09List up compile include by regexpKyungwook Tak2-82/+6
2016-11-09Add ctag relatives to gitignoreKyungwook Tak1-0/+5
2016-11-08Upgrade version to 1.0.5Kyungwook Tak1-3/+3
2016-11-08Split nupkg version of two packagesKyungwook Tak1-8/+16
2016-11-08Don't inherit SafeHandle for C# prop-having classKyungwook Tak13-304/+325
2016-11-08Add sln file on Tizen.Security.SecureRepositoryKyungwook Tak1-0/+24
2016-11-07Update metadata in .nuspec filesKyungwook Tak2-10/+20
2016-11-07Fix source file mod to 664Kyungwook Tak6-0/+0
2016-11-07Upgrade version to 1.0.4Kyungwook Tak1-1/+1
2016-11-07Return refreshed handle on GetHandle()Kyungwook Tak7-147/+219
2016-11-07Fix bug: Pkcs12 properties handle ownershipKyungwook Tak2-38/+84
2016-11-07Remove IsInvalid check in ReleaseHandleKyungwook Tak6-17/+0
2016-11-07Change size_t to UIntPtr between marshallingKyungwook Tak2-10/+19
2016-11-03Validate parameters on long typesKyungwook Tak2-4/+28
2016-11-03Remove misused PinnedObject to IntPtrKyungwook Tak3-18/+33
2016-11-02Upgrade version to 1.0.3Kyungwook Tak1-1/+1
2016-11-02Add more to gitignoreKyungwook Tak1-1/+194
2016-11-02GCHandle can only accept primitive type objKyungwook Tak6-12/+63
2016-11-02Fix bug: size_t should be marshalled to UIntPtrKyungwook Tak5-14/+15
2016-10-31Add defense code for null inputDongsun Lee4-11/+10
2016-10-26Fix TYPO from Aec to Aes and remname RsaOaepParameters to RsaOaepCipherParame...Dongsun Lee5-9/+9
2016-10-24Merge "Modify API doc" into develkidong kim1-1/+4
2016-10-21Remove build warning for use of deprecated APIDongsun Lee6-6/+6
2016-10-21Add comment for exception infoKyungwook Tak10-10/+115
2016-10-14Modify API docYunjin Lee1-1/+4
2016-10-13Merge "Add privacy APIs" into develkidong kim2-12/+53
2016-10-11Add privacy APIsYunjin Lee2-12/+53
2016-10-10Fix bug on null-terminated string marshallingKyungwook Tak1-1/+1
2016-10-05Use nuget restore to solve dependenciesWonYoung Choi11-106/+69
2016-09-05Fix project files to support netstandard 1.6WonYoung Choi19-227/+500
2016-08-24Adjust changed design docKyungwook Tak13-83/+58
2016-08-19Remove deprecated API wrapper(LoadFromPkcs12File)Kyungwook Tak1-4/+0
2016-08-18Separate privilege and key-manager dllKyungwook Tak55-83/+187