1. a5f85c8 further improvements to sha256 docs by Tom Cosgrove · 3 years, 9 months ago
  2. f4307d5 doc improvement in aes include by Tom Cosgrove · 3 years, 9 months ago
  3. d895668 Merge pull request #5088 from gilles-peskine-arm/test_ssl_o2-2.16 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  4. 27fc786 Merge pull request #5098 from gilles-peskine-arm/ssl-opt-resend-retry-2.16 by paul-elliott-arm · 3 years, 9 months ago
  5. 70227d2 Merge pull request #4819 from gilles-peskine-arm/base64-no-table-2.16 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  6. cd1d83c Merge pull request #5112 from paul-elliott-arm/ssl_opt_fixes_2.16 by Gilles Peskine · 3 years, 9 months ago
  7. 46e57d9 Remove bash specific code by Paul Elliott · 3 years, 10 months ago
  8. 355a1f4 Remove use of -p with lsof by Paul Elliott · 3 years, 10 months ago
  9. 8e82c78 Fix typo in documentation by Gilles Peskine · 3 years, 9 months ago
  10. cda1281 Fix copypasta in comment by Gilles Peskine · 3 years, 9 months ago
  11. 3712501 Move is-it-resend logic into a function by Gilles Peskine · 3 years, 10 months ago
  12. 8389025 Retry if a test case fails because of an unexpected resend by Gilles Peskine · 3 years, 10 months ago
  13. e31a9ea Move retry logic into check_test_failure by Gilles Peskine · 3 years, 10 months ago
  14. ad58e92 Move the core loop of run_test into an auxiliary function by Gilles Peskine · 3 years, 10 months ago
  15. 342147a Move some code of run_test into auxiliary functions by Gilles Peskine · 3 years, 10 months ago
  16. 87b036f Add trivial record_outcome function to facilitate backports by Gilles Peskine · 3 years, 10 months ago
  17. 30b8132 Remove redundant "should we skip?" block by Gilles Peskine · 3 years, 10 months ago
  18. 77624b2 Always set a build type for cmake when building for testing by Gilles Peskine · 3 years, 10 months ago
  19. 1323670 Fix cmake invocation syntax by Gilles Peskine · 3 years, 10 months ago
  20. 858373a Switch cmake -O2 builds around to where we test a lot by Gilles Peskine · 3 years, 10 months ago
  21. 3638a96 Clarify a comment by Gilles Peskine · 3 years, 10 months ago
  22. 2ae2431 Correct support function name by Gilles Peskine · 3 years, 10 months ago
  23. c131775 Build with -O2 when running ssl-opt by Gilles Peskine · 3 years, 10 months ago
  24. 90b10c3 Merge pull request #4847 from mstarzyk-mobica/ecb-alt-ret-2.16 by Gilles Peskine · 3 years, 10 months ago
  25. 91341c3 Merge pull request #5074 from paul-elliott-arm/fix-resumption-openssl-client-tests-2.16 by Gilles Peskine · 3 years, 10 months ago
  26. 0ab7941 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
  27. 316a6aa Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
  28. 6c64983 Spelling fix by Paul Elliott · 3 years, 10 months ago
  29. a470075 Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  30. 19f1f78 Backport OPENSSL_NEXT to ssl-opt.sh by Paul Elliott · 3 years, 10 months ago
  31. 9e0402b Merge pull request #5036 from gilles-peskine-arm/readme-add-contacts-2.16 by Gilles Peskine · 3 years, 10 months ago
  32. 1c9137d Merge pull request #5034 from gilles-peskine-arm/all.sh-makeflags-nproc-2.16 by Gilles Peskine · 3 years, 10 months ago
  33. 0bf8f98 Add contact information directly on the home page by Gilles Peskine · 3 years, 10 months ago
  34. bbce377 Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
  35. c72255f Fix the build without MBEDTLS_PLATFORM_C by Gilles Peskine · 3 years, 10 months ago
  36. ccfc2bf Merge pull request #4958 from gilles-peskine-arm/make-tests-v-2.16 by Gilles Peskine · 3 years, 10 months ago
  37. 24180ac 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
  38. c68b9e0 Merge pull request #4948 from gilles-peskine-arm/muladdc-amd64-memory-2.16 by Gilles Peskine · 3 years, 11 months ago
  39. 666e3df Update the list of issues fixed by Gilles Peskine · 3 years, 11 months ago
  40. 7c84723 x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
  41. c7bd734 Merge pull request #4904 from kennethsoerensen/pkparse-warning_2_16 by Gilles Peskine · 4 years ago
  42. 806ac52 Backport 2.16: Remove compiler warning if only MBEDTLS_PK_PARSE_C is defined by Kenneth Soerensen · 7 years ago
  43. 5e5ca8e Merge pull request #4893 from davidhorstmann-arm/4044-chglog-take2 by Janos Follath · 4 years ago
  44. f1b0c70 Merge pull request #4044 from darrenkrahn/mbedtls-2.16 by Janos Follath · 4 years ago
  45. 68e5a22 Create ChangeLog entry explaining #4044 by David Horstmann · 4 years ago
  46. e115547 Merge pull request #4874 from mpg/bio_recv_ret_0_eof-2.16 by Manuel Pégourié-Gonnard · 4 years ago
  47. 0f54b35 Document that returning 0 from the recv callback means EOF by Hanno Becker · 4 years ago
  48. e8466a7 Merge pull request #4856 from mpg/add-arm-linux-build-2.16 by Manuel Pégourié-Gonnard · 4 years ago
  49. 0a1a9e7 Fix missing dependency on Travis by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  50. 3d04f63 Enable arm-linux-gnueabi-gcc build on Travis by Manuel Pégourié-Gonnard · 5 years ago
  51. 9d94452 Add arm-linux-gnueabi-gcc build to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  52. 29d29c2 Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
  53. 621333f Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  54. f762433 Merge pull request #4697 from yutotakano/fix-ssl-opt.sh-hard-abort-2.16 by Gilles Peskine · 4 years ago
  55. 8b5bbda Merge pull request #4828 from gilles-peskine-arm/generate_errors-multiline-2.16 by Gilles Peskine · 4 years ago
  56. 0b39970 Fix printf format signedness error by Gilles Peskine · 4 years ago
  57. 3418c24 Merge pull request #4830 from spencer-burke/fixing_4222-2.16 by Gilles Peskine · 4 years ago
  58. 9fd9ce7 Remove the duplicate code in mbedtls/include/mbedtls/check_config.h by Spencer Burke · 4 years, 2 months ago
  59. 915f258 Show warnings if something looks wrong by Gilles Peskine · 4 years ago
  60. 000a231 Document the big regex by Gilles Peskine · 4 years ago
  61. 1990fab Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  62. 63518ea Better support multiline comments for MBEDTLS_ERR_xxx by Gilles Peskine · 4 years ago
  63. 2638a62 More flexible parsing of Doxygen comments for MBEDTLS_ERR_xxx by Gilles Peskine · 4 years ago
  64. 7b89d9f Remove reference to compat-1.2.h by Gilles Peskine · 4 years ago
  65. 9f6ab29 load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
  66. 051b1da load_roots: fix no-argument detection by Gilles Peskine · 4 years ago
  67. 5bc763d load_roots: arguments must be files by Gilles Peskine · 4 years ago
  68. bbf97cd mask_of_range: simplify high comparison by Gilles Peskine · 4 years ago
  69. 231b67a Base64 decode: simplify local variables (n) by Gilles Peskine · 4 years ago
  70. 1689ba4 Merge pull request #4804 from gilles-peskine-arm/save-coverage-summary-2.16 by Manuel Pégourié-Gonnard · 4 years ago
  71. 4576c8b Merge pull request #4798 from gilles-peskine-arm/make-test-python-windows-2.16 by Manuel Pégourié-Gonnard · 4 years ago
  72. 32e9530 Base64 range-based constant-flow code: changelog entry by Gilles Peskine · 4 years ago
  73. b44517e Base64 encoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  74. ea96b3a Base64 decode: simplify local variables by Gilles Peskine · 4 years ago
  75. f4a0a27 Base64 decoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  76. a47fdcf Base64 decoding: don't use the table for '=' by Gilles Peskine · 4 years ago
  77. 7023d6a New sample program to benchmark certificate loading by Gilles Peskine · 4 years ago
  78. ae466e7 Merge pull request #4787 from gilles-peskine-arm/fix-clang12-Wstring-concatenation-2.16 by Ronald Cron · 4 years ago
  79. 31bf22c Fix mixup about the directory containing the success indicator file by Gilles Peskine · 4 years, 1 month ago
  80. a6b4582 More robust failure detection for the coverage report generation by Gilles Peskine · 4 years, 1 month ago
  81. 3a8d854 Explain the final error checking by Gilles Peskine · 4 years, 1 month ago
  82. d9437e6 Save the coverage report to a file by Gilles Peskine · 4 years, 1 month ago
  83. 499abc9 Show the udp_proxy seed in the console log by Gilles Peskine · 4 years, 1 month ago
  84. bd7222d Only run an unbridled parallel make (make -j) if MAKEFLAGS is unset by Gilles Peskine · 4 years, 1 month ago
  85. 78c8e82 Add a few echo statements to make the logs easier to follow by Gilles Peskine · 5 years ago
  86. e739fbb Merge pull request #4778 from yutotakano/fix-reserved-identifier-clash-2.16 by Gilles Peskine · 4 years, 1 month ago
  87. c221e53 Fix typo in test dependencies by Gilles Peskine · 4 years, 1 month ago
  88. cf3c449 Use python3 when building on non-Windows for Windows by Gilles Peskine · 4 years, 1 month ago
  89. 70bdf8d Use single-line string literals. by Guido Vranken · 5 years ago
  90. 4a78d58 Prevent triggering Clang 12 -Wstring-concatenation warning by Guido Vranken · 5 years ago
  91. 2f7f574 Add ChangeLog entry for reserved identifier replacments by Yuto Takano · 4 years, 1 month ago
  92. 1cded87 Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  93. d7cd60f Replace `_B` with `B` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  94. c75df63 Add content length constraint to tests that use max_frag_len by Yuto Takano · 4 years, 1 month ago
  95. bc632c2 Move repetitive equality check to `requires_config_value_equals` by Yuto Takano · 4 years, 1 month ago
  96. 8df2d25 Reword and add explanatory comments for MAX_IM_CA tests by Yuto Takano · 4 years, 1 month ago
  97. 0807e1d Use `requires_max_content_len`, remove unneeded echo/comments by Yuto Takano · 4 years, 1 month ago
  98. bbf657a Add space between command substitution braces and content by Yuto Takano · 4 years, 2 months ago
  99. d8a5029 Add MAX_IM_CA requirement to int_max+1 chain as well by Yuto Takano · 4 years, 2 months ago
  100. e153ca2 Remove hard exit with MAX_INTERMEDIATE_CA in ssl-opt.sh by Yuto Takano · 4 years, 2 months ago