aboutsummaryrefslogtreecommitdiff
path: root/core/tee
AgeCommit message (Expand)Author
2019-04-15core: storage: set data length after truncationChristopher Tam
2019-03-08core: Initialize the chip_id array when generating the SSKAlexandre Jutras
2019-03-01core: cleanup generic tracesEtienne Carriere
2019-02-25libutils: remove buf_compare_ct()Jerome Forissier
2019-02-25core: RPMB FS: check for potential overflowsJerome Forissier
2019-02-25core: syscall_authenc_init(): check nonce accessibilityJerome Forissier
2019-02-25core: crypto: add overflow check when copying attributesJerome Forissier
2019-02-25core: do not use virtual addresses as session identifierJerome Forissier
2019-01-30core: check the value of tee_otp_get_die_id()Oliver Chiang
2019-01-22core: syscall_storage_obj_create(): fix a memory leakOliver Chiang
2019-01-21core: svc_cryp: fix truncated buffer lengthJens Wiklander
2019-01-21core: svc: always check ta parametersJens Wiklander
2019-01-21svc: Initialize tmp_va_buf to prevent a TOCTOU attackJens Wiklander
2019-01-21svc: fix NULL pointer dereference during storage enumerationJoakim Bech
2019-01-21svc: check for overflow when allocating a BigNum bufferJoakim Bech
2019-01-21svc: avoid TOCTOU issue in syscall_hash_finalJoakim Bech
2019-01-21svc: check for allocation overflow in crypto calls part 2Joakim Bech
2019-01-21svc: check for allocation overflow in crypto callsJoakim Bech
2019-01-21svc: check for allocation overflow in syscall_cryp_obj_populateJoakim Bech
2019-01-21fs: prevent out of place write when no dataJens Wiklander
2019-01-21rpmb: check return value from essiv callJoakim Bech
2018-12-19core: syscall_storage_obj_rename(): fix handling of .rename() return statusJerome Forissier
2018-12-11Remove Secure Element API supportJerome Forissier
2018-11-15core: crypto: add TEE_ALG_RSASSA_PKCS1_V1_5Gabor Szekely
2018-11-15core: introduce generic optee_rpc_cmd.hJens Wiklander
2018-11-15core: tadb.c: get rid of init_memparam()Jens Wiklander
2018-11-15core: tee_fs_rpc.c get rid of init_memparam()Jens Wiklander
2018-11-15core: use struct thread_param for RPCJens Wiklander
2018-10-24core: simplify shm cookie handlingJens Wiklander
2018-10-23core: modify tee_otp_get_hw_unique_key to return TEE_ResultDaniel McIlvaney
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