1. f7b62e0 Remove unreachable assignments by Gilles Peskine · 10 months ago
  2. 42919e0 Assert non-empty data when needed by Gilles Peskine · 10 months ago
  3. efe3076 Initialize CCM context before doing anything fallible by Gilles Peskine · 10 months ago
  4. 5dea5f3 mbedtls_ecdsa_raw_to_der and mbedtls_ecdsa_der_to_raw: reject bits==0 by Gilles Peskine · 10 months ago
  5. b482e44 Document errors for mbedtls_ecdsa_raw_to_der and mbedtls_ecdsa_der_to_raw by Gilles Peskine · 10 months ago
  6. ad70136 mbedtls_mpi_write_binary{,_le}: test 0-size output by Gilles Peskine · 10 months ago
  7. 4eafc9c Modernize mpi_write_binary and mpi_write_binary_le by Gilles Peskine · 10 months ago
  8. 91972cc Merge pull request #9608 from gilles-peskine-arm/outcome-check-repeated-configurations-all.sh-preliminaries-3.6 by Gilles Peskine · 9 months ago gh-readonly-queue/mbedtls-3.6/pr-9608-0b8b7a1ee1d3704199660540dc8a4efa546f1593
  9. 0b8b7a1 Merge pull request #9448 from valeriosetti/psa-use-static-slots-backport by Gilles Peskine · 10 months ago
  10. 0f170ad Merge pull request #9714 from ThePassionate/mbedtls-1022-3.6.0 by David Horstmann · 10 months ago
  11. b1b1123 Merge pull request #9702 from mpg/refactor-all.sh-3.6 by Manuel Pégourié-Gonnard · 10 months ago
  12. 31e8894 Merge pull request #9709 from gabor-mezei-arm/bp36_9140_depends.py_framework_update by Ronald Cron · 10 months ago
  13. 66b39d4 net/mbedtls_net_connect: Preventing double close problem by makejian · 10 months ago
  14. 40859ac fix PR9302 backporting issues by Valerio Setti · 10 months ago
  15. a71c75f changelog: fix typo by Valerio Setti · 10 months ago
  16. d218b57 changelog: updated description by Valerio Setti · 10 months ago
  17. cc27702 changelog: updated description by Valerio Setti · 10 months ago
  18. d65ed17 changelog: describe support for static key slot buffers by Valerio Setti · 10 months ago
  19. fe0f09e Documentation: fix some nits by Valerio Setti · 10 months ago
  20. bdfb80b psa: move definition of MBEDTLS_PSA_KEY_BUFFER_MAX_SIZE by Valerio Setti · 10 months ago
  21. 0c4cacc test_suite_psa_crypto.data: fix some depends_on by Valerio Setti · 10 months ago
  22. 5c10bc7 psa_crypto_helpers: add guard for MBEDTLS_TEST_STATIC_KEY_SLOTS_SUPPORT_RSA_xxx by Valerio Setti · 10 months ago
  23. 5fbb0e8 components-basic-checks: add new exception for MBEDTLS_CTR_DRBG_MAX_REQUEST by Valerio Setti · 10 months ago
  24. 0c4a74b test_suite_psa_crypto: use finer grained checks on the key slot buffer size by Valerio Setti · 10 months ago
  25. 7b1b9de psa_crypto_helpers: enhance definitions for static key slot related test symbols by Valerio Setti · 10 months ago
  26. 38efe85 psa_crypto_helpers: add MBEDTLS_TEST_ prefix to newly created symbols by Valerio Setti · 10 months ago
  27. ce84921 psa: move default definition of MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE by Valerio Setti · 11 months ago
  28. 92f1d2d test: disable dynamic key store in test_crypto_with_static_key_slots by Valerio Setti · 11 months ago
  29. 7a2ca19 check_config: prevent fully dynamic and static key stores to be enabled simultaneously by Valerio Setti · 12 months ago
  30. dbfb2ab psa: zeroize static key buffer content when key slot is freed by Valerio Setti · 12 months ago
  31. 9e154de test_suite_psa_crypto_storage_format: improve input bit length specification for static key buffer by Valerio Setti · 12 months ago
  32. ba98d5b test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value by Valerio Setti · 12 months ago
  33. 54dc535 mbedtls_config: fix/improve descriptions of PSA_STATIC_KEY_SLOT symbols by Valerio Setti · 12 months ago
  34. f51488b psa: fix some macro definition by Valerio Setti · 12 months ago
  35. 29c7222 test: add test with persitent key whose length is larger than MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE by Valerio Setti · 12 months ago
  36. 291532f test: extend component_test_crypto_with_static_key_slots by Valerio Setti · 12 months ago
  37. 70fa89c psa-core: remove unnecessary element in psa_key_slot_t by Valerio Setti · 12 months ago
  38. faed169 psa_crypto_core: take also cipher's key length into account when sizing static key buffer by Valerio Setti · 12 months ago
  39. 762a12b test: revert fixes for PSA entropy by Valerio Setti · 12 months ago
  40. f5f5052 test_suite_psa_crypto_driver_wrappers: revert changes and fix validate_key() by Valerio Setti · 12 months ago
  41. 1980bb7 psa-core: properly set PSA_CRYPTO_MAX_STORAGE_SIZE by Valerio Setti · 12 months ago
  42. f7485fb test: disable all legacy symbols in test_psa_crypto_without_heap by Valerio Setti · 12 months ago
  43. bc61171 test: minor fixes to test_psa_crypto_without_heap and test_crypto_with_static_key_slots by Valerio Setti · 12 months ago
  44. 4603a08 mbedtls_config: fix descriptions for PSA static key slots by Valerio Setti · 12 months ago
  45. 2deb25a mbedtls_config: move MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE to the correct place by Valerio Setti · 12 months ago
  46. efce605 test: add new component to test core library without calloc/free by Valerio Setti · 1 year, 1 month ago
  47. 168d24a test: add new component to test MBEDTLS_PSA_STATIC_KEY_SLOTS by Valerio Setti · 1 year, 2 months ago
  48. 8d4f150 psa: allow to use static key buffers instead of dynamic ones by Valerio Setti · 1 year, 2 months ago
  49. 64ab48d Update framework by Gabor Mezei · 10 months ago
  50. 043f6dc Merge pull request #9680 from gilles-peskine-arm/test-cases-not-executed-enforce-3.6 by Gilles Peskine · 10 months ago
  51. 901f6c1 Fix a typo in a comment by Manuel Pégourié-Gonnard · 10 months ago
  52. 2d94866 Merge remote-tracking branch 'mbedtls-3.6' into test-cases-not-executed-enforce-3.6 by Gilles Peskine · 10 months ago
  53. e905442 Merge pull request #9675 from eleuzi01/backport-9673 by David Horstmann · 10 months ago
  54. 7f3d37f all.sh: fix missing quotes by Manuel Pégourié-Gonnard · 10 months ago
  55. 6d268e3 Update framework to main by Gilles Peskine · 10 months ago
  56. fcda6f1 Update submodule after the merge by Elena Uziunaite · 10 months ago
  57. 3eac508 all.sh: adjust for when tf-psa-crypto is absent by Manuel Pégourié-Gonnard · 10 months ago
  58. 96bfc17 all.sh: re-instate 3.6-specific code by Manuel Pégourié-Gonnard · 10 months ago
  59. 41ba526 all.sh: update documentation by Manuel Pégourié-Gonnard · 10 months ago
  60. 5d221de all.sh: move top-level code to a function by Manuel Pégourié-Gonnard · 10 months ago
  61. 327edec all.sh: document new file structure by Manuel Pégourié-Gonnard · 10 months ago
  62. 535e8aa all.sh: move definitions to all-core.sh by Manuel Pégourié-Gonnard · 10 months ago
  63. 2969280 all.sh: wrap main code into main() function by Manuel Pégourié-Gonnard · 10 months ago
  64. 23fa1b5 all.sh: move clang_version() to helpers file by Manuel Pégourié-Gonnard · 10 months ago
  65. 36ae06b all.sh: move component helpers to separate file by Manuel Pégourié-Gonnard · 10 months ago
  66. 03ad80c all.sh: Move some functions to the right section by Manuel Pégourié-Gonnard · 10 months ago
  67. 452db60 all.sh: rename a helper function by Manuel Pégourié-Gonnard · 10 months ago
  68. 6fb63b0 all.sh: extract repeated code to a function by Manuel Pégourié-Gonnard · 10 months ago
  69. 9a132e2 all.sh: group psasim helpers by Manuel Pégourié-Gonnard · 10 months ago
  70. cd1148d all.sh: rm obsolete functions by Manuel Pégourié-Gonnard · 10 months ago
  71. 2c3a624 all.sh: first define functions, then call them. by Manuel Pégourié-Gonnard · 10 months ago
  72. 86c4838 all.sh: temporary alignment with development by Manuel Pégourié-Gonnard · 10 months ago
  73. 8535f4c all.sh: align-dev: PSAsim functions by Manuel Pégourié-Gonnard · 10 months ago
  74. 6c0c0f2 all.sh: align-dev: tf-psa-crypto stuff by Manuel Pégourié-Gonnard · 10 months ago
  75. 7955091 all.sh: align-dev: move functions to the right place by Manuel Pégourié-Gonnard · 10 months ago
  76. c974134 all.sh: align with development: whitespace by Manuel Pégourié-Gonnard · 10 months ago
  77. 5adc9c3 Add "common.h" by Elena Uziunaite · 10 months ago
  78. 7ea648f Merge pull request #9696 from Harry-Ramsey/code-style-framework-submodule-support-3.6 by Janos Follath · 10 months ago
  79. 78542bf Merge pull request #9698 from gilles-peskine-arm/3.6.2-rc2-mergeback-3 by David Horstmann · 10 months ago
  80. 5446fc1 Update submodule by Elena Uziunaite · 10 months ago
  81. a739542 Adjust file path for translate_ciphers.py by Elena Uziunaite · 10 months ago
  82. 1d8a225 Adjust file path for generate_tls13_compat_tests.py by Elena Uziunaite · 10 months ago
  83. 7f5ec13 Adjust file path for generate_ssl_debug_helpers.py by Elena Uziunaite · 10 months ago
  84. 6f4ec30 Move some files to framework repository by Elena Uziunaite · 10 months ago
  85. 6864fa9 Declare a generated file that was added after 3.6.1 by Gilles Peskine · 10 months ago
  86. bfb9f71 Revert "Add generated files" by David Horstmann · 11 months ago
  87. bac001f Temporarily comment out tests that are clogging the CI by Gilles Peskine · 10 months ago
  88. 765da15 Work around GCC 5 performance problem with Asan+UBSan and -O3 by Gilles Peskine · 10 months ago
  89. 5098d04 Improve support for submodules in code_style.py by Harry Ramsey · 11 months ago
  90. 107ea89 Fix completion mistake in changelog entry by Gilles Peskine · 10 months ago mbedtls-3.6.2 v3.6.2
  91. 93d421e Defer static keystore to 3.6.3 by David Horstmann · 10 months ago
  92. 9e12011 Update BRANCHES.md by David Horstmann · 10 months ago
  93. a712d8d Bump version to 3.6.2 by Gilles Peskine · 10 months ago
  94. 453fd05 Changelog entry for security fix by Gilles Peskine · 10 months ago
  95. 3b9f4be test_suite_pkwrite: extend coverage of wrong output buffer sizes in pk_write_check_common() by Valerio Setti · 10 months ago
  96. 5f1c8a7 pkwrite: fix buffer overrun by Valerio Setti · 10 months ago
  97. 1abc800 Minor readability improvements by Gilles Peskine · 10 months ago
  98. ccd1440 Remove ignore list entries that don't apply in 3.6 by Gilles Peskine · 10 months ago
  99. 8f88645 framework: Fix overly lenient config tests for PSA_WANT_xxx by Gilles Peskine · 10 months ago
  100. 4e606db Switch outcome analysis to enforcing that all tests are executed by Gilles Peskine · 10 months ago