aboutsummaryrefslogtreecommitdiff
path: root/lib/libutee
AgeCommit message (Expand)Author
2019-03-18libutee: fix off-by-one errors in base64_dec()Jerome Forissier
2019-03-15libutee: lessen dependency on mbedtls internalsJens Wiklander
2019-03-08libutee: fix deprecated TA_FLAG_REMAP_SUPPORT inline commentEtienne Carriere
2019-03-06core: ignore deprecated TA flags EXEC_DDR and USER_MODEJerome Forissier
2019-02-25core: use PTA as acronym for pseudo TAEtienne Carriere
2019-02-25libutils: remove buf_compare_ct()Jerome Forissier
2019-02-25libutee: TEE_MemCompare(): use constant time algorithmJerome Forissier
2019-02-19libutee: fix TEE_OpenPersistentObject() error behaviorDaniel Glöckner
2019-02-05Fix alignment of data for mempool_alloc_pool()Jens Wiklander
2019-01-18mbedtls: TEE_BigIntMul(): use temporaryJerome Forissier
2019-01-10core: pta: Add device pseudo TASumit Garg
2018-12-11ta: switch to to mbedtls for bignumJens Wiklander
2018-12-11libutee: rename to tee_api_arith_mpa.cJens Wiklander
2018-12-11Remove Secure Element API supportJerome Forissier
2018-11-16lib.mk: centralize profiling flag (-pg)Jerome Forissier
2018-11-15utee: support prehashed RSA sign/ver without ASN.1Gabor Szekely
2018-11-08core: introduce lockdep algorithmJerome Forissier
2018-10-08libutee: Fix base64 encoding functionKrzysztof Jackiewicz
2018-07-04Use inttypes.h over stdint.h on some .h filesJens Wiklander
2018-06-20benchmark: change the way of timestamp buffer allocation.Igor Opaniuk
2018-06-18libmpa: remove mpa_set_random_generator()Jens Wiklander
2018-06-09libutee: Fix the keepalive condition on last session closeAndrew Gabbasov
2018-05-30pta: add system pTAIgor Opaniuk
2018-05-22Add rand() for TA usageJens Wiklander
2018-05-16Remove license notice from STMicroelectronics filesEtienne Carriere
2018-04-25libutee: remove redundant malloc() layersJens Wiklander
2018-04-25ta: TEE_Malloc() and friend: skips layersJens Wiklander
2018-04-25TEE_Realloc(): fix invalid declarationJens Wiklander
2018-04-18Use mempool API from libutils for bignum allocationsJens Wiklander
2018-04-17libutee: out and tag buffers can be too short in TEE_AEEncryptFinalEtienne Carriere
2018-04-05core: deprecate TA property flags EXEC_DDR and USER_MODEEtienne Carriere
2018-04-03libutee: introduce CFG_TA_BIGNUM_MAX_BITSJerome Forissier
2018-04-03libutee: remove redundant #define for TEE_MAX_NUMBER_OF_SUPPORTED_BITSJerome Forissier
2018-01-17core: add pseudo-TA for retrieve sdp physical addressKen Liu
2018-01-10Remove 'All rights reserved' from Linaro filesJerome Forissier
2018-01-10Remove license notice from Linaro filesJerome Forissier
2018-01-10Add SPDX license identifiersJerome Forissier
2018-01-10Reformat copyright/license header in files with an SPDX IDJerome Forissier
2017-12-28Fix USER_TA_PROP_TYPE_BOOL handlingJens Wiklander
2017-12-19libutee: fix TA_CreateEntryPoint() and TA_DestroyEntryPoint()Jerome Forissier
2017-12-07core: add management pseudo TA for secstor TAsJens Wiklander
2017-11-15core: pta: add PTA_INVOKE_TESTS_CMD_MUTEXJens Wiklander
2017-11-15core: allow multithreaded pseudo TAsJens Wiklander
2017-11-08tee: fix improper calloc usageVolodymyr Babchuk
2017-10-06Dump call stack on TA panicJerome Forissier
2017-10-06libutee: add unwind pseudo-ops to syscall wrappersJerome Forissier
2017-09-27libutee: remove Trusted UI codeJerome Forissier
2017-09-01libutee: printf() fix: remove newline added by mistakeJerome Forissier
2017-08-21libutee: puts(): add trailing newlineJerome Forissier
2017-08-21libutee: printf(): remove prefix and other non-standard behaviorJerome Forissier