1. 0bbb38c Merge pull request #4199 from TRodziewicz/mul_shortcut_fix by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  2. 247745f Revert "Changelog added" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  3. c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
  4. 0961e3d Changelog added by TRodziewicz · 4 years, 4 months ago
  5. 8f28c24 Explain the problem in more concrete terms by Gilles Peskine · 4 years, 4 months ago
  6. fd4fab0 mbedtls_mpi_read_string("-0") no longer produces a "negative zero" by Gilles Peskine · 4 years, 4 months ago
  7. 40de3c9 Fix Changelog, add separate test functions for hash of all-zero bits by TRodziewicz · 4 years, 4 months ago
  8. 7bc6a37 Merge pull request #3183 from meuter/development by Gilles Peskine · 4 years, 4 months ago
  9. 5feb670 Fix the Changelog and extend tests to cover the hash of all-bits zero by TRodziewicz · 4 years, 4 months ago
  10. 889828d Merge pull request #4279 from ronald-cron-arm/fix-invalid-id-error-code by Gilles Peskine · 4 years, 4 months ago
  11. 602f986 Add change log by Ronald Cron · 4 years, 4 months ago
  12. 2af9641 Merge pull request #4198 from maulik-arm/maulik-arm/fix-4162 by Ronald Cron · 4 years, 4 months ago
  13. f41be14 Add Change log entry for bug fix. by Maulik Patel · 4 years, 5 months ago
  14. bf792e0 Merge pull request #3616 from militant-daos/bug_3175 by Gilles Peskine · 4 years, 4 months ago
  15. 782a7ea ecjpake_zkp_read() now returns ...BAD_INPUT_DATA when r len == 0 and test follows that by TRodziewicz · 4 years, 5 months ago
  16. 59244e8 Actually use the READ_TIMEOUT_MS in the sample DTLS client and server by Ryan LaPointe · 4 years, 5 months ago
  17. e483a77 Merge pull request #816 from ARMmbed/development by Dave Rodgman · 4 years, 5 months ago mbedtls-2.26.0 v2.26.0
  18. 9907e2c Improve wording of ChangeLog entry by Paul Elliott · 4 years, 5 months ago
  19. 3949065 Fix incorrect case in changelog entry by Paul Elliott · 4 years, 8 months ago
  20. 6f21e11 Add Changelog entry by Paul Elliott · 4 years, 8 months ago
  21. 0135516 Merge pull request #4203 from paul-elliott-arm/memsan_fix_build by paul-elliott-arm · 4 years, 5 months ago
  22. 74755e4 Update Changelog for 2.26.0 by Dave Rodgman · 4 years, 5 months ago
  23. b4fe105 Add missing changelog entry by Dave Rodgman · 4 years, 5 months ago
  24. 2d83ac1 Add a missing changelog entry by Dave Rodgman · 4 years, 5 months ago
  25. 5cce6a2 Merge branch 'development-restricted' into mbedtls-2.26.0-rc by Dave Rodgman · 4 years, 5 months ago
  26. e252868 Merge pull request #4067 from stevew817/feature/allow_multilength_aead by Gilles Peskine · 4 years, 5 months ago
  27. fb91a48 Fix memsan build with clang 11 by Paul Elliott · 4 years, 5 months ago
  28. 9edff74 Fix EC J-PAKE failing when the payload is all-bits-zero by TRodziewicz · 4 years, 5 months ago
  29. a5dce14 Fixup changelog formatting by Paul Elliott · 4 years, 5 months ago
  30. 7de9e2d Language / verbiage fixes by Steven Cooreman · 4 years, 5 months ago
  31. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
  32. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
  33. ee18b1f Style and language updates after review by Steven Cooreman · 4 years, 6 months ago
  34. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
  35. ddf4374 Fix stack buffer overflow in net functions with large file descriptor by Gilles Peskine · 4 years, 5 months ago
  36. b4e4bfd Add Changelog entry by Paul Elliott · 4 years, 5 months ago
  37. b158321 Make entropy double-free work by Gilles Peskine · 4 years, 5 months ago
  38. 4337a9c Document mutex usage for RSA by Gilles Peskine · 4 years, 6 months ago
  39. 1226ece Changelog entry for RSA mutex usage fix by Gilles Peskine · 4 years, 6 months ago
  40. 71edf74 Changelog entry for DRBG mutex usage fix by Gilles Peskine · 4 years, 6 months ago
  41. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 5 months ago
  42. d548d96 Clarify where mbedtls_psa_get_random might be useful by Gilles Peskine · 4 years, 6 months ago
  43. e3ed802 Expose mbedtls_psa_get_random() by Gilles Peskine · 4 years, 6 months ago
  44. bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 6 months ago
  45. 495ef98 Merge pull request #3976 from devnexen/fbsd_dfly_upd by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  46. 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 6 months ago
  47. 4971c3f Changelog entry. by David Carlier · 4 years, 6 months ago
  48. 7976574 Allow tweaking PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 7 months ago
  49. 59ad770 Merge pull request #4131 from paul-elliott-arm/fix_crypto_leak by Gilles Peskine · 4 years, 6 months ago
  50. 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
  51. d17062e Correct english in changelog. by Paul Elliott · 4 years, 6 months ago
  52. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  53. da3e7db Fix memory leak in error case in psa_crypto by Paul Elliott · 4 years, 6 months ago
  54. 07907ae Add change log entry by Ronald Cron · 4 years, 6 months ago
  55. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
  56. 6a32ad8 Merge pull request #4094 from d-otte/development by Janos Follath · 4 years, 6 months ago
  57. da43d78 adjusting Changelog entry for PR #4094 by Daniel Otte · 4 years, 6 months ago
  58. 21cbe4a adding entry file to ChangeLog.d for PR4094 by Daniel Otte · 4 years, 6 months ago
  59. c8a9177 mbedtls_mpi_sub_abs: fix buffer overflow in error case by Gilles Peskine · 4 years, 6 months ago
  60. 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 6 months ago
  61. 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
  62. 47278ee Add changelog entry by gabor-mezei-arm · 4 years, 7 months ago
  63. 6226a12 Documentation update for MBEDTLS_ECP_NO_FALLBACK by Steven Cooreman · 4 years, 7 months ago
  64. ff3db6a Removed trailing whitespace by Cédric Meuter · 4 years, 7 months ago
  65. ad27fb0 Added changelog entry by Cédric Meuter · 4 years, 7 months ago
  66. 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 7 months ago
  67. ae3741e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 months ago
  68. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  69. 75fdd06 Merge pull request #3973 from stroebeljc/development by Manuel Pégourié-Gonnard · 4 years, 7 months ago
  70. 03ee383 Updated change description as suggested by @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
  71. 73d7832 Merge pull request #3969 from frestr/bugfix/psa_close_key_leak by Gilles Peskine · 4 years, 7 months ago
  72. e67ba98 Fixed verb tense in change log. by stroebeljc · 4 years, 7 months ago
  73. 2b50d78 Fixed incorrect change log formatting. by stroebeljc · 4 years, 7 months ago
  74. d4de1b5 Updated per comments from @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
  75. 6a5f10c Added ChangeLog entry for related issue. by ENT\stroej1 · 4 years, 7 months ago
  76. 462aa57 PSA Crypto: Don't skip key data removal when SE driver is not in use by Fredrik Strupe · 4 years, 8 months ago
  77. 0bd9d22 Add Changelog entry by Bence Szépkúti · 4 years, 8 months ago
  78. 7ac5fd1 Assemble ChangeLog by Janos Follath · 4 years, 8 months ago
  79. 248900d Fix Changelog format by Janos Follath · 4 years, 8 months ago
  80. debe719 Add missing ChangeLog entries 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. 6d5c7bc Merge pull request #3898 from paul-elliott-arm/fix_pem_write by Gilles Peskine · 4 years, 8 months ago
  83. 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 8 months ago
  84. 6879f42 Add changelog by Bence Szépkúti · 4 years, 8 months ago
  85. 557b8d6 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
  86. 7710906 Merge pull request #3393 from geecrypt/development by Ronald Cron · 4 years, 8 months ago
  87. 22a1911 NIST_KW in cipher: credit the reporter by Gilles Peskine · 4 years, 8 months ago
  88. 3aae5d4 Merge pull request #781 from mpg/cipher-auth-crypt-restricted by Janos Follath · 4 years, 8 months ago
  89. 7973e2b Merge pull request #772 from chris-jones-arm/development-restricted by Janos Follath · 4 years, 8 months ago
  90. e410bf7 Add changelog entry for the memory management fixes by Gilles Peskine · 4 years, 10 months ago
  91. 1bfeb8a Add changelog entry file for bugfix 2927 by gacquroff · 4 years, 8 months ago
  92. add9948 Fix whitespace in changelog entry by Chris Jones · 4 years, 8 months ago
  93. 6df9052 Add ChangeLog entries for auth_crypt changes by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  94. 227366b Merge branch 'development' into development-restricted by Gilles Peskine · 4 years, 8 months ago
  95. 54a6f23 Merge pull request #3930 from ccvca/fix_missing_argument by Gilles Peskine · 4 years, 8 months ago
  96. a282984 Merge pull request #773 from paul-elliott-arm/discrepancy_cert by Gilles Peskine · 4 years, 8 months ago
  97. 489c058 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  98. 16187a2 Add ChangeLog entry for modular exponentiation size limit by Chris Jones · 4 years, 8 months ago
  99. 883d304 Fix: Add missing arguments to debug message. by Christian von Arnim · 4 years, 8 months ago
  100. ca17ebf Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago