summaryrefslogtreecommitdiff
path: root/ta
AgeCommit message (Expand)Author
2020-08-27ta: pkcs11: adds support for symmetric AES cipher modesJens Wiklander
2020-08-27ta: pkcs11: define TA command for encryption/decryptionJens Wiklander
2020-08-27ta: pkcs11: define TA mechanisms for AES cipher modesJens Wiklander
2020-08-06ta: experimental C++ supportJerome 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-06ta: ta.ld.S: add .eh_frame_hdr and .eh_frame sectionsJerome Forissier
2020-08-06ta: ta.ld.S: add .gcc_except_table sectionJerome Forissier
2020-08-06ta: ta.ld.S: add .tdata and .tbss sectionsJerome Forissier
2020-08-06ta: ta.ld.S: add __exidx_start and __exidx_endJerome Forissier
2020-08-03symbolize.py: infer PC from (E)LRJerome Forissier
2020-08-03ta: export CFG_TEE_TA_LOG_LEVEL with ?= not :=Jerome Forissier
2020-07-31build: fix race when generating conf.mkJerome Forissier
2020-07-22mk: core: ta: Configurable Python interpreterDick Olsson
2020-07-14ta: pkcs11: persistent object supportJens Wiklander
2020-07-14ta: pkcs11: support command to import and destroy objectJens Wiklander
2020-07-14ta: pkcs11: attribute helper functionsJens Wiklander
2020-07-14ta: pkcs11: helper for serial arguments with allocationJens Wiklander
2020-07-14ta: pkcs11: helper function to serialize object attributeEtienne Carriere
2020-07-14ta: pkcs11: add id-to-string conversion for new TA commandsEtienne Carriere
2020-07-14ta: pkcs11: define TA commands for object creation/destructionEtienne Carriere
2020-07-14ta: pkcs11: add vendor mechanism used for object importEtienne Carriere
2020-07-14ta: pkcs11: add attributes/class/key type IDs in TA APIEtienne Carriere
2020-07-14ta: pkcs11: add object attribute ABI in TA header fileEtienne Carriere
2020-06-24libutee, ldelf: add leading underscore to syscall wrappersJerome Forissier
2020-06-08TA dev kit: clang: link shared libraries with -z separate-loadable-segmentsJerome Forissier
2020-05-28ta: Add missing default of user-ta-versionJan Kiszka
2020-05-27Allow use of cc-option in core/arch/arm/arm.mkJerome Forissier
2020-05-26link.mk: add missing $libgcc to ldargsVictor Chong
2020-05-15ta: simple typo fixes in comments in ta/pkcs11 treeMarkus S. Wamser
2020-05-12ta: add early TA to seal and unseal Linux trusted keysSumit Garg
2020-05-05ta: pksc11: update for trace and command exitEtienne Carriere
2020-05-05ta: pkcs11: rename PKCS11_UNAVAILABLE_INFORMATIONEtienne Carriere
2020-05-05ta: pkcs11: token_capabilities.h: add missing includesJens Wiklander
2020-05-05ta: pkcs11: replace complicated params pointer calculationJens Wiklander
2020-05-05ta: pkcs11: use enum pkcs11_rc instead of uint32_tJens Wiklander
2020-04-28ta: pkcs11: use serialargs_get_session_from_handle()Etienne Carriere
2020-04-28ta: pkcs11: helper function to get session from serial argumentsEtienne Carriere
2020-04-23ta: pkcs11: set default token serial number based on token IDEtienne Carriere
2020-04-23ta: pkcs11: set slot information to gpd.tee.deviceID if availableEtienne Carriere
2020-04-23ta: pkcs11: remove unused variable token in entry_ck_slot_info()Etienne Carriere
2020-04-16ta: pkcs11: remove unused PIN encryption key functionsJens Wiklander
2020-04-16ta: pkcs11: implement commands PKCS11_CMD_LOGIN/_LOGOUTJens Wiklander
2020-04-16ta: pkcs11: implement command PKCS11_CMD_SET_PINJens Wiklander
2020-04-16ta: pkcs11: implement command PKCS11_CMD_INIT_PINJens Wiklander
2020-04-16ta: pkcs11: implement command PKCS11_CMD_INIT_TOKENJens Wiklander
2020-04-16ta: pkcs11: helper to update token persistent databaseJens Wiklander
2020-04-16ta: pkcs11: update PIN fields in struct token_persistent_mainJens Wiklander
2020-04-16ta: pkcs11: helpers for PIN hashingJens Wiklander
2020-04-16ta: pkcs11: helper for GPD TEE to PKCS#11 status conversionJens Wiklander