summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-05libutil: add alignment parameter to bgetJens Wiklander
2021-01-05Introduce CFG_TA_BGET_TESTJens Wiklander
2020-12-15Use barrier_read_cntpct() to read CNTPCTJens Wiklander
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-11-16libs: ltc and mbedtls introduce crypto_ecc[public/keypair]_opsCedric Neveux
2020-11-12core: libmbedtls: use crypto_acipher_free_rsa_keypair() instead of open-codingJerome Forissier
2020-11-12core: libmbedtls: crypto_acipher_free_rsa_keypair(): add missing free for s->dqJerome Forissier
2020-10-27core: add generic struct ts_sessionJens Wiklander
2020-10-26libutils: strtoul.c: adjust license text to upstreamRouven Czerwinski
2020-10-21Add alignment parameter to FUNC() and LOCAL_FUNC() macrosJens Wiklander
2020-10-19libutils: provide empty __getauxval() implementationVolodymyr Babchuk
2020-10-09libutils: arm: add .cantunwind to __gnu_mcount_nc()Jerome Forissier
2020-10-07Use fallthrough pseudo-keyword in switch/case statementsJerome Forissier
2020-10-07libutils: compiler.h: introduce fallthrough pseudo-keywordJerome Forissier
2020-10-01Provide TEE_ATTR_FLAG_VALUE and TEE_ATTR_FLAG_PUBLICJens Wiklander
2020-09-29libutils: do not redefine ARRAY_SIZEJorge Ramirez-Ortiz
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-16crypto: add function to free rsa keypairElias von Däniken
2020-09-14libutils: fix memset(), memcpy(), memmove() with -O3Jerome Forissier
2020-09-14libutils: memset(): add -O2 only if optimization is -OsJerome Forissier
2020-09-08libutils: Fix fputs() when CFG_TEE_TA_LOG_LEVEL=0Clement Faure
2020-09-08core: thread: add compiler barrier to thread_set_exceptions()Khoa Hoang
2020-09-04Add unwind library (libunw)Jerome Forissier
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-09-04core: remove stack dump macros and multiple log levelsJerome 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-17libutils: embed AEABI personality routines upon CFG_UNWINDEtienne Carriere
2020-08-14core: add stack overflow detectionJerome 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-08-06libutils: add simplified fputc(), fputs(), fwrite(), write()Jerome Forissier
2020-08-06libutils: add sprintf()Jerome Forissier