aboutsummaryrefslogtreecommitdiff
path: root/ta
AgeCommit message (Expand)Author
2021-11-17ta: pkcs11: fix a double-freeElvira Khabirova
2021-11-17ta: pkcs11: fix a memory leakElvira Khabirova
2021-10-22ta_dev_kit.mk: remove extra -o when creating static libraryJerome Forissier
2021-10-18util: rename ALIGNMENT_IS_OK to IS_ALIGNED_WITH_TYPEJorge Ramirez-Ortiz
2021-10-05ta: pkcs11: Add certificate object supportVesa Jääskeläinen
2021-10-04ta: pkcs11: Add support for AES CMAC mechanismsVictor Chong
2021-09-24ta_dev_kit.mk: set CFLAGS32 and CFLAGS64 to $(CFLAGS) by defaultClement Faure
2021-09-15ta: pkcs11: Add support for more HMAC mechanismsVictor Chong
2021-09-15ta: pkcs11: Fix sign size comparisonVictor Chong
2021-09-15ta: pkcs11: Fix typoVictor Chong
2021-09-14libutils: bget_malloc: fix test in pool min sizeEtienne Carriere
2021-09-10ta: remove deprecated CFG_TA_DYNLINKEtienne Carriere
2021-09-02build: ldelf and TAs can rely on CFLAGS32/CFLAGS64Etienne Carriere
2021-08-27ta: pkcs11: make heap size configurableEtienne Carriere
2021-08-27ta: pkcs11: describe CFG_PKCS11_TA_TOKEN_COUNTEtienne Carriere
2021-08-27ta: pkcs11: move default config to ta sub.mkEtienne Carriere
2021-08-25ta: pkcs11: fix error code in asymmetric signature update sequenceEtienne Carriere
2021-08-25ta: pkcs11: Add operation state in sessionRuchika Gupta
2021-08-12ta: pkcs11: Enforce that helpers are up to dateVesa Jääskeläinen
2021-08-12ta: pkcs11: Add missing PKCS11_CKR_ helpersVesa Jääskeläinen
2021-08-12ta: pkcs11: Sort PKCS11_CKR_ helper linesVesa Jääskeläinen
2021-08-12ta: pkcs11: Add script to verify that helpers are presentVesa Jääskeläinen
2021-08-09ta: pkcs11: Fix RSA public key importVesa Jääskeläinen
2021-08-09ta: pkcs11: Correct return value for decryption with invalid ciphertextVesa Jääskeläinen
2021-08-09ta: pkcs11: Correct return value for encryption with invalid inputVesa Jääskeläinen
2021-08-09ta: pkcs11: Add support for RSA OAEP encryption & decryptionVesa Jääskeläinen
2021-08-09ta: pkcs11: Add support for RSA PSS signing & verificationVesa Jääskeläinen
2021-08-09ta: pkcs11: Add support for RSA signing & verificationVesa Jääskeläinen
2021-08-09ta: pkcs11: Add RSA key pair generation supportVesa Jääskeläinen
2021-08-09ta: pkcs11: Add elliptic curve mecha bits to bytes conversionsVesa Jääskeläinen
2021-08-03ta: pkcs11: Remove dual crypto operations from token capabilityRuchika Gupta
2021-08-02ta: pkcs11: Fix calling twice of C_EncryptInit()/C_DecryptInit()Vesa Jääskeläinen
2021-07-08ta: pkcs11: Add access check on new object when deriving/unwrappingRuchika Gupta
2021-07-08ta: pkcs11: Add support for indirect templatesRuchika Gupta
2021-07-08ta: pkcs11: Add implementation for unwrapping keysRuchika Gupta
2021-07-08ta: pkcs11: Add implementation for wrapping keysRuchika Gupta
2021-07-08ta: pkcs11: Add missing error codesRuchika Gupta
2021-07-08ta: pkcs11: Allocate command ID's for wrapping/unwrapping keysRuchika Gupta
2021-05-28ta: pkcs11: Add support for elliptic curve signing & verificationVesa Jääskeläinen
2021-05-28ta: pkcs11: Add support for elliptic curve key pair generationVesa Jääskeläinen
2021-05-28ta: pkcs11: scripts: Add script for generating EC curve parametersVesa Jääskeläinen
2021-05-28ta: pkcs11: Add generic support for key pair generationVesa Jääskeläinen
2021-05-28ta: pkcs11: Allocate command ID for key pair generationVesa Jääskeläinen
2021-05-28ta: pkcs11: Add helper for setting up CKA_ID valueVesa Jääskeläinen
2021-05-28ta: pkcs11: Fix get_default_value/PKCS11_CKA_PUBLIC_KEY_INFOVesa Jääskeläinen
2021-05-28ta: pkcs11: CKA_SUBJECT is mandatory for keys but has default valueVesa Jääskeläinen
2021-04-19ta: pkcs11: Remove class and key check for indirect attributesRuchika Gupta
2021-04-14ta: pkcs11: use a temporary list for object under creationEtienne Carriere
2021-03-12ta: pkcs11: fix comment stating no mechanism is supportedEtienne Carriere
2021-03-12ta: pkcs11: Add restriction in C_GetAttributeValue()Ruchika Gupta