aboutsummaryrefslogtreecommitdiff
path: root/lib/libutee
AgeCommit message (Expand)Author
2021-04-29core: pta: scmi: new interface to REE SCMI agentEtienne Carriere
2021-04-28libutee: include: fix typo in pta_invoke_tests.hMarouene Boubakri
2021-03-11libutee: fix memory leak in bigint_binary_mod()Matthieu BERTIN
2021-03-08libutee: add NULL pointer check in TEE_OpenPersistentObject()Stefan Schmidt
2021-02-24libutee: check srcLen in TEE_CipherDoFinal()Jens Wiklander
2021-02-24libutee: remove redundant NULL check in TEE_BigIntComputeExtendedGcd()Jens Wiklander
2021-02-24libutee: add coverity note to TEE_Panic()Jens Wiklander
2021-02-11Add 3DES CMAC implementationAlexander Zakharov
2021-02-04libutee: sockets: drop useless & before function namesJerome Forissier
2021-02-04libutee: add a new API to interact with plugins from TAAleksandr Anisimov
2021-01-21core: pta: drop SDP PTAIgor Opaniuk
2021-01-13ta: fix processing of DT_FINI_ARRAYJerome Forissier
2021-01-05core: ldelf: implement separate syscalls for ldelfBalint Dobszay
2020-12-15libutee: add isb() and barrier_read_cntpct()Jens Wiklander
2020-12-15libutee: fix TEE_BigIntInit() memset()Jens Wiklander
2020-12-15libutee: TEE_CopyOperation() copy info.digestLengthJens Wiklander
2020-12-15libutee: TEE_CopyOperation() check operation modeJens Wiklander
2020-12-10libutee: user_ta_header.h: remove unused struct ta_func_headJerome Forissier
2020-12-10libutee: user_ta_header.h: remove unused property stringsJerome Forissier
2020-12-10libutee: user_ta_header.h: remove unused enum user_ta_core_service_idJerome Forissier
2020-12-07Remove unused file lib/libutee/errno.cJerome Forissier
2020-11-20core: pta: SCP03 pseudo trusted applicationJorge Ramirez-Ortiz
2020-10-07Use fallthrough pseudo-keyword in switch/case statementsJerome Forissier
2020-10-01Provide TEE_ATTR_FLAG_VALUE and TEE_ATTR_FLAG_PUBLICJens Wiklander
2020-09-29libutee: fix TEE_GetOperationInfoMultiple()Jens Wiklander
2020-09-29libutee: fix TEE_SetOperationKey() and TEE_SetOperationKey2()Jens Wiklander
2020-09-29libutee: TEE_GetOperationInfo() v1.1 updateJens Wiklander
2020-09-29libutee: TEE_AllocateOperation(): digest operations must have 0 max key sizeJens Wiklander
2020-09-29libutee: fix TEE_CloseAndDeletePersistentObject1() with TEE_HANDLE_NULLJens Wiklander
2020-09-24GP 1.1: Check parameters annotated in the specificationJens Wiklander
2020-09-08libutils: Fix fputs() when CFG_TEE_TA_LOG_LEVEL=0Clement Faure
2020-09-04arm32: fold UNWIND(.fnstart/.fnend) into the FUNC macrosJerome Forissier
2020-09-04arm32: move the UNWIND() macro to <asm.S>Jerome Forissier
2020-08-26libutee: fix TEE_BigIntDiv(): dest_q or dest_r may be NULLJens Wiklander
2020-08-25ldelf: arm64: support R_AARCH64_TLSDESC relocationsJerome Forissier
2020-08-06ldelf, libutee: rework support of DT_INIT_ARRAY/DT_FINI_ARRAYJerome Forissier
2020-08-06ldelf, libutee: add minimal Thread Local Storage supportJerome Forissier
2020-08-06libutee: add <elf.h>Jerome Forissier
2020-08-06Move ELF headers from ldelf/ to lib/libutee/Jerome Forissier
2020-08-06libutee: arm64: add read_tpidr_el0() and write_tpidr_el0() macrosJerome Forissier
2020-07-31libutee: TEE_AsymmetricSignDigest support 0 signature lenRicardo Salveti
2020-06-24libutee: add leading underscore to base64 functionsJerome Forissier
2020-06-24libutee: remove unnecessary parenthesesJerome Forissier
2020-06-24libutee, ldelf: add leading underscore to syscall wrappersJerome Forissier
2020-05-28libutee: base64: initialize local variablesEtienne Carriere
2020-05-28libutee: fix base64 to support strictly well sized bufferEtienne Carriere
2020-05-28libutee: fix size query for property as binary blockEtienne Carriere
2020-05-15core: device pta: add flag to indicate dependency on tee-supplicantMaxim Uvarov
2020-05-06libutee: crypto: AE: Explicitly initialize buffer_offsSumit Garg
2020-04-14pta: invoke_test.pta: add test on null memref parameterEtienne Carriere