1. a651e6f Tidy up grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
  2. 24647c5 Minor coding style improvement by Joe Subbiani · 4 years ago
  3. efb8fae Compress byte reading macros in if statements by Joe Subbiani · 4 years ago
  4. 2f98d79 Tidy up ssl_*.c grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
  5. 23fec25 Replace remaining byte shift with macro by Joe Subbiani · 4 years ago
  6. d6ea063 Move #include "common.h" where config.h used to be by Joe Subbiani · 4 years ago
  7. 4446e82 Remove redundant config.h includes definitions by Joe Subbiani · 4 years ago
  8. a724ef9 Add more instances of Byte Reading Macros by Joe Subbiani · 4 years ago
  9. b763ba4 Remove macro that does not belong in 2.x by Joe Subbiani · 4 years ago
  10. ca8a7cf Implement byte reading macros to remaining files by Joe Subbiani · 4 years ago
  11. f15da89 Replace remaining MBEDTLS_CHAR with MBEDTLS_BYTE by Joe Subbiani · 4 years ago
  12. 8799e54 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  13. d3a3f21 Improve documentation and add more uses of MBEDTLS_PUT by Joe Subbiani · 4 years, 1 month ago
  14. 896f4ee Improve consitency throughout library/common.h by Joe Subbiani · 4 years, 1 month ago
  15. c54e908 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  16. 197e9ed Remove trailing white space by Joe Subbiani · 4 years, 1 month ago
  17. 281956d Remove use of byte reading macro for uint16 by Joe Subbiani · 4 years, 1 month ago
  18. 6627fb2 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  19. ad1115a Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years, 1 month ago
  20. 1bd5d7d Add UINT64 GET and PUT macros by Joe Subbiani · 4 years, 1 month ago
  21. c045dc1 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x by Joe Subbiani · 4 years, 1 month ago
  22. 5b96e67 Replace "four bytes" with "two bytes" in macro documentation by Joe Subbiani · 4 years, 1 month ago
  23. 6350d3a Remove trailing whitespaces by Joe Subbiani · 4 years, 1 month ago
  24. 1000037 Replace 3 byte shift with appropriate macro by Joe Subbiani · 4 years, 1 month ago
  25. 0a65d53 Improve common.h macro documentation by Joe Subbiani · 4 years, 1 month ago
  26. 6b897c9 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
  27. 9231d5f GET macros use a target variable by Joe Subbiani · 4 years, 1 month ago
  28. 266476d Document common.h and remove changelog by Joe Subbiani · 4 years, 1 month ago
  29. 4530b27 Move GET/PUT_UINT16_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  30. 2bbafda Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  31. 888a141 Undo use of BYTE_x macro by Joe Subbiani · 4 years, 1 month ago
  32. 61f7d73 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  33. e4cc8c1 Add do-while protection to macros by Joe Subbiani · 4 years, 1 month ago
  34. 4fb7555 Move UINT32_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  35. aa5f6a6 Move UINT32_BE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  36. 927488e Move BYTES_TO_U32_LE to common.h by Joe Subbiani · 4 years, 1 month ago
  37. ba486b0 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 2 months ago
  38. 3480e77 Merge pull request #4829 from spencer-burke/fixing_4222-2.x by Gilles Peskine · 4 years ago
  39. 30dc0b5 Remove the duplicate code in mbedtls/include/mbedtls/check_config.h by Spencer Burke · 4 years, 2 months ago
  40. 9274d46 Merge pull request #4759 from paul-elliott-arm/fix_cipher_output_size_2.x by Gilles Peskine · 4 years ago
  41. b0f45d7 Merge pull request #4803 from gilles-peskine-arm/save-coverage-summary-2.x by Manuel Pégourié-Gonnard · 4 years ago
  42. de1a320 Merge pull request #4797 from gilles-peskine-arm/generate_psa_tests-robutness-202107-2.2x by Manuel Pégourié-Gonnard · 4 years ago
  43. 7ac412b Add Changelog entry by Paul Elliott · 4 years, 1 month ago
  44. ed33ef1 Add non regression test for cipher output size by Paul Elliott · 4 years, 1 month ago
  45. c183f20 Add fix to update output size macro as well. by Paul Elliott · 4 years, 1 month ago
  46. 9bc9659 Change PSA Cipher macro safety to use block length by Paul Elliott · 4 years, 1 month ago
  47. eadd8ee Fix mixup about the directory containing the success indicator file by Gilles Peskine · 4 years, 1 month ago
  48. 5cf753a More robust failure detection for the coverage report generation by Gilles Peskine · 4 years, 1 month ago
  49. a2df615 Explain the final error checking by Gilles Peskine · 4 years, 1 month ago
  50. 81786e4 Save the coverage report to a file by Gilles Peskine · 4 years, 1 month ago
  51. 8e74141 Show the udp_proxy seed in the console log by Gilles Peskine · 4 years, 1 month ago
  52. 5a09a4a Only run an unbridled parallel make (make -j) if MAKEFLAGS is unset by Gilles Peskine · 4 years, 1 month ago
  53. d9feb34 Merge pull request #4779 from yutotakano/fix-reserved-identifier-clash-2.x by Gilles Peskine · 4 years, 1 month ago
  54. 0ba0109 Merge pull request #4768 from JoeSubbiani/TestBlockSizes_2.x by Ronald Cron · 4 years, 1 month ago
  55. e7738c3 Fix typo in test dependencies by Gilles Peskine · 4 years, 1 month ago
  56. cdd80c4 Use python3 when building on non-Windows for Windows by Gilles Peskine · 4 years, 1 month ago
  57. 06d5a32 Remove obsolete MBEDTLS_xxx dependencies by Gilles Peskine · 4 years, 1 month ago
  58. 1d21090 Merge pull request #4480 from gilles-peskine-arm/psa-storage-format-test-strategy-20210511 by Ronald Cron · 4 years, 1 month ago
  59. 5053642 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  60. c9eb858 Simplify the test and description by Joe Subbiani · 4 years, 1 month ago
  61. b2c454c Add ChangeLog entry for reserved identifier replacments by Yuto Takano · 4 years, 1 month ago
  62. 284857e Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  63. bc6eaf7 Replace `_B` with `B` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  64. bd5cc3a Add test in block_cipher_key_type test case by Joe Subbiani · 4 years, 1 month ago
  65. 8de3633 Merge pull request #4762 from mpg/fix-overly-aggressive-udp-proxy-2.x by Gilles Peskine · 4 years, 1 month ago
  66. 1413428 Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  67. dcb3479 Merge pull request #4761 from mpg/fix-memleak-in-ssl-test-2.x by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  68. 7fe62cc Fix divide by zero if macro used with wrong key by Paul Elliott · 4 years, 1 month ago
  69. 87e8b5c Use distinct variables for distinct purposes by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  70. 40e26b2 Fix memory leak on failure path in test code by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  71. 008cd0c Merge pull request #4757 from gilles-peskine-arm/generate_psa_tests-speedup-2.27 by Gilles Peskine · 4 years, 1 month ago
  72. e1a97cb Merge pull request #847 from ARMmbed/mbedtls-2.27.0_merge_into_release by Dave Rodgman · 4 years, 1 month ago
  73. 3008c58 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 1 month ago
  74. f71e287 Merge pull request #843 from paul-elliott-arm/mbedtls-2.27.0rc0-pr by Dave Rodgman · 4 years, 1 month ago mbedtls-2.27.0 v2.27.0
  75. 4614cb1 Fix Changelog indentation by Dave Rodgman · 4 years, 1 month ago
  76. 699ccf8 Fix indentation in the Changelog by Dave Rodgman · 4 years, 1 month ago
  77. 610a9cc Bump SO version for libmbedcrypto by Paul Elliott · 4 years, 1 month ago
  78. f3e1a25 Revert ChangeLog change by Paul Elliott · 4 years, 1 month ago
  79. 40d3fd3 Grammar and typo changelog cleanup by Paul Elliott · 4 years, 1 month ago
  80. 46c0cf7 Actually remove compiled changelog entries by Paul Elliott · 4 years, 1 month ago
  81. 3ca4892 Update changelog to cover #4197 by Paul Elliott · 4 years, 1 month ago
  82. d925ee0 Set ChangeLog version and release date by Paul Elliott · 4 years, 1 month ago
  83. bece737 Bump Library Version Number by Paul Elliott · 4 years, 1 month ago
  84. 6712332 Build aggregated ChangeLog by Paul Elliott · 4 years, 1 month ago
  85. 4128c20 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.27.0rc0-pr by Paul Elliott · 4 years, 1 month ago
  86. ba940cc Merge pull request #4182 from gabor-mezei-arm/3258_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  87. af9b484 Merge pull request #4605 from gabor-mezei-arm/3267_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  88. e4be8a3 Remove obsolete comment by gabor-mezei-arm · 4 years, 1 month ago
  89. 05dac4a Give a better name for struct member by gabor-mezei-arm · 4 years, 1 month ago
  90. 0a4046e Merge pull request #4736 from daverodgman/alert_bugfixes_2.x by Dave Rodgman · 4 years, 1 month ago
  91. 7ed75e2 Correct required config flag in ECJPAKE tests by Dave Rodgman · 4 years, 1 month ago
  92. 2523045 Fix minor issues by gabor-mezei-arm · 4 years, 1 month ago
  93. a3669ac Restoring the multi-part cipher_verify_output() testing by gabor-mezei-arm · 4 years, 1 month ago
  94. bdba86f Merge pull request #4718 from nick-child-ibm/hash_len_devel by Gilles Peskine · 4 years, 1 month ago
  95. 3ea2732 Fix pylint issue by gabor-mezei-arm · 4 years, 1 month ago
  96. 809634d Check the return status of the functions first by gabor-mezei-arm · 4 years, 1 month ago
  97. 42373bd Add buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  98. 6f8d43d Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  99. 0dfb7db TLS UNSUPPORTED_EXTENSION error code changes by Dave Rodgman · 4 years, 1 month ago
  100. de8c91b Improve Changelog for TLS alert codes by Dave Rodgman · 4 years, 1 month ago