1. 531b00b Make negative function_id value impossible in test suites by k-stachowiak · 6 years ago
  2. 12c299c Merge pull request #3184 from gilles-peskine-arm/pylint-up-to-2.4-2.16 by Gilles Peskine · 5 years ago
  3. da1d437 Merge pull request #3197 from piotr-now/max_pathlen_overflow_mbedtls-2.16 by Jaeden Amero · 5 years ago
  4. acf7f2c Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  5. a8bc328 Merge pull request #3164 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix-2.16 by Gilles Peskine · 5 years ago
  6. 11b0269 Pylint: silence locally-disabled/enabled messages by Gilles Peskine · 5 years ago
  7. 867ab91 Pylint: allow using pass even when not strictly necessary by Gilles Peskine · 5 years ago
  8. 399b82f Pylint: minor code simplifications by Gilles Peskine · 5 years ago
  9. 5d1dfd4 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  10. a1bb3f8 mbedtls_test.py: drop compatibility with Python 2 by Gilles Peskine · 5 years ago
  11. af67f8d Document more methods in Python scripts by Gilles Peskine · 5 years ago
  12. ea16e3d Pylint: disable logging-format-interpolation warning by Gilles Peskine · 5 years ago
  13. 926f696 Pylint: allow if-return-else-return by Gilles Peskine · 5 years ago
  14. 8c3ad4b Make check_python_files non-optional in all.sh by Gilles Peskine · 5 years ago
  15. c373000 Make sure to use a Python 3 pylint by Gilles Peskine · 5 years ago
  16. 2a1d933 Merge pull request #682 from ARMmbed/prepare-rc-2.16.6-updated by Janos Follath · 5 years ago mbedtls-2.16.6
  17. dab3fd6 Merge branch 'mbedtls-2.16-restricted' into prepare-rc-2.16.6-updated by Manuel Pégourié-Gonnard · 5 years ago
  18. ef98d49 Merge remote-tracking branch 'restricted/pr/670' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  19. 85ce08d Add missing ChangeLog entry by Janos Follath · 5 years ago
  20. c04703c Bump version to Mbed TLS 2.16.6 by Janos Follath · 5 years ago
  21. 816305b Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.6r0 by Janos Follath · 5 years ago
  22. 84751ec Merge pull request #3157 from mpg/improve-make-tags-2.16 by Gilles Peskine · 5 years ago
  23. 3a1b209 Merge pull request #676 from ARMmbed/ecc-projective-2.16-restricted by Janos Follath · 5 years ago
  24. b19ad11 unit tests: Indicate missing unmet dependencies by Ronald Cron · 5 years ago
  25. 69cc630 unit tests: Fix potential buffer overflow by Ronald Cron · 5 years ago
  26. bde4d30 Prefer unsigned types for non-negative numbers by Gilles Peskine · 6 years ago
  27. 07c83f2 unit tests: Backport ARRAY_LENGTH macro by Ronald Cron · 5 years ago
  28. 5e65619 Merge pull request #3142 from mpg/fix-reconnect-2.16 by Gilles Peskine · 5 years ago
  29. 6c2908e Allow alternative ctags versions in Makefile by Manuel Pégourié-Gonnard · 5 years ago
  30. a151d5b Improve ctags invocation in Makefile by Manuel Pégourié-Gonnard · 5 years ago
  31. 901e87e Merge pull request #3124 from AndrzejKurek/typo_asn1_tests by Manuel Pégourié-Gonnard · 5 years ago
  32. 984c1f7 Merge pull request #3136 from sbutcher-arm/additional-config-checks-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  33. f600416 Fix leakage of projective coordinates in ECC by Manuel Pégourié-Gonnard · 5 years ago
  34. bfa0f7d Merge pull request #3143 from gilles-peskine-arm/unmet_dependencies-int-2.16 by Janos Follath · 5 years ago
  35. b08a334 Improve debug logging of client hard reconnect by Manuel Pégourié-Gonnard · 5 years ago
  36. 7fe5ac1 Fix some style issues in udp_proxy by Manuel Pégourié-Gonnard · 5 years ago
  37. e8caf26 Since unmet_dependencies stores integers, represent them as int by Gilles Peskine · 5 years ago
  38. edb58ad Merge pull request #3106 from mpg/3013-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  39. 34cbf10 Adjust timeout of tests with "no resend" assertions by Manuel Pégourié-Gonnard · 6 years ago
  40. b85ce9e Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
  41. 5cc0879 Correct comment on the configuration option in x509.c by Simon Butcher · 5 years ago
  42. 14ba0ce Add additional sanity checks to check_config.h by Simon Butcher · 6 years ago
  43. 5c15847 Typo fix in test_suite_asn1write.function by Andrzej Kurek · 5 years ago
  44. 96955d5 Merge pull request #3114 from mpg/ssl-opt-names-2.16 by Gilles Peskine · 5 years ago
  45. 98a879a Improve some test names in ssl-opt.sh by Manuel Pégourié-Gonnard · 5 years ago
  46. a46f75c Fix debug message by using the correct function name called by Ercan Ozturk · 6 years ago
  47. b5695d9 Merge pull request #3101 from sbutcher-arm/change-used-pylint-2.16 by Janos Follath · 5 years ago
  48. 47f7287 Change the use of pylint to optionally use pylint3 by Simon Butcher · 5 years ago
  49. acfa368 Merge pull request #2439 from andresag01/mbedtls-2.16-iotssl-2544-deprecate-record-accel by Manuel Pégourié-Gonnard · 5 years ago
  50. 302f57a Merge pull request #3090 from sbutcher-arm/output-env-pylint-mbedtls-2.16 by Jaeden Amero · 5 years ago
  51. bae7328 Fix output_env.sh for varying pylint3 output by Simon Butcher · 5 years ago
  52. 85c4c86 Add Python, Perl and Pylint to output_env.sh by Simon Butcher · 5 years ago
  53. 874a64e Merge pull request #3083 from sbutcher-arm/output_env-enhancements-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  54. 679d2de Make minor fixes to output_env.sh after review by Simon Butcher · 5 years ago
  55. 3104eec Enhance the output_env.sh script by Simon Butcher · 5 years ago
  56. 22348c7 Merge pull request #3063 from danh-arm/dh/drop-cla-2.16 by danh-arm · 5 years ago
  57. d7c2737 Merge pull request #3060 from mpg/skip-close-notify-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  58. 21e9a4c Add project description to README.md by Dan Handley · 5 years ago
  59. 0b54a46 Minor formatting fixes to CONTRIBUTING.md by Dan Handley · 5 years ago
  60. 69feadc Drop requirement for a CLA by Dan Handley · 5 years ago
  61. 9f3bdb8 Add test for MBEDTLS_SSL_HW_RECORD_ACCEL in all.sh by Andres Amaya Garcia · 7 years ago
  62. 52dbda6 Fix compilation issue when DTLS and SSL_HW_RECORD_ACCEL are on by Andres Amaya Garcia · 7 years ago
  63. 498e632 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  64. 0fce215 Merge pull request #3053 from yanesca/bump-version-2.16.5 by Janos Follath · 5 years ago mbedtls-2.16.5
  65. 04039a5 Add release info to ChangeLog by Janos Follath · 5 years ago
  66. 334cf59 Bump version to Mbed TLS 2.16.5 by Janos Follath · 5 years ago
  67. 0b59b6d Merge pull request #3048 from mpg/fix-rsa-complete-2.16 by Gilles Peskine · 5 years ago
  68. 6444d15 Add ChangeLog entries for pk_parse_key() fixes by Manuel Pégourié-Gonnard · 5 years ago
  69. d09fcde Fix pkparse bug wrt MBEDTLS_RSA_ALT by Manuel Pégourié-Gonnard · 5 years ago
  70. 96ed13e Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  71. 12fb9c3 Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  72. 25bb8dc Check public part when parsing private RSA key by Manuel Pégourié-Gonnard · 5 years ago
  73. 9ab0305 Don't pass zero to rsa_complete() as a param by Manuel Pégourié-Gonnard · 5 years ago
  74. a59988e Merge pull request #3029 from gilles-peskine-arm/test-opt-all-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  75. 8d9b1c4 Merge pull request #3027 from gilles-peskine-arm/mpi_copy_shrink-2.16 by Manuel Pégourié-Gonnard · 6 years ago
  76. b458b1f Merge pull request #3034 from yanesca/revert_pr_3012 by Janos Follath · 6 years ago
  77. cabf0ee Revert "Merge pull request #3012 from Patater/dev/jp-bennett/development-2.16" by Janos Follath · 6 years ago
  78. 82ebf51 Merge pull request #3019 from mpg/fix-ssl-opt-gnutls-no-sha1-2.16 by Janos Follath · 6 years ago
  79. 0fe92c2 Test GCC and Clang with common build options by Gilles Peskine · 6 years ago
  80. 99d70d8 Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  81. 8ece857 shrink tests: clearer description by Gilles Peskine · 6 years ago
  82. e0ced3a Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  83. 56427c2 Minor comment improvement by Gilles Peskine · 6 years ago
  84. 27c15c7 Improve comments in mpi_shrink by Gilles Peskine · 6 years ago
  85. 3e9f522 mpi_copy: make the 0 case slightly more robust by Gilles Peskine · 6 years ago
  86. 8fe3b79 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  87. e6cca7c Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  88. c63676a Merge pull request #3016 from jack-fortanix/jack/parse-rsa-crt-2.16 by Gilles Peskine · 6 years ago
  89. 4cc20f6 Fix duplicated Bugfix section in the changelog by Gilles Peskine · 6 years ago
  90. 216c44d Add changelog entry by Gilles Peskine · 6 years ago
  91. a7b9007 Merge pull request #2972 from mpg/add-zlib-tests-2.16 by Manuel Pégourié-Gonnard · 6 years ago
  92. d20ae89 De-duplicate SHA1-independent test in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  93. 7c9add2 Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1 by Manuel Pégourié-Gonnard · 6 years ago
  94. b10fd06 Parse RSA parameters DP, DQ and QP from PKCS1 private keys by Jack Lloyd · 6 years ago
  95. bac9f1b Merge pull request #3001 from from gilles-peskine-arm/coverity-20200115-2.16 into mbedtls-2.16 by Janos Follath · 6 years ago
  96. 1f10f2e Merge pull request #3014 from mpg/fix-attribution-ecdsa-inc by Janos Follath · 6 years ago
  97. 58c2779 Fix previous ChangeLog merging error by Manuel Pégourié-Gonnard · 6 years ago
  98. cc41e6c Fix contributor names in ChangeLog by Manuel Pégourié-Gonnard · 6 years ago
  99. 114d339 Add detection for zlib headers to all.sh by Manuel Pégourié-Gonnard · 6 years ago
  100. 7550e85 Merge pull request #3012 from Patater/dev/jp-bennett/development-2.16 by Jaeden Amero · 6 years ago