1. 48ffe62 Merge pull request #4215 from paul-elliott-arm/remove_fallthrough by Ronald Cron · 4 years, 4 months ago
  2. d85e98d psa: config: Add CBC-MAC by Ronald Cron · 4 years, 4 months ago
  3. e1f5516 psa: config: Improve handling of not supported ECC curves by Ronald Cron · 4 years, 4 months ago
  4. b9df5ce psa: config: Fix AEAD/CMAC algorithms and ciphers inter-dependencies by Ronald Cron · 4 years, 4 months ago
  5. 3d47181 psa: Add missing PSA configs by Ronald Cron · 4 years, 5 months ago
  6. 3984130 SECP224K1 is not yet supported via the PSA API by Gilles Peskine · 4 years, 5 months ago
  7. 8276986 Curve448 is not yet supported via the PSA API by Gilles Peskine · 4 years, 5 months ago
  8. 63c3dc9 Merge pull request #4158 from d3zd3z/pr/psa-config-ec by Ronald Cron · 4 years, 5 months ago
  9. eed74df Re-order PSA ECC configs by David Brown · 4 years, 5 months ago
  10. 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 4 years, 5 months ago
  11. e483a77 Merge pull request #816 from ARMmbed/development by Dave Rodgman · 4 years, 5 months ago mbedtls-2.26.0 v2.26.0
  12. 9b178de Fix typo in PSA ECC curve config option by David Brown · 4 years, 5 months ago
  13. c7b9b2b Update defines for ECC PSA configs by David Brown · 4 years, 6 months ago
  14. 8de143e Create PSA configs for ECC curves by David Brown · 4 years, 6 months ago
  15. aa5e132 Improve include guards for format attribute by Paul Elliott · 4 years, 5 months ago
  16. 48438c7 Fix incorrect long long specifier for win64 by Paul Elliott · 4 years, 7 months ago
  17. d48d5c6 Fix size_t and longlong specifiers for MinGW by Paul Elliott · 4 years, 7 months ago
  18. abb3af7 Invert gate on printf attribute by Paul Elliott · 4 years, 8 months ago
  19. f8d733e Correct include guard for function __attribute by Paul Elliott · 4 years, 8 months ago
  20. 4e58970 Declare mbedtls_debug_print_msg as printf-like by Paul Elliott · 4 years, 8 months ago
  21. 36f539d Remove deliberate fallthrough by Paul Elliott · 4 years, 5 months ago
  22. bfe7549 Bump version to 2.26.0 by Dave Rodgman · 4 years, 5 months ago
  23. 9264e01 Update error codes listed in the net_sockets documentation by Gilles Peskine · 4 years, 5 months ago
  24. c8dab5b Fix sloppy wording around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
  25. e28f236 Document FD_SETSIZE limitation for mbedtls_net_{poll,recv_timeout} by Gilles Peskine · 4 years, 5 months ago
  26. b158321 Make entropy double-free work by Gilles Peskine · 4 years, 5 months ago
  27. 4337a9c Document mutex usage for RSA by Gilles Peskine · 4 years, 6 months ago
  28. 478847c Document thread safety for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  29. e39b219 Document mutex invariant for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  30. f305d92 Document thread safety for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  31. da290f9 Document mutex invariant for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  32. 39a1a26 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  33. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 5 months ago
  34. 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 6 months ago
  35. 7921cce Fix typo in config_psa.h by Bence Szépkúti · 4 years, 6 months ago
  36. db01e02 Remove an unnecessary #else and commented line by David Brown · 4 years, 6 months ago
  37. be380c1 Remove incorrect PSA ECB definition by David Brown · 4 years, 6 months ago
  38. 8de6437 Cleanup PSA CBC padding defines by David Brown · 4 years, 6 months ago
  39. 86730a8 Add missing MBEDTLS_PSA_BUILTIN for ChaCha20-Poly1305 by David Brown · 4 years, 6 months ago
  40. fc46818 Cleanup PSA ifdefs for CBC block mode by David Brown · 4 years, 6 months ago
  41. 10cb81c Add some missing MBEDTLS_PSA_BUILTIN_ definitions by David Brown · 4 years, 6 months ago
  42. f84a0f6 Simplify block cipher PSA definitions by David Brown · 4 years, 6 months ago
  43. e1f91f0 Consolidate PSA ifdefs for block ciphers by David Brown · 4 years, 6 months ago
  44. 18658a7 Disable error on CHACHAPOLY misconfiguration by David Brown · 4 years, 6 months ago
  45. ac4fa07 Add PSA config support for ChaCha20+Poly1305 by David Brown · 4 years, 6 months ago
  46. b16727a Add PSA config for ChaCha20 by David Brown · 4 years, 6 months ago
  47. b781f75 Define SW crypto algorithms if block modes need it by David Brown · 4 years, 6 months ago
  48. 5256e69 Fix typo in psa config comment by David Brown · 4 years, 6 months ago
  49. 4b9ec7a Add checks for HW acceleration of ciphers and padding by David Brown · 4 years, 6 months ago
  50. 12f45f9 Add definitions for builtins for cipher modes by David Brown · 4 years, 6 months ago
  51. da7dbb7 Add building definitions for non-crypto-config case by David Brown · 4 years, 6 months ago
  52. bc1731b Fix small error in a comment by David Brown · 4 years, 6 months ago
  53. 78a429b Add _BUILTIN defines for new features by David Brown · 4 years, 7 months ago
  54. 9984427 Add feature support for block modes to PSA crypto config by David Brown · 4 years, 7 months ago
  55. b65a7f7 Add feature support for DES for PSA crypto config by David Brown · 4 years, 7 months ago
  56. 686e6e8 Add feature support for Camelia for PSA crypto config by David Brown · 4 years, 7 months ago
  57. ec258cf Add feature support for ARC4 for PSA crypto config by David Brown · 4 years, 7 months ago
  58. 9493308 Add feature support for AES for PSA crypto config by David Brown · 4 years, 7 months ago
  59. 996f216 Make it possible to include psa_crypto_random_impl.h with psa_util.h by Gilles Peskine · 4 years, 6 months ago
  60. 2cff7e2 Minor clarification in the public documentation by Gilles Peskine · 4 years, 6 months ago
  61. e3ed802 Expose mbedtls_psa_get_random() by Gilles Peskine · 4 years, 6 months ago
  62. bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
  63. 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago
  64. 1f968fd Define the user-configurable PSA config flag in config.h by Steven Cooreman · 4 years, 6 months ago
  65. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  66. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  67. b65db07 Add missing declaration of SHA-224 from MBEDTLS_SHA256_C by Gilles Peskine · 4 years, 7 months ago
  68. 47a8933 Declare PSA_KEY_TYPE_HMAC as well by Gilles Peskine · 4 years, 7 months ago
  69. 3768ac1 Add MBEDTLS_PSA_CRYPTO_CLIENT configuration option by Ronald Cron · 4 years, 6 months ago
  70. 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 6 months ago
  71. b587313 Doesn't make sense to have ECP_NO_FALLBACK when there's no ECP_INTERNAL_ALT. by Steven Cooreman · 4 years, 7 months ago
  72. 6226a12 Documentation update for MBEDTLS_ECP_NO_FALLBACK by Steven Cooreman · 4 years, 7 months ago
  73. 2a54a6f Refactor the variable buffer length config description by Andrzej Kurek · 4 years, 7 months ago
  74. 557289b Add a missing dependency to config.h by Andrzej Kurek · 4 years, 10 months ago
  75. 069fa96 Use size_t instead of uint32_t for ssl I/O buffer lengths by Andrzej Kurek · 4 years, 7 months ago
  76. 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
  77. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  78. 0cbdc61 Bump version to Mbed TLS 2.25.0 by Janos Follath · 4 years, 8 months ago
  79. a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
  80. 7710906 Merge pull request #3393 from geecrypt/development by Ronald Cron · 4 years, 8 months ago
  81. 3a0535b Merge pull request #3916 from jdurkop/psa-crypto-config-hashes-3672 by Gilles Peskine · 4 years, 8 months ago
  82. b23e31d Minor documentation/comment fixes by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  83. 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  84. f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  85. 9cc079d Declare cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  86. 3ba84d5 Improve documentation of cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 9 months ago
  87. d62b678 Minor updates to address review comments by John Durkop · 4 years, 8 months ago
  88. b0a748e Copyediting by Gilles Peskine · 4 years, 8 months ago
  89. 2cecfba Support PSA_WANT_xxx and MBEDTLS_PSA_BUILTIN_xxx for hashes by Gilles Peskine · 4 years, 8 months ago
  90. cd1495c In old-style PSA configuration, define PSA_WANT_xxx by Gilles Peskine · 4 years, 8 months ago
  91. 6aceb51 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  92. b663a60 Note the expectations on mbedtls_psa_external_get_random() by Gilles Peskine · 4 years, 9 months ago
  93. 89ffb28 Fix option compatibility check by Gilles Peskine · 4 years, 9 months ago
  94. 14c332b Fix a Doxygen warning by Gilles Peskine · 4 years, 9 months ago
  95. ed03890 PSA: allow the configuration to favor HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
  96. 82e57d1 PSA: support HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
  97. 4fc21fd Implement MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG by Gilles Peskine · 4 years, 9 months ago
  98. b8af228 Autonomous random driver: declare the type and function by Gilles Peskine · 4 years, 9 months ago
  99. f08b3f8 Autonomous random driver: create configuration option by Gilles Peskine · 4 years, 9 months ago
  100. 383c245 Move "internal use" sentence attached to the wrong function by Gilles Peskine · 4 years, 9 months ago