1. ff60a0b Changelog entry for removal of the RSA-PSK key exchange by Gilles Peskine · 11 months ago
  2. 0068fce Note the equivalence of two macros, thanks to RSA-PSK removal by Gilles Peskine · 11 months ago
  3. fdf7db0 Remove support for RSA-PSK in compat.sh by Gilles Peskine · 11 months ago
  4. 91e7ebe Remove RSA_PSK suites from cipher suite lists by Gilles Peskine · 11 months ago
  5. b3ec125 Remove mentions of RSA-PSK key exchange from documentation by Gilles Peskine · 11 months ago
  6. 712e9a1 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK by Gilles Peskine · 11 months ago
  7. ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 11 months ago
  8. 7dfe7c9 Remove RSA-PSK test cases by Gilles Peskine · 11 months ago
  9. e71f3c3 Merge pull request #9571 from Harry-Ramsey/improve-submodule-error-messages-development by Manuel Pégourié-Gonnard · 9 months ago
  10. 98a4f88 Merge pull request #9751 from gilles-peskine-arm/mbedtls_psa_ecp_generate_key-no_public_key-dev by Gilles Peskine · 9 months ago
  11. f121019 Don't use Unicode in .function file by Gilles Peskine · 9 months ago
  12. dc7d787 More explanation of what we do and do not test by Gilles Peskine · 9 months ago
  13. 18e8389 Add changelog entry by Gilles Peskine · 9 months ago
  14. fce3f0d mbedtls_psa_ecp_generate_key: don't calculate the public key by Gilles Peskine · 9 months ago
  15. 091941e Basic statistical tests for mbedtls_psa_ecp_generate_key() by Gilles Peskine · 9 months ago
  16. 77587ce Unit tests for mbedtls_psa_ecp_generate_key() by Gilles Peskine · 9 months ago
  17. 0f07e76 Fix undefined variable in makefile by Harry Ramsey · 9 months ago
  18. 66ce986 Improve makefile error message by Harry Ramsey · 9 months ago
  19. e7c28d6 Merge pull request #9727 from gilles-peskine-arm/use_psa_crypto-always_forced by Janos Follath · 9 months ago gh-readonly-queue/development/pr-9727-0b7faf9011cda58411a4f21ee940f196decddf1a
  20. 0b7faf9 Merge pull request #9746 from gilles-peskine-arm/ffdh-memsan-skip-dev by Manuel Pégourié-Gonnard · 9 months ago
  21. 05030d4 Skip slowest FFDH tests against GnuTLS with MSan or Valgrind by Gilles Peskine · 9 months ago
  22. cd0fb1d Merge pull request #9105 from jetm/ssl-client2-get-req-host by Bence Szépkúti · 9 months ago gh-readonly-queue/development/pr-9105-467b487d95abb91f57a316a7d5cda15b9341acdd
  23. 467b487 Merge pull request #9738 from mpg/drop-armcc5-dev by Manuel Pégourié-Gonnard · 9 months ago
  24. 9863b04 Make MBEDTLS_USE_PSA_CRYPTO no longer a selectable option by Gilles Peskine · 9 months ago
  25. b434192 Remove explicit setting of MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 9 months ago
  26. 005370f Skip "no USE_PSA" test cases in ssl-opt.sh by Gilles Peskine · 9 months ago
  27. fb31ebd Remove code for MBEDTLS_USE_PSA_CRYPTO disabled in ssl-opt.sh by Gilles Peskine · 9 months ago
  28. 5e443f9 Remove direct requirements on MBEDTLS_USE_PSA_CRYPTO in ssl-opt.sh by Gilles Peskine · 9 months ago
  29. a1be1b8 Remove ECJPAKE interoperability testing by Gilles Peskine · 9 months ago
  30. 6986829 Merge pull request #9430 from davidhorstmann-arm/align-development-3.6-test-helpers by Manuel Pégourié-Gonnard · 9 months ago
  31. 15baf8b Merge pull request #9708 from ronald-cron-arm/target-compile-options by Bence Szépkúti · 9 months ago
  32. 8ed4d94 Merge pull request #9614 from gilles-peskine-arm/use_psa_crypto-always_on by Gilles Peskine · 9 months ago
  33. d6175c5 Merge pull request #9389 from bensze01/graviton-testing by Bence Szépkúti · 9 months ago gh-readonly-queue/development/pr-9389-f8d13d8fad8faa5817436b120af6e4aa7367b29c
  34. 26caae8 Rm forgotten armc5 by Manuel Pégourié-Gonnard · 9 months ago
  35. 705690a Drop building with armcc5 in all.sh by Manuel Pégourié-Gonnard · 9 months ago
  36. 6d9c389 Further improve error message clarity by Harry Ramsey · 9 months ago
  37. bc8c157 Add override arguments for new gcc targets by Bence Szépkúti · 9 months ago
  38. 8490f05 Clarify GCC version requirement by Bence Szépkúti · 9 months ago
  39. 479eb52 Split up the Thumb-1 test component by Bence Szépkúti · 1 year, 1 month ago
  40. bb61245 Remove superfluous invocations of make clean by Bence Szépkúti · 1 year, 1 month ago
  41. de146a1 Update component speed estimates by Bence Szépkúti · 1 year, 1 month ago
  42. 65e77c5 Initialize result caching variables by Bence Szépkúti · 1 year, 1 month ago
  43. 924662b Use true/false in place of integers by Bence Szépkúti · 1 year, 1 month ago
  44. 3190632 Ignore missing temporary files during cleanup by Bence Szépkúti · 1 year, 1 month ago
  45. c12ebb0 Fix copypasta in gcc_version by Bence Szépkúti · 1 year, 1 month ago
  46. d1d2613 Add AArch64 default config test by Bence Szépkúti · 1 year, 1 month ago
  47. 1524b9c Add Arm eabi default config tests by Bence Szépkúti · 1 year, 1 month ago
  48. f8d13d8 Merge pull request #9721 from paul-elliott-arm/fix_new_coverity_issues by David Horstmann · 9 months ago
  49. 3e9cc2c key_ladder_demo: Initialize additional data to all zeroes by Ronald Cron · 10 months ago
  50. 50bd4f8 cmake: libs: Set libraries specific compile options target by target by Ronald Cron · 10 months ago
  51. d093edd cmake: tests: Set test specific compile options target by target by Ronald Cron · 10 months ago
  52. 051ee71 Remove now unnecessary shared lib specific compile option by Ronald Cron · 10 months ago
  53. 6f9d508 cmake: iar/msvc: Set base compile and link options target by target by Ronald Cron · 10 months ago
  54. d9e1109 cmake: clang: Set base compile and link options target by target by Ronald Cron · 10 months ago
  55. 4ae24f4 cmake: GNU GCC: Add base link options by Ronald Cron · 10 months ago
  56. b247898 cmake: GNU GCC: Set base compile options target by target by Ronald Cron · 10 months ago
  57. d77fad2 Group C_FLAGS settings by compiler type by Ronald Cron · 10 months ago
  58. 7323b3e cmake: Remove UNSAFE_BUILD option by Ronald Cron · 10 months ago
  59. 665df83 Merge pull request #9293 from gilles-peskine-arm/outcome-check-repeated-configurations-all.sh-preliminaries by Gilles Peskine · 9 months ago
  60. fd38fdf Disentangle 3.6/4.0 *_PSA_INIT/DONE variants by David Horstmann · 9 months ago
  61. 5f6e69d Merge pull request #9693 from Harry-Ramsey/split-revert-error-development by Ronald Cron · 9 months ago
  62. 4e9d77e Merge pull request #9703 from valeriosetti/fix-9690-workarounds by Gilles Peskine · 9 months ago gh-readonly-queue/development/pr-9703-202b69c2b6dcf22693771c4ebc0ffe63e3cb7f74
  63. 9a209b8 Pair inits with declarations by Paul Elliott · 9 months ago
  64. a87a906 Move AES_PSA_INIT to after drbg init by Paul Elliott · 9 months ago
  65. 3982898 Remove legacy components with an equivalent USE_PSA component by Gilles Peskine · 11 months ago
  66. da510d6 Fix double free in case of test failure by Paul Elliott · 9 months ago
  67. 65b276c Add missing check of return by Paul Elliott · 9 months ago
  68. a698976 Add const specifiers to pacify armclang by Paul Elliott · 9 months ago
  69. 7c66860 Fix tests where tests were done prior to init by Paul Elliott · 9 months ago
  70. 202b69c Merge pull request #9302 from valeriosetti/psa-use-static-slots by Gilles Peskine · 10 months ago
  71. ed230c4 Merge pull request #9706 from ronald-cron-arm/pkg-install-doc-lcov by Ronald Cron · 10 months ago
  72. c46f8fb Harmonise names of MBEDTLS_TEST_HAVE_ macros by David Horstmann · 10 months ago
  73. 08ccf6a Tidy up header guards by David Horstmann · 10 months ago
  74. 99c3423 Changelog entry for MBEDTLS_USE_PSA_CRYPTO always enabled by Gilles Peskine · 10 months ago
  75. d2da02b Remove obsolete exemptions from test case coverage by Gilles Peskine · 10 months ago
  76. 43b4264 Enable MBEDTLS_USE_PSA_CRYPTO by default by Gilles Peskine · 11 months ago
  77. 8fd2117 Remove !MBEDTLS_USE_PSA_CRYPTO test cases that have a USE_PSA alternate by Gilles Peskine · 11 months ago
  78. fef912c Test partial ECC creation support: switch to MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 11 months ago
  79. f0abbb4 Merge pull request #9711 from ThePassionate/mbedtls-1021 by David Horstmann · 10 months ago
  80. ec028d8 analyze_outcomes.py: allow test with PSA_WANT_ALG_TLS12_PRF disabled by Valerio Setti · 10 months ago
  81. 12bccc7 changelog: fix typo by Valerio Setti · 10 months ago
  82. bed5d1b changelog: updated description by Valerio Setti · 10 months ago
  83. 2b52e76 changelog: updated description by Valerio Setti · 10 months ago
  84. d47d987 changelog: describe support for static key slot buffers by Valerio Setti · 10 months ago
  85. 83778d7 Documentation: fix some nits by Valerio Setti · 10 months ago
  86. 4cfec6f psa: move definition of MBEDTLS_PSA_KEY_BUFFER_MAX_SIZE by Valerio Setti · 10 months ago
  87. cac061f test_suite_psa_crypto.data: fix some depends_on by Valerio Setti · 10 months ago
  88. 3a0a8ae psa_crypto_helpers: add guard for MBEDTLS_TEST_STATIC_KEY_SLOTS_SUPPORT_RSA_xxx by Valerio Setti · 10 months ago
  89. 7213fbc components-basic-checks: add new exception for MBEDTLS_CTR_DRBG_MAX_REQUEST by Valerio Setti · 10 months ago
  90. a35c8a0 test_suite_psa_crypto: use finer grained checks on the key slot buffer size by Valerio Setti · 10 months ago
  91. 175a494 psa_crypto_helpers: enhance definitions for static key slot related test symbols by Valerio Setti · 10 months ago
  92. 69d19e7 psa_crypto_helpers: add MBEDTLS_TEST_ prefix to newly created symbols by Valerio Setti · 10 months ago
  93. f9face4 psa: move default definition of MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE by Valerio Setti · 11 months ago
  94. 8bc8172 test: disable dynamic key store in test_crypto_with_static_key_slots by Valerio Setti · 11 months ago
  95. a006b8f check_config: prevent fully dynamic and static key stores to be enabled simultaneously by Valerio Setti · 12 months ago
  96. 7310130 psa: zeroize static key buffer content when key slot is freed by Valerio Setti · 12 months ago
  97. 2b9d180 test_suite_psa_crypto_storage_format: improve input bit length specification for static key buffer by Valerio Setti · 12 months ago
  98. 4d9a821 test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value by Valerio Setti · 12 months ago
  99. c2a6e8b mbedtls_config: fix/improve descriptions of PSA_STATIC_KEY_SLOT symbols by Valerio Setti · 12 months ago
  100. d813e6d psa: fix some macro definition by Valerio Setti · 12 months ago