1. d3dcaf5 ltc: ctr: fix counter increment when LTC_FAST is defined by Jerome Forissier · 6 months ago import/libtomcrypt-1.18.2-develop-20240412
  2. a54dc52 core: lib: fix undefined behavior shift_out_of_bounds in libtomcrypt by Abhishek Revadekar · 1 year, 1 month ago
  3. 4124760 libtomcrypt: fix calloc() against GCC 14 -Wcalloc-transposed-args by Etienne Carriere · 1 year, 1 month ago
  4. 165e1fe core: ltc: update for libtomcrypt changes by Jens Wiklander · 1 year, 4 months ago
  5. ff29487 core: ltc: rsa_verify_hash: fix panic on hash mismatch by Vitor Sato Eschholz · 2 years ago
  6. 43363af core: ltc: add fault mitigation in crypto_acipher_rsassa_verify() by Jens Wiklander · 3 years, 4 months ago
  7. d3040d8 libtomcrypt: Remove prng_state* NULL pointer check from ed25519_make_key() by Jerome Forissier · 2 years, 10 months ago
  8. a1e9686 libtomcrypt: ctr_encrypt(): adjust for OP-TEE CE accelerated routines by Jerome Forissier · 2 years, 10 months ago
  9. eba1524 libtomcrypt: define LTC_MPI at the same time as LTC_DER by Jerome Forissier · 2 years, 11 months ago
  10. e8f42d8 core: libtomcrypt: Remove prng_state* NULL pointer check from x25519_make_key() by Sohaib ul Hassan · 3 years, 2 months ago
  11. edb8618 core: ltc: add SM2 curve parameters by Jerome Forissier · 6 years ago
  12. 1713825 core: ltc: make key in accel_ecb_encrypt() and accel_ecb_decrypt() const by Jerome Forissier · 6 years ago
  13. 53d2509 core: ltc: fix 'switch case misses default' by Jerome Forissier · 6 years ago
  14. 5c7e0de core: ltc: add custom DH key generation function dh_make_key() by Jerome Forissier · 6 years ago
  15. cba20f6 core: ltc: tomcrypt_custom.h: OP-TEE thread support by Jerome Forissier · 6 years ago
  16. 7f247ad libtomcrypt: implement zeromem() with memzero_explicit() by Jerome Forissier · 6 years ago
  17. 96ac368 LTC: add GHASH acceleration by Jens Wiklander · 8 years ago
  18. 79bd5cb ltc: make cipher_descriptor a pointer to descriptors by Jens Wiklander · 10 years ago
  19. a9f0d67 ltc: make hash_descriptor a pointer to descriptors by Jens Wiklander · 10 years ago
  20. 82feb7a ltc: make prng_descriptor a pointer to descriptors by Jens Wiklander · 10 years ago
  21. ae75124 libtomcrypt: tomcrypt_private.h: add HASH_PROCESS_NBLOCKS by Jerome Forissier · 10 years ago
  22. a4281f4 ECC: optimize the pool of temporary variables by Pascal Brand · 10 years ago
  23. b32f841 Import LibTomCrypt v1.18.2 branch "develop" (Apr 12, 2024) by Jens Wiklander · 1 year, 4 months ago
  24. 035c58e Remove LibTomCrypt by Jens Wiklander · 1 year, 4 months ago
  25. 5c4fcb7 core: ltc: sub.mk: reorganize and simplify by Jens Wiklander · 1 year, 4 months ago
  26. 19a31ec core: ltc: merge sub.mk's into a single sub.mk by Jens Wiklander · 1 year, 4 months ago
  27. 68ac62e core: add CFG_RSA_PUB_EXPONENT_3 by Sami Tolvanen · 1 year, 4 months ago
  28. 08204d7 core: lib: scmi-server: add CMake defines for embedded modules by Etienne Carriere · 1 year, 4 months ago
  29. e948a48 drivers: include standard header files from stpmic1_regulator.h by Etienne Carriere · 1 year, 4 months ago
  30. 16fbd46 plat-sam: remove CFG_PL310_LOCKED by Clément Léger · 2 years, 9 months ago
  31. 2567597 ldelf: Fix dumping physical address of ELF segment by Alvin Chang · 1 year, 4 months ago
  32. 6376023 riscv: plat-virt: Enable CFG_HWRNG_PTA by Alvin Chang · 1 year, 4 months ago
  33. fb605d4 drivers: Add RISC-V Zkr hardware random number generator support by Yu Chien Peter Lin · 1 year, 4 months ago
  34. e10bcf3 core: riscv: Add seed CSR detection helper by Alvin Chang · 1 year, 4 months ago
  35. 016fa4f dts: stm32: add IPCC1/2 nodes in stm32mp251.dtsi by Gatien Chevallier · 1 year, 4 months ago
  36. 6bab471 plat-stm32mp2: conf: support IPCC driver by Gatien Chevallier · 1 year, 4 months ago
  37. e26b8e0 drivers: add IPCC driver and its RIF support by Gatien Chevallier · 1 year, 4 months ago
  38. a8ee9c1 dts: stm32: add HSEM node in stm32mp251.dtsi by Gatien Chevallier · 1 year, 4 months ago
  39. 97cbe3e plat-stm32mp2: conf: support HSEM driver by Gatien Chevallier · 1 year, 4 months ago
  40. ec9aa1a drivers: add RIF support driver for HSEM by Gatien Chevallier · 1 year, 4 months ago
  41. 5d39f3d dts: stm32: add HPDMA1/2/3 nodes in stm32mp251.dtsi by Gatien Chevallier · 1 year, 4 months ago
  42. a877ebc plat-stm32mp2: conf: support HPDMA driver by Gatien Chevallier · 1 year, 4 months ago
  43. 0cf1cd1 drivers: add HPDMA driver with RIF support by Gatien Chevallier · 1 year, 4 months ago
  44. ac779c0 dts: stm32: add FMC node in stm32mp251.dtsi by Gatien Chevallier · 1 year, 4 months ago
  45. db0e1c9 plat-stm32mp2: conf: support FMC driver by Gatien Chevallier · 1 year, 4 months ago
  46. 778a36b drivers: add FMC driver with RIF support by Gatien Chevallier · 1 year, 4 months ago
  47. ea413ca core: mutex: add support timeout condvar by Gavin Liu · 1 year, 6 months ago
  48. 450f8ad core: notif: add support timeout notify by Gavin Liu · 1 year, 7 months ago
  49. 835688a core: make sure tee_entry_get_os_revision() uses a proper TEE_IMPL_GIT_SHA1 by Jerome Forissier · 1 year, 4 months ago
  50. 7071b53 dt-bindings: firewall: move RIFPROT binding by Gatien Chevallier · 1 year, 6 months ago
  51. 56b8883 drivers: firewall: fix stm32_rif_semaphore_enabled_and_ok() prototype by Gatien Chevallier · 1 year, 4 months ago
  52. 12d7c4e Update CHANGELOG for 4.2.0 by Joakim Bech · 1 year, 4 months ago 4.2.0
  53. fc57019 plat-sam: add support for Microchip sama7g54-ek board by Tony Han · 1 year, 11 months ago 4.2.0-rc1
  54. d10f2b2 plat-sam: rename filename for sama5d2 functions to 'platform_sama5d2.c' by Tony Han · 1 year, 5 months ago
  55. a557f87 plat-sam: optimize the macro and makefile for building sama5d2 clocks by Tony Han · 1 year, 5 months ago
  56. 3b616ee drivers: atmel_wdt: update "#include" list of the header files by Tony Han · 1 year, 5 months ago
  57. d8af061 drivers: atmel_wdt: remove the unused variable from "struct atmel_wdt" by Tony Han · 1 year, 5 months ago
  58. ea9329e drivers: atmel_wdt: upgrade to support sama7g5 watchdog by Tony Han · 1 year, 5 months ago
  59. a471cde core: reset cancellation mask on TA exit by Jens Wiklander · 1 year, 6 months ago
  60. 021a43d ci: add QEMUv7 job by Jerome Forissier · 1 year, 5 months ago
  61. 46fdfee vexpress-qemu_armv8a: increase CFG_CORE_HEAP_SIZE to 131072 by Jerome Forissier · 1 year, 4 months ago
  62. bdde1c9 drivers: stm32_i2c: protect bus access with a mutex by Etienne Carriere · 1 year, 5 months ago
  63. cbb0a9f drivers: firewall: stm32_rifsc: remove use of CFG_PM by Etienne Carriere · 1 year, 5 months ago
  64. cc707b8 drivers: stm32_rng: remove use of CFG_PM by Etienne Carriere · 1 year, 5 months ago
  65. 299f9bc drivers: crypto: stm32_cryp: add pm to CRYP driver by Thomas Bourgoin · 1 year, 5 months ago
  66. 14d6863 drivers: crypto: stm32_cryp: add delay when resetting CRYP peripheral. by Thomas Bourgoin · 1 year, 5 months ago
  67. 1d8b118 drivers: crypto: stm32_cryp: remove reset binding requirements by Thomas Bourgoin · 1 year, 5 months ago
  68. a8cfcdf ci.yml: add a make command to build HPRE code by loubaihui · 1 year, 4 months ago
  69. 9e25528 drivers: crypto: hisilicon: init HPRE hardware block by loubaihui · 1 year, 4 months ago
  70. ee726ae ci: remame WD to OPTEE_OS_TO_TEST by Jerome Forissier · 1 year, 5 months ago
  71. 4f00b5b ci: update QEMUv8 jobs to use newer Docker image by Jerome Forissier · 1 year, 5 months ago
  72. 344ef8a core: kernel: Fix typo in __do_panic() by Alvin Chang · 1 year, 5 months ago
  73. c80790f drivers: regulator: use mutex_pm_aware by Etienne Carriere · 1 year, 5 months ago
  74. 9a3248f drivers: clk: replace clock main spinlock with a mutex by Etienne Carriere · 1 year, 5 months ago
  75. 3a20c66 core: kernel: mutex compliant with PM sequences by Etienne Carriere · 1 year, 5 months ago
  76. f6412fb core: kernel: thread spin locking by Etienne Carriere · 1 year, 5 months ago
  77. 19ad526 core: spmc, sp: cleanup FF-A ID handling by Balint Dobszay · 1 year, 5 months ago
  78. 4c4387d core: riscv: Prepare SATP for each hart by Alvin Chang · 1 year, 5 months ago
  79. fe9a268 core: riscv: Allocate root page table for each hart by Alvin Chang · 1 year, 5 months ago
  80. 6d7d9de ci: qemuv8: add test case with CFG_WITH_PAGER=y by Jerome Forissier · 1 year, 5 months ago
  81. 23f867d core: arm64: increase STACK_ABT_SIZE from 1024 to 3072 when log level is 0 by Jerome Forissier · 1 year, 5 months ago
  82. 1cf7e98 core: replace REGISTER_TIME_SOURCE() by Jens Wiklander · 1 year, 5 months ago
  83. 63bfec5 core: riscv: Apply SM-based boot flow for secondary harts by Alvin Chang · 1 year, 5 months ago
  84. 058cf71 core: riscv: Do not restrict primary hart to hart ID 0 only by Alvin Chang · 1 year, 9 months ago
  85. 1706a28 core: riscv: Change the condition of communication with untrusted domain by Alvin Chang · 1 year, 7 months ago
  86. 83abc78 riscv: plat-virt: Set CFG_RISCV_WITH_M_MODE_SM as 'y' by Alvin Chang · 1 year, 7 months ago
  87. a30b448 core: riscv: Add CFG_RISCV_WITH_M_MODE_SM and dependency checking by Alvin Chang · 1 year, 7 months ago
  88. ea11f51 core: riscv: Apply mask/unmask exceptions when operating page table by Alvin Chang · 1 year, 10 months ago
  89. d1d1ca2 core: riscv: Apply STATUS helper for RPC resume by Alvin Chang · 1 year, 10 months ago
  90. de45f2f core: riscv: Apply exception return to handle_user_mode_panic() by Alvin Chang · 1 year, 10 months ago
  91. 4fe3a3f core: riscv: Refine thread trap handler by Alvin Chang · 1 year, 10 months ago
  92. b5bb30b core: riscv: Refine thread enter/exit user mode by Alvin Chang · 1 year, 10 months ago
  93. 09653bc core: riscv: Apply exception return to resume thread by Alvin Chang · 1 year, 10 months ago
  94. b2f99d2 core: boot: fix memtag init sequence by Olivier Deprez · 1 year, 6 months ago
  95. 5d2d37c ta: pkcs11: Clarify context reference in step_symm_operation() by Etienne Carriere · 1 year, 6 months ago
  96. 3844bc9 core: introduce CFG_NOTIF_TEST_WD by Jens Wiklander · 1 year, 5 months ago
  97. 82631bd core: add CFG_CALLOUT by Jens Wiklander · 1 year, 5 months ago
  98. fc59f3d core: notif: assert callback is unpaged by Jens Wiklander · 1 year, 5 months ago
  99. c5b5aca core: callout: assert callback is unpaged by Jens Wiklander · 1 year, 5 months ago
  100. fd3f2d6 core: add missing DECLARE_KEEP_PAGER() by Jens Wiklander · 1 year, 5 months ago