summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-04Migrate to openssl 1.1tizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185104submit/tizen_5.5/20191031.000004submit/tizen/20190708.094956submit/tizen/20190704.131235accepted/tizen/unified/20190709.071106accepted/tizen/5.5/unified/mobile/hotfix/20201027.085903accepted/tizen/5.5/unified/20191031.021848tizen_5.5_mobile_hotfixtizen_5.5accepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedKonrad Lipinski2-3/+3
2019-06-19Fix SVACE defects: fallthrough, strerror, usleepKonrad Lipinski8-44/+36
2019-06-14Fix tef-simulator dependency to opensslsubmit/tizen/20190614.141700accepted/tizen/unified/20190617.112005Dariusz Michaluk2-2/+2
2019-05-29Make spec compliant with gbs --incrementalKonrad Lipinski2-4/+7
2019-05-17Don't pass public key for RSA decryptionsubmit/tizen/20190529.045654submit/tizen/20190522.051353submit/tizen/20190520.091210accepted/tizen/unified/20190602.221903Krzysztof Jackiewicz1-9/+2
2019-05-17Enable support for DSA and RSA 4096Krzysztof Jackiewicz2-78/+168
2019-05-17Implement CTR using opensslKrzysztof Jackiewicz3-30/+72
2019-05-17Don't panic when padding is wrong in asymmetric decryptionKrzysztof Jackiewicz2-33/+69
2019-05-17ssf_crypto: Assign proper key object type in AllocateOperationLukasz Kostyra1-6/+21
2019-05-17ssf_storage: Add missing objectSize copy in TEE_CopyObjectAttributesLukasz Kostyra1-0/+1
2019-05-07Fix c++test defects (strncpy usage)Konrad Lipinski1-1/+1
2019-02-11Fix setting of identity propertysubmit/tizen/20190212.131323Krzysztof Dynowski1-2/+2
2018-11-27Rework some ternaries for readabilityIgor Kotrasinski1-7/+6
2018-11-27Split up prechecks for readabilityIgor Kotrasinski1-2/+4
2018-11-27Add some necessary virtual destructorsIgor Kotrasinski4-2/+4
2018-11-27Rewrite some read/write loops for readabilityIgor Kotrasinski2-16/+28
2018-11-27Remove failure check for function promised not to failIgor Kotrasinski3-8/+4
2018-11-27Prettify a strncpyIgor Kotrasinski1-2/+1
2018-11-27Catch leftover boost exceptions in simdaemonctlIgor Kotrasinski2-9/+36
2018-11-08Disable boost coroutine deprecation warningsubmit/tizen/20181109.001420accepted/tizen/unified/20181109.062841Konrad Lipinski1-0/+2
2018-10-05Set custom IV length in AES GCMKrzysztof Jackiewicz1-2/+20
2018-09-17Revert "Revert "Modifying cmake TA devkit to be more similar to other TEF bac...submit/tizen_5.0/20181101.000004submit/tizen/20180917.075450accepted/tizen/unified/20180918.062918accepted/tizen/5.0/unified/20181102.020722tizen_5.0accepted/tizen_5.0_unifiedTomasz Swierczek3-15/+19
2018-09-13Revert "Modifying cmake TA devkit to be more similar to other TEF backends."Tomasz Swierczek3-19/+15
2018-09-12Modifying cmake TA devkit to be more similar to other TEF backends.submit/tizen/20180913.120725r.tyminski3-15/+19
2018-08-27Release 0.0.3submit/tizen/20180828.110226Igor Kotrasinski2-2/+2
2018-08-21Rework port listening timeoutIgor Kotrasinski2-14/+30
2018-08-21Improve logging for socket forwardingIgor Kotrasinski2-3/+10
2018-08-21Add shell env var to gdbserver invocationIgor Kotrasinski1-1/+6
2018-08-21Add status to TA exit logIgor Kotrasinski1-1/+1
2018-08-21Improve debug logging at debug TA launchIgor Kotrasinski1-1/+4
2018-08-21Make simdaemon use the new debugproxyIgor Kotrasinski1-3/+25
2018-08-21Take local debugproxy socket from systemdIgor Kotrasinski4-17/+50
2018-08-21Gracefully shutdown debugproxy when sent SIGTERMIgor Kotrasinski4-2/+16
2018-08-21Add boost runtime deps to specIgor Kotrasinski1-0/+1
2018-08-21Move launching gdbserver to separate functionIgor Kotrasinski2-25/+38
2018-08-01Add logging to debugproxyIgor Kotrasinski6-5/+29
2018-08-01Initial debugproxy versionIgor Kotrasinski11-4/+388
2018-08-01Put debugproxy in a systemd serviceIgor Kotrasinski7-2/+44
2018-07-10Add debugproxy stubIgor Kotrasinski6-2/+75
2018-06-20Move tef-simulator-helloworld to "System" domainIgor Kotrasinski1-1/+1
2018-06-12Fix BSD license nameZofia Grzelewska1-1/+1
2018-06-08Use correct enum types in log.hIgor Kotrasinski2-9/+9
2018-06-06Rewrite conversion from UUID to stringIgor Kotrasinski1-35/+15
2018-06-06Fix copying read commands via cast to stringIgor Kotrasinski2-10/+1
2018-06-04Give helloworld TA a System::TEF labelIgor Kotrasinski2-0/+11
2018-06-04Split TEEStub into a stub and an implementationIgor Kotrasinski4-7/+22
2018-06-04Change tef-simulator-log to shared libraryIgor Kotrasinski2-2/+2
2018-06-04Remove unused log macrosIgor Kotrasinski2-47/+37
2018-06-04Return logged length in TA logger functionIgor Kotrasinski3-17/+25
2018-06-04Restore support for TA logging and debug.h headerIgor Kotrasinski7-10/+197