summaryrefslogtreecommitdiff
path: root/ta
AgeCommit message (Expand)Author
2021-01-15ta: pkcs11: Deal with the private objects in C_LogoutRuchika Gupta
2021-01-15ta: pkcs11: Reduce the minimum pin length requiredRuchika Gupta
2021-01-15ta: pkcs11: Access check for private objectsRuchika Gupta
2021-01-13ta: pkcs11: Add support for getting object size and attribute valueRuchika Gupta
2021-01-13ta: pkcs11: Add support for finding objectsRuchika Gupta
2021-01-13ta: pkcs11: define TA commands for finding objectsRuchika Gupta
2021-01-11ta: pkcs11: Remove persistent objects on token re-initializationRobin van der Gracht
2021-01-07ta: pkcs11: Add TEE Identity based authentication supportVesa Jääskeläinen
2021-01-07ta: pkcs11: set_pin: use token shortcut like in other pin functionsVesa Jääskeläinen
2021-01-07ta: pkcs11: entry_ck_token_initialize: reset SO flags on initVesa Jääskeläinen
2021-01-07pkcs11: persistent_token: Don't read token object UUIDs if we have noneRobin van der Gracht
2021-01-07ta: pkcs11: Change sizeof argument for consistencyRobin van der Gracht
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