1. f211d82 Be explicit about constant time bignum functions that must take a 0 or 1 condition value by Tom Cosgrove · 3 years ago
  2. 2c08ac7 Merge pull request #6157 from daverodgman/chacha-psa-defines-backport by Gilles Peskine · 3 years ago
  3. 62067bc Merge pull request #6156 from daverodgman/microblaze-littleendian-backport-2.28 by Dave Rodgman · 3 years ago
  4. aba5044 Add MBEDTLS_POLY1305_C and MBEDTLS_CHACHA20_C by Summer Qin · 3 years, 2 months ago
  5. 90b99bf fix issue #2020 by Kazuyuki Kimura · 4 years, 2 months ago
  6. 5205c97 Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  7. 9d9d45c bn_mul.h: fix x86 PIC inline ASM compilation with GCC < 5 by Peter Korsgaard · 7 years ago
  8. fe9d08f Bump version by Dave Rodgman · 3 years, 1 month ago
  9. df275c4 Merge remote-tracking branch 'restricted/mbedtls-2.28-restricted' into mbedtls-2.28.1rc0-pr by Dave Rodgman · 3 years, 1 month ago
  10. be059e4 For status values, the macro expansions must not change either by Gilles Peskine · 3 years, 1 month ago
  11. 43bd07d Add compatibility notes regarding values embedded in the key store by Gilles Peskine · 3 years, 2 months ago
  12. 7ccc5e6 Document how PSA identifiers are generally constructed by Gilles Peskine · 3 years, 2 months ago
  13. ed36d20 Save code size by calling get_type only once by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  14. 5721059 Mark internal int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  15. 08b2ebd Improve readability with less negation. by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  16. a4a4aab Improve contract of mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  17. 853f067 Clarify warning about mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  18. 33f41a8 Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
  19. 862acb8 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  20. 5bc9a26 Merge pull request #5877 from tom-cosgrove-arm/fix-typos-220526-2.28 by Dave Rodgman · 3 years, 2 months ago
  21. fd8aa65 Remove duplicated PSA_WANT_ALG_CMAC in crypto_config.h by Summer Qin · 3 years, 2 months ago
  22. 2b15075 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  23. 7ef96ea Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  24. 293e452 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  25. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  26. 9aa892b Merge pull request #5754 from gilles-peskine-arm/psa-storage-format-test-exercise-2.28 by Gilles Peskine · 3 years, 3 months ago
  27. f87d843 Merge pull request #5740 from gilles-peskine-arm/psa-crypto-config-file-2.28 by Gilles Peskine · 3 years, 3 months ago
  28. 238f976 Note that MBEDTLS_CONFIG_FILE can't be defined inside the config file by Gilles Peskine · 3 years, 3 months ago
  29. 8290976 Fix references to mbedtls_config.h by Gilles Peskine · 3 years, 3 months ago
  30. 2b28e4e Clarify wording of documentation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  31. f501cb5 Clarify documentation of mbedtls_x509_crt_profile by Hanno Becker · 7 years ago
  32. 500e48f Consistently use "ARC4" in PSA docs and comments by Gilles Peskine · 3 years, 4 months ago
  33. b3e87b6 psa_crypto does not support XTS by Gilles Peskine · 3 years, 5 months ago
  34. a16d8fc Merge pull request #5697 from gilles-peskine-arm/psa-test-op-fail-2.28 by Gilles Peskine · 3 years, 4 months ago
  35. 29e89bb Make it explicit that an absolute path is also ok by Gilles Peskine · 3 years, 4 months ago
  36. 8a55775 Wording improvement by Gilles Peskine · 3 years, 4 months ago
  37. 33665c4 More precise explanation of MBEDTLS_PSA_CRYPTO_CONFIG disabled by Gilles Peskine · 3 years, 4 months ago
  38. 99e075b State explicitly USER config files can modify the default config by Gilles Peskine · 3 years, 4 months ago
  39. 25496d0 Clarify the "duplicate documentation" remark by Gilles Peskine · 3 years, 4 months ago
  40. 7266526 Document the section "General configuration options" by Gilles Peskine · 3 years, 4 months ago
  41. 1341e21 Fix name mismatch in section end comment by Gilles Peskine · 3 years, 4 months ago
  42. d742baa Format literal # in a way that doesn't confuse older Doxygen by Gilles Peskine · 3 years, 4 months ago
  43. 86198d7 Place MBEDTLS_CONFIG_FILE and such into a new section by Gilles Peskine · 3 years, 4 months ago
  44. 7e2a91f Support alternative MBEDTLS_PSA_CRYPTO_CONFIG_FILE by Gilles Peskine · 3 years, 5 months ago
  45. 5283435 Improve documentation of MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 3 years, 5 months ago
  46. 781f734 Document MBEDTLS_CONFIG_FILE and MBEDTLS_USER_CONFIG_FILE by Gilles Peskine · 3 years, 5 months ago
  47. c2d1938 Merge pull request #5720 from tom-cosgrove-arm/adamwolf-reasonable-2.28 by Dave Rodgman · 3 years, 4 months ago
  48. ef30d90 Fix spelling of 'reasonable' in comments by Adam Wolf · 6 years ago
  49. 263d8f7 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
  50. dbeaad3 Add missing logic for accelerated ECB under MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 3 years, 5 months ago
  51. 52af769 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
  52. 301db66 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  53. e2279e0 Merge pull request #5503 from AndrzejKurek/doxygen-duplicate-parameter-docs-2-28 by Gilles Peskine · 3 years, 5 months ago
  54. e693244 Merge pull request #5540 from gilles-peskine-arm/check_config-chachapoly-2.28 by Gilles Peskine · 3 years, 5 months ago
  55. fa21dda Fix indentation by Gilles Peskine · 4 years ago
  56. 9130b5b Add check_config checks for AEAD by Gilles Peskine · 4 years ago
  57. 298d6cc Add mbedtls_ssl_check_curve_tls_id() (internal) by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  58. fcaef2e doxygen: merge multiple descriptions of the same return codes by Andrzej Kurek · 3 years, 6 months ago
  59. a16ffaf Add a check in check_config.h for PK_WRITE_C when RSA is enabled by Andrzej Kurek · 3 years, 6 months ago
  60. d08ed95 Formatting: remove tabs from check_config.h by Andrzej Kurek · 3 years, 6 months ago
  61. 1faa2a3 Add a check for MBEDTLS_PK_WRITE_C with USE_PSA_CRYPTO to check-config.h by Andrzej Kurek · 3 years, 6 months ago
  62. fe5fb8e doxygen: remove empty platform_time configuration section by Andrzej Kurek · 3 years, 6 months ago
  63. ff632d5 doxygen: move addtogroup closures to include more elements by Andrzej Kurek · 3 years, 6 months ago
  64. 73afe27 Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 6 months ago
  65. 9db51a6 Add missing config check for PKCS5. by Sebastian Bøe · 3 years, 7 months ago
  66. d41dab3 Bump version to 2.28.0 by Dave Rodgman · 3 years, 8 months ago
  67. 384b98b Merge pull request #5310 from paul-elliott-arm/pkcs12_fix_2.x by Gilles Peskine · 3 years, 8 months ago
  68. ce22008 Documentation fixes by Paul Elliott · 3 years, 8 months ago
  69. 2b3f21d Catch failures of md_hmac operations by Gilles Peskine · 3 years, 8 months ago
  70. a59cc3d Further documentation improvements by Paul Elliott · 3 years, 9 months ago
  71. fe724fe Fix for pkcs12 with NULL or zero length password by Paul Elliott · 3 years, 9 months ago
  72. 51377d8 Merge pull request #5280 from davidhorstmann-arm/2.x-improve-cmac-docs by Gilles Peskine · 3 years, 8 months ago
  73. c3319e7 Merge pull request #5189 from gilles-peskine-arm/struct_reordering_2.x by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  74. b56f38f Reword documentation of CMAC operations by David Horstmann · 3 years, 8 months ago
  75. 582f239 Merge pull request #5167 from tom-cosgrove-arm/fix-builds-with-only-mbedtls_bignum_c-defined by Gilles Peskine · 3 years, 8 months ago
  76. bf67233 Align function parameter names for mbedtls_set_key_owner_id in PSA headers by Antonio de Angelis · 3 years, 8 months ago
  77. d98ec4b psa: Fix some dependencies in config_psa.h by Ronald Cron · 4 years, 3 months ago
  78. 0d5a27b psa: Fix Mbed TLS hash operation definition by Ronald Cron · 3 years, 10 months ago
  79. b814bda Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  80. 0859fe2 psa: Fix hash max sizes by Ronald Cron · 3 years, 10 months ago
  81. 9501bd7 Make PSA headers more self-contained by Gilles Peskine · 3 years, 8 months ago
  82. 3107b33 Merge pull request #5154 from gabor-mezei-arm/3649_bp2x_move_constant_time_functions_into_separate_module by Gilles Peskine · 3 years, 9 months ago
  83. 8100bf5 further improvements to sha256 docs by Tom Cosgrove · 3 years, 9 months ago
  84. bcd2f67 doc improvements in aes and sha256 includes by Tom Cosgrove · 3 years, 9 months ago
  85. e833998 Update comment by Gilles Peskine · 3 years, 9 months ago
  86. 7f03d9e mbedtls_ssl_config: Replace bit-fields by separate bytes by Gilles Peskine · 3 years, 9 months ago
  87. 9a0e0af mbedtls_ssl_config, mbedtls_ssl_session: reorder fields by Lukasz Gniadzik · 4 years ago
  88. baccfef mbedtls_ssl_handshake_params: reorder fields to save code size by Gilles Peskine · 3 years, 9 months ago
  89. 5107084 mbedtls_ssl_handshake_params: use bytes for some small values by Gilles Peskine · 3 years, 9 months ago
  90. 4a13ebf Tweak whitespace for readability by Gilles Peskine · 3 years, 9 months ago
  91. f5d7eef PSA operation structures: move less-used fields to the end by Gilles Peskine · 3 years, 9 months ago
  92. 58efe61 Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Tom Cosgrove · 3 years, 9 months ago
  93. dbe0f89 Fix documentation and comments by Gabor Mezei · 3 years, 9 months ago
  94. 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
  95. f127a0e Remove unneeded include by Gabor Mezei · 3 years, 10 months ago
  96. e24dea8 Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
  97. 944c107 Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
  98. 4bdcf9a Reorder macro definitions by Gilles Peskine · 3 years, 11 months ago
  99. 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  100. 64010dc Add missing PSA_KEY_ID_NULL macro. by Mateusz Starzyk · 4 years ago