1. ccfc2bf Merge pull request #4958 from gilles-peskine-arm/make-tests-v-2.16 by Gilles Peskine · 3 years, 10 months ago
  2. 24180ac 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
  3. c68b9e0 Merge pull request #4948 from gilles-peskine-arm/muladdc-amd64-memory-2.16 by Gilles Peskine · 3 years, 11 months ago
  4. 666e3df Update the list of issues fixed by Gilles Peskine · 3 years, 11 months ago
  5. 7c84723 x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
  6. c7bd734 Merge pull request #4904 from kennethsoerensen/pkparse-warning_2_16 by Gilles Peskine · 4 years ago
  7. 806ac52 Backport 2.16: Remove compiler warning if only MBEDTLS_PK_PARSE_C is defined by Kenneth Soerensen · 7 years ago
  8. 5e5ca8e Merge pull request #4893 from davidhorstmann-arm/4044-chglog-take2 by Janos Follath · 4 years ago
  9. f1b0c70 Merge pull request #4044 from darrenkrahn/mbedtls-2.16 by Janos Follath · 4 years ago
  10. 68e5a22 Create ChangeLog entry explaining #4044 by David Horstmann · 4 years ago
  11. e115547 Merge pull request #4874 from mpg/bio_recv_ret_0_eof-2.16 by Manuel Pégourié-Gonnard · 4 years ago
  12. 0f54b35 Document that returning 0 from the recv callback means EOF by Hanno Becker · 4 years ago
  13. e8466a7 Merge pull request #4856 from mpg/add-arm-linux-build-2.16 by Manuel Pégourié-Gonnard · 4 years ago
  14. 0a1a9e7 Fix missing dependency on Travis by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  15. 3d04f63 Enable arm-linux-gnueabi-gcc build on Travis by Manuel Pégourié-Gonnard · 5 years ago
  16. 9d94452 Add arm-linux-gnueabi-gcc build to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  17. f762433 Merge pull request #4697 from yutotakano/fix-ssl-opt.sh-hard-abort-2.16 by Gilles Peskine · 4 years ago
  18. 8b5bbda Merge pull request #4828 from gilles-peskine-arm/generate_errors-multiline-2.16 by Gilles Peskine · 4 years ago
  19. 3418c24 Merge pull request #4830 from spencer-burke/fixing_4222-2.16 by Gilles Peskine · 4 years ago
  20. 9fd9ce7 Remove the duplicate code in mbedtls/include/mbedtls/check_config.h by Spencer Burke · 4 years, 2 months ago
  21. 915f258 Show warnings if something looks wrong by Gilles Peskine · 4 years ago
  22. 000a231 Document the big regex by Gilles Peskine · 4 years ago
  23. 1990fab Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  24. 63518ea Better support multiline comments for MBEDTLS_ERR_xxx by Gilles Peskine · 4 years ago
  25. 2638a62 More flexible parsing of Doxygen comments for MBEDTLS_ERR_xxx by Gilles Peskine · 4 years ago
  26. 7b89d9f Remove reference to compat-1.2.h by Gilles Peskine · 4 years ago
  27. 1689ba4 Merge pull request #4804 from gilles-peskine-arm/save-coverage-summary-2.16 by Manuel Pégourié-Gonnard · 4 years ago
  28. 4576c8b Merge pull request #4798 from gilles-peskine-arm/make-test-python-windows-2.16 by Manuel Pégourié-Gonnard · 4 years ago
  29. ae466e7 Merge pull request #4787 from gilles-peskine-arm/fix-clang12-Wstring-concatenation-2.16 by Ronald Cron · 4 years ago
  30. 31bf22c Fix mixup about the directory containing the success indicator file by Gilles Peskine · 4 years, 1 month ago
  31. a6b4582 More robust failure detection for the coverage report generation by Gilles Peskine · 4 years, 1 month ago
  32. 3a8d854 Explain the final error checking by Gilles Peskine · 4 years, 1 month ago
  33. d9437e6 Save the coverage report to a file by Gilles Peskine · 4 years, 1 month ago
  34. 499abc9 Show the udp_proxy seed in the console log by Gilles Peskine · 4 years, 1 month ago
  35. bd7222d Only run an unbridled parallel make (make -j) if MAKEFLAGS is unset by Gilles Peskine · 4 years, 1 month ago
  36. 78c8e82 Add a few echo statements to make the logs easier to follow by Gilles Peskine · 5 years ago
  37. e739fbb Merge pull request #4778 from yutotakano/fix-reserved-identifier-clash-2.16 by Gilles Peskine · 4 years, 1 month ago
  38. c221e53 Fix typo in test dependencies by Gilles Peskine · 4 years, 1 month ago
  39. cf3c449 Use python3 when building on non-Windows for Windows by Gilles Peskine · 4 years, 1 month ago
  40. 70bdf8d Use single-line string literals. by Guido Vranken · 5 years ago
  41. 4a78d58 Prevent triggering Clang 12 -Wstring-concatenation warning by Guido Vranken · 5 years ago
  42. 2f7f574 Add ChangeLog entry for reserved identifier replacments by Yuto Takano · 4 years, 1 month ago
  43. 1cded87 Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  44. d7cd60f Replace `_B` with `B` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  45. c75df63 Add content length constraint to tests that use max_frag_len by Yuto Takano · 4 years, 1 month ago
  46. bc632c2 Move repetitive equality check to `requires_config_value_equals` by Yuto Takano · 4 years, 1 month ago
  47. 8df2d25 Reword and add explanatory comments for MAX_IM_CA tests by Yuto Takano · 4 years, 1 month ago
  48. 0807e1d Use `requires_max_content_len`, remove unneeded echo/comments by Yuto Takano · 4 years, 1 month ago
  49. bbf657a Add space between command substitution braces and content by Yuto Takano · 4 years, 2 months ago
  50. d8a5029 Add MAX_IM_CA requirement to int_max+1 chain as well by Yuto Takano · 4 years, 2 months ago
  51. e153ca2 Remove hard exit with MAX_INTERMEDIATE_CA in ssl-opt.sh by Yuto Takano · 4 years, 2 months ago
  52. 2e580ce Remove hard exit in ssh-opt.sh, replace with `requires` functions by Yuto Takano · 4 years, 2 months ago
  53. 2847f87 Merge pull request #4763 from mpg/fix-overly-aggressive-udp-proxy-2.16 by Gilles Peskine · 4 years, 1 month ago
  54. 934cff3 Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  55. a3dbb38 Merge pull request #848 from ARMmbed/mbedtls-2.16.11_merge_into_release by Dave Rodgman · 4 years, 1 month ago
  56. aa1d4e0 Merge pull request #845 from ARMmbed/mbedtls-2.16.11rc0-pr by Dave Rodgman · 4 years, 1 month ago mbedtls-2.16.11 v2.16.11
  57. 571f475 Set version and release date in ChangeLog by Bence Szépkúti · 4 years, 1 month ago
  58. 8005aa2 Fix indentation in the Changelog by Dave Rodgman · 4 years, 1 month ago
  59. 124a87e Bump library version numbers by Bence Szépkúti · 4 years, 1 month ago
  60. 53b960d Create aggregated ChangeLog by Bence Szépkúti · 4 years, 1 month ago
  61. 726a8cc Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.11rc0-pr by Bence Szépkúti · 4 years, 1 month ago
  62. 4c20c77 Merge pull request #4735 from daverodgman/alert_bugfixes_2.16 by Dave Rodgman · 4 years, 1 month ago
  63. cee9e92 Correct required config flag in ECJPAKE tests by Dave Rodgman · 4 years, 1 month ago
  64. 90e6c24 Merge pull request #4719 from nick-child-ibm/2.16-hashlen by Gilles Peskine · 4 years, 1 month ago
  65. ffbbeee TLS UNSUPPORTED_EXTENSION error code changes by Dave Rodgman · 4 years, 1 month ago
  66. c15e31d pk.c: Ensure min hash_len in pk_hashlen_helper by Nick Child · 4 years, 2 months ago
  67. 84fa2c9 Improve Changelog for TLS alert codes by Dave Rodgman · 4 years, 1 month ago alert_bugfixes_2.16
  68. 459a461 Fix TLS alert codes by Dave Rodgman · 4 years, 1 month ago
  69. f8ed50c Merge pull request #841 from yanesca/reject-low-order-points-early-x25519-restricted-2.16 by Gilles Peskine · 4 years, 1 month ago
  70. 1001d2c Fix unused parameter warning by Janos Follath · 4 years, 1 month ago
  71. 7a8a0d7 Add ChangeLog entry by Janos Follath · 4 years, 1 month ago
  72. 9a64d3e Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
  73. 84ef97a Fix ecp_check_pub() test cases by Janos Follath · 4 years, 1 month ago
  74. 921415b Add ecp_check_pub tests for Curve 448 by Janos Follath · 4 years, 1 month ago
  75. 5f9b667 Reject low-order points on Curve448 early by Janos Follath · 4 years, 1 month ago
  76. 15fc884 Add DoS test case for ecp_check_pub by Janos Follath · 4 years, 1 month ago
  77. b741e8d Use mbedtls_mpi_lset() more by Janos Follath · 4 years, 1 month ago
  78. 7d34e2e Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  79. bf1afdc Remove redundant ecp_check_pub() tests by Janos Follath · 4 years, 1 month ago
  80. c16ec6b Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 4 years, 1 month ago
  81. 9f12b11 Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  82. 89ce7d2 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  83. 6ec1535 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  84. 9896795 Add test for check_pubkey for x25519 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  85. 4d0b9da Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  86. 438ef16 Merge pull request #4654 from gilles-peskine-arm/mpi_montmul-null-2.16 by Janos Follath · 4 years, 1 month ago
  87. 18efd1c Correct some statements about the ordering of A and B by Gilles Peskine · 4 years, 2 months ago
  88. f95d433 Clarification in a comment by Gilles Peskine · 4 years, 2 months ago
  89. 1d6b1dc Simplify is-zero check by Gilles Peskine · 4 years, 2 months ago
  90. 55e6abc Fix copypasta in test data by Gilles Peskine · 4 years, 2 months ago
  91. afbf191 Write a proof of correctness for mbedtls_mpi_gcd by Gilles Peskine · 4 years, 2 months ago
  92. 2949d3a Explain how the code relates to the description in HAC by Gilles Peskine · 4 years, 2 months ago
  93. ead6660 Fix copypasta in test cases by Gilles Peskine · 4 years, 2 months ago
  94. 3cfb7be Annotate the choice of representation of 0 in more places by Gilles Peskine · 4 years, 2 months ago
  95. 8c68c97 Improve coverage of mbedtls_mpi_cmp_mpi by Gilles Peskine · 4 years, 2 months ago
  96. 5ce7cb3 Fix copypasta in test function argument name by Gilles Peskine · 4 years, 2 months ago
  97. 14357a3 Unify G=1 and G=-1 test cases by Gilles Peskine · 4 years, 2 months ago
  98. 05a1af6 In test cases where the result is 0, express it as "0", not "" by Gilles Peskine · 4 years, 2 months ago
  99. 44e6bb6 Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
  100. 266275e mpi_shrink test: just set the top bit by Gilles Peskine · 4 years, 2 months ago