summaryrefslogtreecommitdiff
path: root/ta
AgeCommit message (Expand)Author
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
2020-04-08ta: pkcs11: drop derive from AES_ECBEtienne Carriere
2020-04-08ta: pkcs11: fix MECHANISM_IDS to return OK when no output bufferEtienne Carriere
2020-04-02ta: pkcs11: remove inline comment about persistent object databaseEtienne Carriere
2020-04-02ta: pkcs11: fixup header file inclusion orderingEtienne Carriere
2020-04-02ta: pkcs11: fixup user id in init_pin_key()Etienne Carriere
2020-03-27ta: pkcs11: session commands supportEtienne Carriere
2020-03-27ta: pkcs11: register a client instance for each opened TEE sessionEtienne Carriere
2020-03-27ta: pkcs11: handle database for various client referencesEtienne Carriere
2020-03-27ta: pkcs11: add mechanism info and session command to helpersEtienne Carriere
2020-03-27ta: pkcs11: define TA commands related to session managementEtienne Carriere
2020-03-24ta: pkcs11: command to get mechanism infoEtienne Carriere
2020-03-24ta: pkcs11: command to get mechanisms embedded in a tokenEtienne Carriere
2020-03-24ta: pkcs11: support for mechanism embedded in a tokenEtienne Carriere