summaryrefslogtreecommitdiff
path: root/ta
AgeCommit message (Expand)Author
2021-01-05Introduce CFG_TA_BGET_TESTJens Wiklander
2021-01-04ta: pkcs11: Add more checks before destroying object in a sessionRuchika Gupta
2021-01-04ta: pkcs11: Fix return value when trying to open parallel sessionVesa Jääskeläinen
2020-12-28ta: pkcs11: Check for CKA_PRIVATE when creating objectsRuchika Gupta
2020-12-28ta: pkcs11: Fix error returnedRuchika Gupta
2020-12-23ta: pkcs11: Use get_attribute_ptr() instead of get_attribute()Ruchika Gupta
2020-12-23ta: pkcs11: Add class_id in create_attributes_from_template()Ruchika Gupta
2020-12-23ta: pkcs11: Add class and type hint in sanitize_client_object()Ruchika Gupta
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