aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20Squashed commit upgrading to mbedtls-2.16.0Jens 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-20libutils: export PRIxVA_WIDTH and add PRIxPA_WIDTHJerome Forissier
2019-03-18libutee: fix off-by-one errors in base64_dec()Jerome Forissier
2019-03-15libutee: lessen dependency on mbedtls internalsJens Wiklander
2019-03-15Add mbed TLS types to typedefs.checkpatchJerome 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-14scripts/symbolize.py: accept several spaces after "region"Jerome Forissier
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-08libutee: fix deprecated TA_FLAG_REMAP_SUPPORT inline commentEtienne Carriere
2019-03-07stm32_i2c: driver for STM32 I2C busEtienne Carriere
2019-03-07libutil: add UDIV_ROUND_NEAREST() macroEtienne Carriere
2019-03-06core: ignore deprecated TA flags EXEC_DDR and USER_MODEJerome Forissier
2019-03-05core: better align output of TA dump with many or big regionsJerome Forissier
2019-03-05Allow building libutils etc. as shared librariesJerome Forissier
2019-03-05core: elf_load: R_ARM_ABS32/R_AARCH64_ABS64 relocations against undefined symbolJerome Forissier
2019-03-05User TA: add --as-needed to link flagsJerome Forissier
2019-03-05mk/lib.mk: add support for producing shared user librariesJerome 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