summaryrefslogtreecommitdiff
path: root/ta
AgeCommit message (Expand)Author
2020-11-10ta: sks: stringify error core KEY_SIZE_RANGEEtienne Carriere
2020-11-10ta: pkcs11: CKA_SIGN and CKA_VERIFY default to emptyEtienne Carriere
2020-11-10ta: pkcs11: fix for spec WRAP_WITH_TRUSTED/ALWAYS_AUTHENTICATE defaultsEtienne Carriere
2020-11-09ta: pkcs11: Handle optional attributes without default valuesRuchika Gupta
2020-10-19ta_dev_kit.mk: make sure that libutils is linked second timeVolodymyr Babchuk
2020-10-19link.mk: implement support for libnames-after-libgcc variableVolodymyr Babchuk
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-02ta: pkcs11: fix get_attribute_ptrs() against empty attributesEtienne Carriere
2020-09-02ta: pkcs11: fix trace_attributes() to support empty attribute arraysEtienne Carriere
2020-09-02ta: pkcs11: remove local helper function supported_mechanism_key_size()Etienne Carriere
2020-09-02ta: pkcs11: minor fixesEtienne Carriere
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