summaryrefslogtreecommitdiff
path: root/ta
AgeCommit message (Expand)Author
2020-12-23ta: pkcs11: Fix for CKA_KEY_GEN_MECHANISM in create_attributes_from_template()Ruchika Gupta
2020-12-23ta: pkcs11: Fix for CKA_LOCAL in create_attributes_from_template()Ruchika Gupta
2020-12-23ta: pkcs11: Add support for Key GenerationRuchika Gupta
2020-12-23ta: pkcs11: Define TA mechanisms for Key GenerationRuchika Gupta
2020-12-23ta: pkcs11: Define command for Key GenerationRuchika Gupta
2020-12-17ta: pkcs11: Fix the error code returnedRuchika Gupta
2020-12-17ta: pkcs11: Temporary workaround in sanitize_indirect_attr()Ruchika Gupta
2020-12-11ta: pkcs11: rename argument bp to attrs for generic attributesEtienne Carriere
2020-12-11ta: pkcs11: fix initial value for return codeEtienne Carriere
2020-12-11ta: pkcs11: fix ordering in switch caseEtienne Carriere
2020-12-11ta: pkcs11: add missing header filesEtienne Carriere
2020-12-11ta: pkcs11: remove empty tee_release_ctr_operation()Etienne Carriere
2020-12-11ta: pkcs11: release active process on session closureEtienne Carriere
2020-12-11ta: pkcs11: fix return code when parsing attribute templatesEtienne Carriere
2020-12-07ta: pkcs11: Add support for big key sizes for HMAC hash MechanismsRuchika Gupta
2020-12-07ta: pkcs11: Add minimum key size checking for HMAC MechanismsRuchika Gupta
2020-12-07ta: pkcs11: Fix usage of CKK_GENERIC_SECRET for HMAC FunctionsRuchika Gupta
2020-12-07ta: pkcs11: Add support for HMAC keys in get_key_min_max_sizes()Ruchika Gupta
2020-12-07ta: pkcs11: Correct the key size for HMAC mechanismsRuchika Gupta
2020-11-24ta: pkcs11: Remove unused function entry_verify_oneshot()Ruchika Gupta
2020-11-24ta: pkcs11 : add support for HMAC modes for Sign/VerifyRuchika Gupta
2020-11-24ta: pkcs11: define TA command for signing/verificationRuchika Gupta
2020-11-24ta: pkcs11: define TA mechanisms for HMAC modesRuchika Gupta
2020-11-23ta: pkcs11: fix return code on one-shot process of a updated operationRuchika Gupta
2020-11-10ta: pkcs11: fix error handling when reading ALLOWED_MECHANISMS listEtienne Carriere
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