1. e86bdca Fix size macros and its documentation by gabor-mezei-arm · 4 years, 7 months ago
  2. fbd9f1e Add and update macros for output buffer sizes by gabor-mezei-arm · 5 years ago
  3. ee6bb56 Remove out of scope macros by gabor-mezei-arm · 5 years ago
  4. 8809fb6 Add and update size macros for ciphers and keys by gabor-mezei-arm · 5 years ago
  5. 0687b2b Add macros for output buffer sizes by gabor-mezei-arm · 5 years ago
  6. a200ee6 Move AEAD macros next to each other by gabor-mezei-arm · 4 years, 8 months ago
  7. b158321 Make entropy double-free work by Gilles Peskine · 4 years, 5 months ago
  8. 4337a9c Document mutex usage for RSA by Gilles Peskine · 4 years, 6 months ago
  9. 478847c Document thread safety for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  10. e39b219 Document mutex invariant for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  11. f305d92 Document thread safety for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  12. da290f9 Document mutex invariant for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  13. 39a1a26 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  14. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 5 months ago
  15. 60b29fe Define WANT symbols for always-supported key types by Gilles Peskine · 4 years, 6 months ago
  16. 7921cce Fix typo in config_psa.h by Bence Szépkúti · 4 years, 6 months ago
  17. 9a594e8 Update psa crypto_config to include recent configs by David Brown · 4 years, 6 months ago
  18. db01e02 Remove an unnecessary #else and commented line by David Brown · 4 years, 6 months ago
  19. be380c1 Remove incorrect PSA ECB definition by David Brown · 4 years, 6 months ago
  20. 8de6437 Cleanup PSA CBC padding defines by David Brown · 4 years, 6 months ago
  21. 86730a8 Add missing MBEDTLS_PSA_BUILTIN for ChaCha20-Poly1305 by David Brown · 4 years, 6 months ago
  22. fc46818 Cleanup PSA ifdefs for CBC block mode by David Brown · 4 years, 6 months ago
  23. 10cb81c Add some missing MBEDTLS_PSA_BUILTIN_ definitions by David Brown · 4 years, 6 months ago
  24. f84a0f6 Simplify block cipher PSA definitions by David Brown · 4 years, 6 months ago
  25. e1f91f0 Consolidate PSA ifdefs for block ciphers by David Brown · 4 years, 6 months ago
  26. 18658a7 Disable error on CHACHAPOLY misconfiguration by David Brown · 4 years, 6 months ago
  27. ac4fa07 Add PSA config support for ChaCha20+Poly1305 by David Brown · 4 years, 6 months ago
  28. b16727a Add PSA config for ChaCha20 by David Brown · 4 years, 6 months ago
  29. b781f75 Define SW crypto algorithms if block modes need it by David Brown · 4 years, 6 months ago
  30. 5256e69 Fix typo in psa config comment by David Brown · 4 years, 6 months ago
  31. 4b9ec7a Add checks for HW acceleration of ciphers and padding by David Brown · 4 years, 6 months ago
  32. 12f45f9 Add definitions for builtins for cipher modes by David Brown · 4 years, 6 months ago
  33. da7dbb7 Add building definitions for non-crypto-config case by David Brown · 4 years, 6 months ago
  34. bc1731b Fix small error in a comment by David Brown · 4 years, 6 months ago
  35. db003f3 Remove unused definition by David Brown · 4 years, 7 months ago
  36. 78a429b Add _BUILTIN defines for new features by David Brown · 4 years, 7 months ago
  37. 9984427 Add feature support for block modes to PSA crypto config by David Brown · 4 years, 7 months ago
  38. a9f1d83 Add symmetric ciphers and block modes by David Brown · 4 years, 7 months ago
  39. b65a7f7 Add feature support for DES for PSA crypto config by David Brown · 4 years, 7 months ago
  40. 686e6e8 Add feature support for Camelia for PSA crypto config by David Brown · 4 years, 7 months ago
  41. ec258cf Add feature support for ARC4 for PSA crypto config by David Brown · 4 years, 7 months ago
  42. 9493308 Add feature support for AES for PSA crypto config by David Brown · 4 years, 7 months ago
  43. 996f216 Make it possible to include psa_crypto_random_impl.h with psa_util.h by Gilles Peskine · 4 years, 6 months ago
  44. 2cff7e2 Minor clarification in the public documentation by Gilles Peskine · 4 years, 6 months ago
  45. e3ed802 Expose mbedtls_psa_get_random() by Gilles Peskine · 4 years, 6 months ago
  46. bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
  47. 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago
  48. 1f968fd Define the user-configurable PSA config flag in config.h by Steven Cooreman · 4 years, 6 months ago
  49. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  50. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  51. 395889f psa: Make sure MBEDTLS_PSA_CRYPTO_CLIENT is defined by Ronald Cron · 4 years, 6 months ago
  52. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
  53. a0832d4 Merge pull request #3958 from gilles-peskine-arm/fix-tls12-constant-namespace by Ronald Cron · 4 years, 6 months ago
  54. d945871 Merge pull request #3872 from gabor-mezei-arm/3275_use_PSA_ERROR_DATA_INVALID_where_warranted by Gilles Peskine · 4 years, 6 months ago
  55. 51b8bb0 PSA_KEY_TYPE_DERIVE is always available by Gilles Peskine · 4 years, 7 months ago
  56. b65db07 Add missing declaration of SHA-224 from MBEDTLS_SHA256_C by Gilles Peskine · 4 years, 7 months ago
  57. 47a8933 Declare PSA_KEY_TYPE_HMAC as well by Gilles Peskine · 4 years, 7 months ago
  58. 3768ac1 Add MBEDTLS_PSA_CRYPTO_CLIENT configuration option by Ronald Cron · 4 years, 6 months ago
  59. 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 6 months ago
  60. 318515b Merge pull request #3984 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size_renames by Ronald Cron · 4 years, 6 months ago
  61. bdae918 Fix documentation by gabor-mezei-arm · 4 years, 6 months ago
  62. 86326a9 Fix possible error codes in the documentation by gabor-mezei-arm · 4 years, 8 months ago
  63. 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
  64. 6226a12 Documentation update for MBEDTLS_ECP_NO_FALLBACK by Steven Cooreman · 4 years, 7 months ago
  65. d25ea72 Fix rename of output buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  66. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  67. 43f958b Rename unnamespaced identifiers by Gilles Peskine · 4 years, 8 months ago
  68. 2a54a6f Refactor the variable buffer length config description by Andrzej Kurek · 4 years, 7 months ago
  69. 557289b Add a missing dependency to config.h by Andrzej Kurek · 4 years, 10 months ago
  70. 069fa96 Use size_t instead of uint32_t for ssl I/O buffer lengths by Andrzej Kurek · 4 years, 7 months ago
  71. 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
  72. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  73. 88fa5c4 Minor documentation improvements by Gilles Peskine · 4 years, 7 months ago
  74. 575ece0 Merge pull request #3576 from gilles-peskine-arm/psa-lifetime-persistence-indicator-tweaks by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  75. 0bb2570 Copyediting by Gilles Peskine · 4 years, 8 months ago
  76. e39bdaa Specialize some wording from the specification by Gilles Peskine · 4 years, 8 months ago
  77. 9b3e5a7 Clarify the explanation of locations by Gilles Peskine · 4 years, 8 months ago
  78. f3c8565 Merge pull request #789 from ARMmbed/mbedtls-2.25.0r0 by Janos Follath · 4 years, 8 months ago
  79. a27a4e2 Merge pull request #3929 from gilles-peskine-arm/psa-driver-remove-old-accel by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  80. 0cbdc61 Bump version to Mbed TLS 2.25.0 by Janos Follath · 4 years, 8 months ago
  81. a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
  82. 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 8 months ago
  83. 99ffb2b Simplify description of PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  84. cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
  85. a294551 Update PSA Crypto macro values to version 1.0.0 by Bence Szépkúti · 4 years, 8 months ago
  86. 1de907d Introduce PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  87. e995b9b Clarify statuses from mbedtls_psa_external_get_random by Gilles Peskine · 4 years, 8 months ago
  88. 7710906 Merge pull request #3393 from geecrypt/development by Ronald Cron · 4 years, 8 months ago
  89. 3a0535b Merge pull request #3916 from jdurkop/psa-crypto-config-hashes-3672 by Gilles Peskine · 4 years, 8 months ago
  90. b23e31d Minor documentation/comment fixes by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  91. 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  92. f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  93. 9cc079d Declare cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  94. 3ba84d5 Improve documentation of cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 9 months ago
  95. d62b678 Minor updates to address review comments by John Durkop · 4 years, 8 months ago
  96. db6b03b Remove old-style accelerator and entropy driver interfaces by Gilles Peskine · 4 years, 8 months ago
  97. b0a748e Copyediting by Gilles Peskine · 4 years, 8 months ago
  98. d4585ff Fix removal of deprecated PSA constants by Bence Szépkúti · 4 years, 8 months ago
  99. fb764a6 Add hashes as crypto config by default by John Durkop · 4 years, 8 months ago
  100. 2cecfba Support PSA_WANT_xxx and MBEDTLS_PSA_BUILTIN_xxx for hashes by Gilles Peskine · 4 years, 8 months ago