aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2019-03-28core: ltc: tomcrypt.c: remove unused includesJens Wiklander
2019-03-28core: ltc: rename prng_mpa to prng_cryptoJens Wiklander
2019-03-28core: ltc: move remaining external files from srcJens Wiklander
2019-03-28core: ltc: move remaining exported aes functionsJens Wiklander
2019-03-28core: ltc: move remaining exported hash functionsJens Wiklander
2019-03-28core: ltc: move dh wrappers to separate fileJens Wiklander
2019-03-28core: ltc: move rsa wrappers to separate fileJens Wiklander
2019-03-28core: ltc: move ecc wrappers to separate fileJens Wiklander
2019-03-28core: ltc: move dsa wrappers to separate fileJens Wiklander
2019-03-28core: crypto.c: don't use _CFG_CRYPTO_WITH_ACIPHERJens Wiklander
2019-03-28Move CFG_CORE_MBEDTLS_MPI init to mk/config.mkJens Wiklander
2019-03-28Move CFG_CRYPTOLIB_{NAME,DIR} init to mk/config.mkJens Wiklander
2019-03-28core: arm: link tee.elf with lib archivesJens Wiklander
2019-03-28core: ltc: dsa_import() use inlen instead of MAX_RSA_SIZEJens Wiklander
2019-03-22core: add encrypt key length in AES encrypt APISummer Qin
2019-03-22core: compile only libmpa with libtomcryptJens Wiklander
2019-03-22Only clear base-prefix for crypto libraries in coreJens Wiklander
2019-03-22Add CFG_CRYPTOLIB_NAME_$(CFG_CRYPTOLIB_NAME)Jens Wiklander
2019-03-22core: crypto: move AES-CTS wrappers from libtomcrypt/ to crypto/Jens Wiklander
2019-03-20core: user_ta: implement ASLR for TAsJerome Forissier
2019-03-20core: user_ta: use consistent formatting for addresses in TA dumpJerome Forissier
2019-03-15generic_boot: reserve optee_tzdram memoryRouven Czerwinski
2019-03-15generic_boot: retrieve address-cells and size-cells from rootRouven Czerwinski
2019-03-15generic_boot: rename shared reserved memory nodeRouven Czerwinski
2019-03-14zynqmp: fix UART1 base for zcu102, zc1751_dc1, zc1751_dc2 flavorsMichael Grand
2019-03-11core: crypto: introduce struct crypto_authenc_opsJens Wiklander
2019-03-11core: crypto: introduce struct crypto_cipher_opsJens Wiklander
2019-03-11core: crypto: introduce struct crypto_mac_opsJens Wiklander
2019-03-11core: implement crypto_cipher_get_block_size()Jens Wiklander
2019-03-11core: crypto: introduce struct crypto_hash_opsJens Wiklander
2019-03-09Add support for ultra96 ZynqMP boardMichael Grand
2019-03-08core: Initialize the chip_id array when generating the SSKAlexandre Jutras
2019-03-07stm32_i2c: driver for STM32 I2C busEtienne Carriere
2019-03-05core: better align output of TA dump with many or big regionsJerome Forissier
2019-03-05core: elf_load: R_ARM_ABS32/R_AARCH64_ABS64 relocations against undefined symbolJerome Forissier
2019-03-01core: cleanup generic tracesEtienne Carriere
2019-03-01core/generic_boot: consistent DTB info tracesEtienne Carriere
2019-03-01core/generic_boot: tone down trace for missing external DTBEtienne Carriere
2019-02-28Compile user TAs with -fpic rather than -fpieJerome Forissier
2019-02-25core: replace TAF with TA invocation in inline commentsEtienne Carriere
2019-02-25core: use PTA as acronym for pseudo TAEtienne Carriere
2019-02-25core: add inline description of TEE session field user_ctxEtienne Carriere
2019-02-25core: pta/gprof.c: remove redundant access checkJerome Forissier
2019-02-25core: REE FS TAs: add option to verify signature before processingJerome Forissier
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: get_elf_segments(): use memmove on overlapping memoryJerome Forissier
2019-02-25core: load_elf_from_store(): check stack sizeJerome Forissier