aboutsummaryrefslogtreecommitdiff
path: root/core/tee
AgeCommit message (Expand)Author
2018-09-07core: fix tee_tadb_ta_create() panicJens Wiklander
2018-08-10core: tee: crypt_utl: remove one crypto_initSilvano di Ninno
2018-06-19core: tee: update objectSize/keySize for ECDSA/ECDH ObjectsSahil Malhotra
2018-06-18Remove get_rng_array()Jens Wiklander
2018-06-18core: add new RNG implementationJens Wiklander
2018-06-08core: fix syscall_cryp_obj_get_attr() with null bufferJens Wiklander
2018-05-23tee_ree_fs: avoid race condition between fh usage/closingVolodymyr Babchuk
2018-05-18core: htree: fix meta inclusion in root hashJens Wiklander
2018-05-16Remove license notice from STMicroelectronics filesEtienne Carriere
2018-05-14core: fix OOM handling in tee_svc_storage_read_head()Jens Wiklander
2018-05-04core: syscall_open_ta_session(): make sure user context is setJerome Forissier
2018-04-05core: minor cleanup related to pseudo TAsEtienne Carriere
2018-04-03core: crypto: enable 4096-bit RSA keysJerome Forissier
2018-04-03core: REE FS: temporary block allocationJens Wiklander
2018-04-03core: tee_tadb_ta_read(): reduce tmp bufferJens Wiklander
2018-03-28core: syscall_authenc_enc_final() initialize tlenJens Wiklander
2018-02-16core: FS: storage: don't allow the object_id to reside in shared memoryZeng Tao
2018-02-14core: bugfix tee_tadb_ta_read()Jens Wiklander
2018-02-14core: fs_htree: fix authenc_init() error pathJerome Forissier
2018-02-14crypto: hkdf_expand(): call crypto_mac_free_ctx() instead of free()Jerome Forissier
2018-02-02core: fs_htree: include meta in root hashJens Wiklander
2018-02-02core: REE FS: ree_fs_truncate() commit dirh writesJens Wiklander
2018-02-02core: REE FS: make sure dirty flag is set when object is truncatedJerome Forissier
2018-02-02core: REE FS: ree_fs_truncate(): fix reversed error checksJerome Forissier
2018-01-30core: fix handling of NULL memory references by Internal Client APIJerome Forissier
2018-01-22core: fix reference counting in tee_tadb_open()Jens Wiklander
2018-01-19core: tee_svc.c: stop using tee_ta_mutexJens Wiklander
2018-01-11core: tee_svc_cryp.c: remove final ctx managementJens Wiklander
2018-01-11core: crypto.h manages authenc context memoryJens Wiklander
2018-01-11core: crypto.h manages cipher context memoryJens Wiklander
2018-01-11core: crypto.h manages mac context memoryJens Wiklander
2018-01-11core: crypto.h manages hash context memoryJens Wiklander
2018-01-10Remove 'All rights reserved' from Linaro filesJerome Forissier
2018-01-10Remove license notice from Linaro filesJerome Forissier
2018-01-10Add SPDX license identifiersJerome Forissier
2018-01-10Reformat copyright/license header in files with an SPDX IDJerome Forissier
2017-12-28Fix USER_TA_PROP_TYPE_BOOL handlingJens Wiklander
2017-12-13core/tee/tadb.c: Workaround error: missing braces around initializerVictor Chong
2017-12-07core: add tadbJens Wiklander
2017-12-07core: provide tee_svc_storage_file_ops()Jens Wiklander
2017-12-07core: fs_htree: bugfix creating empty fileJens Wiklander
2017-11-23core: se: fix potential use after freeAlex CHEN
2017-11-23tee_fs_rpc_opendir(): avoid potential memory leak after early returnviennadd
2017-11-14core: rename to <crypto/crypto.h>Jens Wiklander
2017-11-14core: remove struct crypto_opsJens Wiklander
2017-11-14Replace struct acipher_ops with function interfaceJens Wiklander
2017-11-14Replace struct bignum_ops with function interfaceJens Wiklander
2017-11-14Replace struct authenc_ops with function interfaceJens Wiklander
2017-11-14Replace struct mac_ops with function interfaceJens Wiklander
2017-11-14Replace struct cipher_ops with function interfaceJens Wiklander