1. 3b6c0c2 core: libtomcrypt: Fix compilation issue with CFG_CRYPTO_ECC=n by Sohaib ul Hassan · 3 years, 3 months ago import/libtomcrypt-1.18.2-develop-20180819
  2. 6d720b8 build: allow multiple occurrences of the same directory in subdirs-y by Jerome Forissier · 3 years, 3 months ago
  3. 405cff2 core: ltc: sm2: use proper curve during key generation by Jerome Forissier · 3 years, 5 months ago
  4. 24be69c core: ltc: sm2: set curve by default when key type is SM2 by Jerome Forissier · 3 years, 5 months ago
  5. b075e15 core: libtomcrypt: increase MPI_MEMPOOL_SIZE to 46kB by Sahil Malhotra · 3 years, 8 months ago
  6. f6d5079 libtomcrypt/sha256_accel: fix stringop-overflow error by Dominique Martinet · 3 years, 8 months ago
  7. 65ac266 libtomcrypt: disable -Wdeclaration-after-statement by Jens Wiklander · 3 years, 9 months ago
  8. 875778d core: ltc: always define LTC_DER by Jerome Forissier · 3 years, 9 months ago
  9. a4cb956 core: ltc: fix missing mutex unlock by ycaibb · 4 years ago
  10. b644ba2 rsa: add rsa key generate with public exponent upto 256 bits by Cedric Neveux · 4 years, 2 months ago
  11. 3687ef8 core: libtomcrypt: add 3DES CMAC implementation by Alexander Zakharov · 4 years, 6 months ago
  12. 1444e1d core: ltc: fix return value in crypto API SM2 PKA decrypt by Etienne Carriere · 4 years, 9 months ago
  13. 0c46e42 core: libtomcrypt: dh_make_key(): do not force bit 'xbits' to be 1 by Jerome Forissier · 4 years, 9 months ago
  14. 190dba3 core: libtomcrypt: dh_make_key(): remove useless code by Jerome Forissier · 4 years, 9 months ago
  15. 044d1e1 Merge branch 'master' into import/libtomcrypt-1.18.2-develop-20180819 by Jerome Forissier · 4 years, 9 months ago
  16. 0f01ef6 core: ltc: fix SM2 PKE memory leak by Cedric Neveux · 4 years, 9 months ago
  17. c1872c1 core: ltc: change SM2 PKE to use crypto_ecc_[public/keypair]_ops by Cedric Neveux · 4 years, 9 months ago
  18. b8cc1a5 core: ltc: set SM2 ECC Keys operations by Cedric Neveux · 4 years, 10 months ago
  19. 78f65af core: ltc: introduce crypto_ecc[public/keypair]_ops by Jerome Forissier · 4 years, 9 months ago
  20. 24d52e4 core: print "TEE load address" message on abort by Jerome Forissier · 4 years, 9 months ago
  21. 685d152 core: ltc: fix SM2 PKE memory leak by Cedric Neveux · 4 years, 9 months ago
  22. d29cd2e core: driver: generic resources for crypto device driver - ECC by Cedric Neveux · 6 years ago
  23. 5328dfb core: ltc: change SM2 PKE to use crypto_ecc_[public/keypair]_ops by Cedric Neveux · 4 years, 9 months ago
  24. 884fd19 core: crypto: add encrypt/decrypt to crypto_ecc_[public/keypair]_ops by Cedric Neveux · 4 years, 9 months ago
  25. 1fa655f core: ltc: set SM2 ECC Keys operations by Cedric Neveux · 4 years, 10 months ago
  26. 08e47d6 core: crypto: unify ECC and SM2_DSA sign/verify by Cedric Neveux · 4 years, 10 months ago
  27. b56ad90 libs: ltc and mbedtls introduce crypto_ecc[public/keypair]_ops by Cedric Neveux · 4 years, 10 months ago
  28. df00cf5 core: crypto: add struct crypto_ecc_[public/keypair]_ops by Cedric Neveux · 4 years, 10 months ago
  29. 521aacf core: fix secure partition TA context by Etienne Carriere · 4 years, 9 months ago
  30. 263aac4 core: ltc: use crypto_acipher_free_rsa_keypair() instead of open-coding by Jerome Forissier · 4 years, 9 months ago
  31. 6574736 core: ltc: crypto_acipher_free_rsa_keypair(): add missing free for s->dq by Jerome Forissier · 4 years, 9 months ago
  32. cfb1c6f core: ltc: add function to free rsa keypair by Jerome Forissier · 4 years, 9 months ago
  33. 0762e33 Merge commit '9b0773cb' into import/libtomcrypt-1.18.2-develop-20180819 by Jerome Forissier · 4 years, 9 months ago
  34. b3d204f drivers: caam: use do_free_keypair() instead of open-coding by Jerome Forissier · 4 years, 9 months ago
  35. 6eaf556 drivers: caam: do_free_keypair(): add missing free for key->dq by Jerome Forissier · 4 years, 9 months ago
  36. 1ab1ebd core: libmbedtls: use crypto_acipher_free_rsa_keypair() instead of open-coding by Jerome Forissier · 4 years, 9 months ago
  37. 5118efb core: libmbedtls: crypto_acipher_free_rsa_keypair(): add missing free for s->dq by Jerome Forissier · 4 years, 9 months ago
  38. 92e3869 core: ltc: use crypto_acipher_free_rsa_keypair() instead of open-coding by Jerome Forissier · 4 years, 9 months ago
  39. 85f7c55 core: ltc: crypto_acipher_free_rsa_keypair(): add missing free for s->dq by Jerome Forissier · 4 years, 9 months ago
  40. 16c8ce9 hikey: increase CFG_CORE_HEAP_SIZE from 64 to 72 KB by Jerome Forissier · 4 years, 9 months ago
  41. e3603bd core: move non TA specific fields from user_ta_ctx by Balint Dobszay · 4 years, 9 months ago
  42. 486d6e3 core: extract ldelf related code from user_ta.c by Balint Dobszay · 4 years, 9 months ago
  43. b351c68 core: pass user_mode_ctx to thread_user_clear_vfp() by Balint Dobszay · 4 years, 9 months ago
  44. e2cf992 drivers: imx_i2c: move utility macros by Jorge Ramirez-Ortiz · 4 years, 9 months ago
  45. 6923dd8 drivers: imx_i2c: get base addresses from device tree by Jorge Ramirez-Ortiz · 4 years, 10 months ago
  46. 8e58c34 drivers: imx_i2c: enable the driver when not all three buses are ready by Jorge Ramirez-Ortiz · 4 years, 10 months ago
  47. d156989 drivers: imx_i2c: add support for imx6ull by Jorge Ramirez-Ortiz · 4 years, 10 months ago
  48. 1437150 drivers: imx_i2c: prepare for imx6ull support by Jorge Ramirez-Ortiz · 4 years, 9 months ago
  49. 6a760c9 ta: pkcs11: fix error handling when reading ALLOWED_MECHANISMS list by Etienne Carriere · 4 years, 9 months ago
  50. 2702452 ta: sks: stringify error core KEY_SIZE_RANGE by Etienne Carriere · 4 years, 9 months ago
  51. 17ee31f ta: pkcs11: CKA_SIGN and CKA_VERIFY default to empty by Etienne Carriere · 4 years, 9 months ago
  52. 39fc24f ta: pkcs11: fix for spec WRAP_WITH_TRUSTED/ALWAYS_AUTHENTICATE defaults by Etienne Carriere · 4 years, 9 months ago
  53. 4eb8865 ta: pkcs11: Handle optional attributes without default values by Ruchika Gupta · 4 years, 9 months ago
  54. dea46be core: add secure partitions store by Jelle Sels · 4 years, 10 months ago
  55. b43095e core: move early_ta implementation to embedded_ts by Jelle Sels · 4 years, 10 months ago
  56. 880d8d8 core: create embedded_ts by Jelle Sels · 4 years, 10 months ago
  57. 6cb0281 core: rename ta_store to ts_store by Jelle Sels · 4 years, 10 months ago
  58. f9cd31c core: rename secure_partition to stmm_sp by Jelle Sels · 4 years, 10 months ago
  59. cac7ad0 checkpatch: add --kconfig-prefix=CFG_ by Jerome Forissier · 5 years ago
  60. 89c9728 core: replace tee_mmu prefix with vm by Jens Wiklander · 4 years, 10 months ago
  61. a0937af core: rename to core_mmu_init_ta_ram() by Jens Wiklander · 4 years, 10 months ago
  62. 2188fe0 core: remove tee_mmu_get_ctx() by Jens Wiklander · 4 years, 10 months ago
  63. 18c166d core: move teecore_init_pub_ram() by Jens Wiklander · 4 years, 10 months ago
  64. 4ad6b1a core: remove unused tee_mmu_user_get_cache_attr() by Jens Wiklander · 4 years, 10 months ago
  65. dd0f212 core: remove unused tee_mmu_map_add_segment() by Jens Wiklander · 4 years, 10 months ago
  66. 1f648d5 core: remove struct tee_ta_ctx from struct user_mode_ctx by Jens Wiklander · 4 years, 10 months ago
  67. f802ab5 core: add gprof_set_status() to struct ts_ops by Jens Wiklander · 5 years ago
  68. 82061b8 core: store TA params in session struct by Jens Wiklander · 5 years ago
  69. ab24229 core: add struct ts_ops by Jens Wiklander · 5 years ago
  70. ce332a5 core: add is_ta_ctx() by Jens Wiklander · 5 years ago
  71. 3560d99 core: add generic struct ts_ctx by Jens Wiklander · 5 years ago
  72. 00b3b9a core: add generic struct ts_session by Jens Wiklander · 5 years ago
  73. d0e3efa core: replace TA with user mode in abort handling by Jens Wiklander · 5 years ago
  74. 47cbb5b core: fix CFG_CORE_UNMAP_CORE_AT_EL0=y for non-default CFG_LPAE_ADDR_SPACE_BITS by Jens Wiklander · 4 years, 9 months ago
  75. cc8fda9 core: replace CFG_LPAE_ADDR_SPACE_SIZE with CFG_LPAE_ADDR_SPACE_BITS by Jens Wiklander · 4 years, 9 months ago
  76. 3ad655c core: do not print canary debug messages on boot by Jerome Forissier · 4 years, 10 months ago
  77. a8d5919 libutils: strtoul.c: adjust license text to upstream by Rouven Czerwinski · 4 years, 9 months ago
  78. 5510db0 build: ld-option: handle any linker warning as an error by Jerome Forissier · 4 years, 10 months ago
  79. ade61fe mediatek: add support for MT8516 SoC by Fabien Parent · 6 years ago
  80. bdb6a6a mediatek: enable CFG_ARM64_core by default by Fabien Parent · 4 years, 10 months ago
  81. 0d57f57 core: replace assembly directive .align with .balign by Jens Wiklander · 4 years, 10 months ago
  82. 39cb90b core: sm_a32.S: add missing .cantunwind by Jens Wiklander · 4 years, 10 months ago
  83. fae8192 core: correct alignment for exception vectors by Jens Wiklander · 4 years, 10 months ago
  84. 762a555 Add alignment parameter to FUNC() and LOCAL_FUNC() macros by Jens Wiklander · 4 years, 10 months ago
  85. 5d50cc9 ci: travis: download checkpatch.pl from linux-next by Jerome Forissier · 4 years, 10 months ago
  86. 54fbfa9 core: deprecate register_dynamic_shm() by Jens Wiklander · 4 years, 10 months ago
  87. 8f51d0a core: rpmb: check return value of encrypt_block() by Stefan Schmidt · 4 years, 10 months ago
  88. f50962e ta_dev_kit.mk: make sure that libutils is linked second time by Volodymyr Babchuk · 4 years, 10 months ago
  89. 73196b5 link.mk: implement support for libnames-after-libgcc variable by Volodymyr Babchuk · 4 years, 10 months ago
  90. 36e784f libutils: provide empty __getauxval() implementation by Volodymyr Babchuk · 4 years, 10 months ago
  91. ed30b6c early_ta: use scattered array helpers by Jens Wiklander · 4 years, 10 months ago
  92. c4def2a Update CHANGELOG for 3.11.0 by Jerome Forissier · 4 years, 10 months ago 3.11.0
  93. c43d756 plat: zynqmp: use generic_ram_layout for defining dram layout by Ricardo Salveti · 4 years, 10 months ago
  94. ae85b83 scripts: support both pycryptodome and pycryptodomex by Volodymyr Babchuk · 4 years, 10 months ago
  95. 0ab3b1f MAINTAINERS: maintain plat-zynqmp by Ricardo Salveti · 4 years, 10 months ago
  96. ae2b65f plat: zynqmp: force disable core ALSR by Ricardo Salveti · 4 years, 10 months ago
  97. 3b11b1d core: rpmb: fix off-by-one in block index check by Jerome Forissier · 4 years, 10 months ago
  98. 60c96f6 drivers: scmi-msg: refine local header files by Etienne Carriere · 4 years, 10 months ago
  99. ba134bd drivers: scmi-msg: fix indentation by Etienne Carriere · 4 years, 10 months ago
  100. c007fb3 drivers: scmi-msg: Set SCMI version to 3 by Etienne Carriere · 4 years, 10 months ago