1. 7c220d7 Keep going after a shell "[" a.k.a. "test" fails by Gilles Peskine · 5 years ago
  2. 1d55995 Remove code that is useless now that components run in a subshell by Gilles Peskine · 5 years ago
  3. e8056c5 Complain if an unsupported component is explicitly requested by Gilles Peskine · 5 years ago
  4. 39a3b11 Better not function by Gilles Peskine · 5 years ago
  5. 4848d7b Fix double reporting when the last command of a function fails by Gilles Peskine · 5 years ago
  6. f6d29c6 Stop dispatching through obsolete functions by Gilles Peskine · 4 years, 1 month ago
  7. 0a7984f component_test_cmake_out_of_source: simplify and fix error handling by Gilles Peskine · 5 years ago
  8. 8ab2994 Detect errors on the left-hand side of a pipeline by Gilles Peskine · 5 years ago
  9. 7105a33 Run each component in a subshell and handle errors more robustly by Gilles Peskine · 5 years ago
  10. a5eb22d Add --error-test option to test error detection and reporting by Gilles Peskine · 5 years ago
  11. 3de7be8 Switch all.sh to bash by Gilles Peskine · 5 years ago
  12. 27bb62b Merge pull request #4985 from gilles-peskine-arm/check-names-rewrite-2.2x by Gilles Peskine · 3 years, 10 months ago
  13. 1c39975 Fix typo by Gilles Peskine · 3 years, 10 months ago
  14. ee20f36 Remove check-names.sh and now-unused helper scripts by Gilles Peskine · 3 years, 10 months ago
  15. 31da67b Switch to the new Python implementation of check-names by Gilles Peskine · 3 years, 10 months ago
  16. d47f636 Adapt source file names from Mbed TLS 3.0 to 2.27 by Gilles Peskine · 3 years, 10 months ago
  17. 5b4caf2 Fix typos pointed out by check_names by Yuto Takano · 4 years ago
  18. 7bf5205 More robust handling of excluded files by Gilles Peskine · 3 years, 10 months ago
  19. 8266b5b Copy check_names.py and friends from development by Gilles Peskine · 3 years, 10 months ago
  20. 186c021 Merge pull request #4978 from davidhorstmann-arm/2.x-fix-aarch64-asm-constraints by Gilles Peskine · 3 years, 10 months ago
  21. 97cd769 Merge pull request #4979 from gilles-peskine-arm/doc-use-psa-crypto-2.x by Gilles Peskine · 3 years, 11 months ago
  22. fec7ef8 Mention areas that are not (well) tested. by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  23. ee20baf Clarify that 1.3 is excluded by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  24. 12ab49a Improve wording and fix some typos. by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  25. b4113ba Clarify wording of "not covered" section by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  26. 1fa923a Fix inaccuracy in key exchange summary by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  27. 6cf7d94 Document parts not covered by USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  28. b52b91d Remove warning about PSA Crypto being beta by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  29. 04bc687 Document current effects of USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  30. 00b72fc Add docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  31. 27d8b5c Combine changelog entries for muladdc assembly fix by David Horstmann · 3 years, 11 months ago
  32. 7358065 Merge pull request #4970 from jclab-joseph/pr/fix/build-alpine_2.x by Gilles Peskine · 3 years, 11 months ago
  33. a23be22 Fix aarch64 assembly for bignum multiplication by David Horstmann · 3 years, 11 months ago
  34. 00f4eae Fix test code to can be built on alpine by joseph · 3 years, 11 months ago
  35. 02e17c0 Merge pull request #4941 from gilles-peskine-arm/muladdc-amd64-memory-2.x by Gilles Peskine · 3 years, 11 months ago
  36. 3c0f304 Merge pull request #4954 from SiliconLabs/backport_4878 by Gilles Peskine · 3 years, 11 months ago
  37. 184a688 Update the list of issues fixed by Gilles Peskine · 3 years, 11 months ago
  38. c6d977e x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
  39. 394b9f2 Merge pull request #4898 from mstarzyk-mobica/disable_defaults_sha1 by Gilles Peskine · 3 years, 11 months ago
  40. 2079aa7 Merge pull request #4939 from gilles-peskine-arm/psa_cipher_update_ecp-unused_parameter-2.x by Janos Follath · 3 years, 11 months ago
  41. 0390016 Fix the size in bytes by Gilles Peskine · 3 years, 11 months ago
  42. a63ba6c psa_cipher_update_ecb: remove parameter output_size by Gilles Peskine · 3 years, 11 months ago
  43. 7b1c916 Document the internal function psa_cipher_update_ecb by Gilles Peskine · 3 years, 11 months ago
  44. 6d342f3 Remove dependency of builtin keys on storage by Archana · 4 years, 1 month ago
  45. 7d13539 Disable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE in default config. by Mateusz Starzyk · 4 years ago
  46. b3d344c Remove MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES option. by Mateusz Starzyk · 4 years ago
  47. 9be53ff Merge pull request #4903 from kennethsoerensen/pkparse-warning_2.x by Gilles Peskine · 4 years ago
  48. c4e950e Backport 2.x: Remove compiler warning if only MBEDTLS_PK_PARSE_C is defined by Kenneth Soerensen · 7 years ago
  49. b4c0668 Merge pull request #4841 from JoeSubbiani/ByteReadingMacros2_2.x by Ronald Cron · 4 years ago
  50. 11b7131 Fix macro use in ssl_msg.c by Joe Subbiani · 4 years ago
  51. b1f6eef Remove commented out code by Joe Subbiani · 4 years ago
  52. a651e6f Tidy up grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
  53. 24647c5 Minor coding style improvement by Joe Subbiani · 4 years ago
  54. efb8fae Compress byte reading macros in if statements by Joe Subbiani · 4 years ago
  55. 2f98d79 Tidy up ssl_*.c grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
  56. 23fec25 Replace remaining byte shift with macro by Joe Subbiani · 4 years ago
  57. d6ea063 Move #include "common.h" where config.h used to be by Joe Subbiani · 4 years ago
  58. 4446e82 Remove redundant config.h includes definitions by Joe Subbiani · 4 years ago
  59. a724ef9 Add more instances of Byte Reading Macros by Joe Subbiani · 4 years ago
  60. b763ba4 Remove macro that does not belong in 2.x by Joe Subbiani · 4 years ago
  61. 5c385ac Merge pull request #4873 from mpg/bio_recv_ret_0_eof-2.x by Manuel Pégourié-Gonnard · 4 years ago
  62. c8ac785 Document that returning 0 from the recv callback means EOF by Hanno Becker · 4 years ago
  63. f87422f Merge pull request #4427 from gilles-peskine-arm/tls_ext_cid-config-2.x by Manuel Pégourié-Gonnard · 4 years ago
  64. 9c6cc69 Merge pull request #4855 from mpg/add-arm-linux-build-2.x by Manuel Pégourié-Gonnard · 4 years ago
  65. 9a260a6 Fix missing dependency on Travis by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  66. cbb365c Enable arm-linux-gnueabi-gcc build on Travis by Manuel Pégourié-Gonnard · 5 years ago
  67. 7193016 Add arm-linux-gnueabi-gcc build to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  68. 1b95b34 Merge pull request #4696 from yutotakano/fix-ssl-opt.sh-hard-abort-2.x by Gilles Peskine · 4 years ago
  69. ca8a7cf Implement byte reading macros to remaining files by Joe Subbiani · 4 years ago
  70. f15da89 Replace remaining MBEDTLS_CHAR with MBEDTLS_BYTE by Joe Subbiani · 4 years ago
  71. 8799e54 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  72. d3a3f21 Improve documentation and add more uses of MBEDTLS_PUT by Joe Subbiani · 4 years, 1 month ago
  73. 896f4ee Improve consitency throughout library/common.h by Joe Subbiani · 4 years, 1 month ago
  74. c54e908 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  75. 197e9ed Remove trailing white space by Joe Subbiani · 4 years, 1 month ago
  76. 281956d Remove use of byte reading macro for uint16 by Joe Subbiani · 4 years, 1 month ago
  77. 6627fb2 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  78. ad1115a Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years, 1 month ago
  79. 1bd5d7d Add UINT64 GET and PUT macros by Joe Subbiani · 4 years, 1 month ago
  80. c045dc1 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x by Joe Subbiani · 4 years, 1 month ago
  81. 5b96e67 Replace "four bytes" with "two bytes" in macro documentation by Joe Subbiani · 4 years, 1 month ago
  82. 6350d3a Remove trailing whitespaces by Joe Subbiani · 4 years, 1 month ago
  83. 1000037 Replace 3 byte shift with appropriate macro by Joe Subbiani · 4 years, 1 month ago
  84. 0a65d53 Improve common.h macro documentation by Joe Subbiani · 4 years, 1 month ago
  85. 6b897c9 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
  86. 9231d5f GET macros use a target variable by Joe Subbiani · 4 years, 1 month ago
  87. 266476d Document common.h and remove changelog by Joe Subbiani · 4 years, 1 month ago
  88. 4530b27 Move GET/PUT_UINT16_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  89. 2bbafda Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  90. 888a141 Undo use of BYTE_x macro by Joe Subbiani · 4 years, 1 month ago
  91. 61f7d73 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  92. e4cc8c1 Add do-while protection to macros by Joe Subbiani · 4 years, 1 month ago
  93. 4fb7555 Move UINT32_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  94. aa5f6a6 Move UINT32_BE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  95. 927488e Move BYTES_TO_U32_LE to common.h by Joe Subbiani · 4 years, 1 month ago
  96. ba486b0 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 2 months ago
  97. a92a3e9 Merge pull request #4827 from gilles-peskine-arm/generate_errors-multiline-2.2x by Gilles Peskine · 4 years ago
  98. 3480e77 Merge pull request #4829 from spencer-burke/fixing_4222-2.x by Gilles Peskine · 4 years ago
  99. 30dc0b5 Remove the duplicate code in mbedtls/include/mbedtls/check_config.h by Spencer Burke · 4 years, 2 months ago
  100. 8c92d5c Show warnings if something looks wrong by Gilles Peskine · 4 years ago