1. d6189e1 Sort lists for easier maintenance by Gilles Peskine · 5 years ago
  2. 108ebf2 Explain the rationale for inclusion in "full" and "baremetal" by Gilles Peskine · 5 years ago
  3. df5614e Enable X509_ALLOW_EXTENSIONS_NON_V3 in config full by Gilles Peskine · 5 years ago
  4. 989d05f Remove obsolete options from config.pl by Gilles Peskine · 5 years ago
  5. ff87343 Merge pull request #3207 from mpg/check-bounds-of-test-intex-in-suites-2.16 by Gilles Peskine · 5 years ago
  6. 15316fd Merge pull request #3169 from gilles-peskine-arm/check-windows-files-2.16 by Gilles Peskine · 5 years ago
  7. edf0076 Merge pull request #3198 from mpg/fix-overflow-benchmark-2.16 by Gilles Peskine · 5 years ago
  8. 531b00b Make negative function_id value impossible in test suites by k-stachowiak · 6 years ago
  9. 12c299c Merge pull request #3184 from gilles-peskine-arm/pylint-up-to-2.4-2.16 by Gilles Peskine · 5 years ago
  10. da1d437 Merge pull request #3197 from piotr-now/max_pathlen_overflow_mbedtls-2.16 by Jaeden Amero · 5 years ago
  11. acf7f2c Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  12. e675a8d Get rid of a magic value in benchmark.c by Manuel Pégourié-Gonnard · 5 years ago
  13. 0195579 Fix integer overflow in benchmark program by Manuel Pégourié-Gonnard · 5 years ago
  14. a8bc328 Merge pull request #3164 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix-2.16 by Gilles Peskine · 5 years ago
  15. 11b0269 Pylint: silence locally-disabled/enabled messages by Gilles Peskine · 5 years ago
  16. 867ab91 Pylint: allow using pass even when not strictly necessary by Gilles Peskine · 5 years ago
  17. 399b82f Pylint: minor code simplifications by Gilles Peskine · 5 years ago
  18. 5d1dfd4 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  19. a1bb3f8 mbedtls_test.py: drop compatibility with Python 2 by Gilles Peskine · 5 years ago
  20. af67f8d Document more methods in Python scripts by Gilles Peskine · 5 years ago
  21. ea16e3d Pylint: disable logging-format-interpolation warning by Gilles Peskine · 5 years ago
  22. 926f696 Pylint: allow if-return-else-return by Gilles Peskine · 5 years ago
  23. 8c3ad4b Make check_python_files non-optional in all.sh by Gilles Peskine · 5 years ago
  24. c373000 Make sure to use a Python 3 pylint by Gilles Peskine · 5 years ago
  25. 2a1d933 Merge pull request #682 from ARMmbed/prepare-rc-2.16.6-updated by Janos Follath · 5 years ago mbedtls-2.16.6
  26. dab3fd6 Merge branch 'mbedtls-2.16-restricted' into prepare-rc-2.16.6-updated by Manuel Pégourié-Gonnard · 5 years ago
  27. ef98d49 Merge remote-tracking branch 'restricted/pr/670' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
  28. 85ce08d Add missing ChangeLog entry by Janos Follath · 5 years ago
  29. c04703c Bump version to Mbed TLS 2.16.6 by Janos Follath · 5 years ago
  30. 816305b Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.6r0 by Janos Follath · 5 years ago
  31. 84751ec Merge pull request #3157 from mpg/improve-make-tags-2.16 by Gilles Peskine · 5 years ago
  32. ce56956 Systematically use Windows line endings in Windows files by Gilles Peskine · 5 years ago
  33. fea21d4 Fix a stray CR inside a line by Gilles Peskine · 5 years ago
  34. 368ccd4 In Windows files, detect CR without LF as well as LF without CR by Gilles Peskine · 5 years ago
  35. 0d5b016 Check that Windows files have Windows line endings by Gilles Peskine · 5 years ago
  36. cecc726 Also check Windows files by Gilles Peskine · 5 years ago
  37. 1978b68 Sort the list for easier maintenance by Gilles Peskine · 5 years ago
  38. eb9929e List each item on a separate line for easier maintenance by Gilles Peskine · 5 years ago
  39. 3a1b209 Merge pull request #676 from ARMmbed/ecc-projective-2.16-restricted by Janos Follath · 5 years ago
  40. d69f51b Clarify confusion between file names and suffixes of file names by Gilles Peskine · 5 years ago
  41. b19ad11 unit tests: Indicate missing unmet dependencies by Ronald Cron · 5 years ago
  42. 69cc630 unit tests: Fix potential buffer overflow by Ronald Cron · 5 years ago
  43. bde4d30 Prefer unsigned types for non-negative numbers by Gilles Peskine · 6 years ago
  44. 07c83f2 unit tests: Backport ARRAY_LENGTH macro by Ronald Cron · 5 years ago
  45. 5e65619 Merge pull request #3142 from mpg/fix-reconnect-2.16 by Gilles Peskine · 5 years ago
  46. 6c2908e Allow alternative ctags versions in Makefile by Manuel Pégourié-Gonnard · 5 years ago
  47. a151d5b Improve ctags invocation in Makefile by Manuel Pégourié-Gonnard · 5 years ago
  48. 901e87e Merge pull request #3124 from AndrzejKurek/typo_asn1_tests by Manuel Pégourié-Gonnard · 5 years ago
  49. 984c1f7 Merge pull request #3136 from sbutcher-arm/additional-config-checks-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  50. f600416 Fix leakage of projective coordinates in ECC by Manuel Pégourié-Gonnard · 5 years ago
  51. bfa0f7d Merge pull request #3143 from gilles-peskine-arm/unmet_dependencies-int-2.16 by Janos Follath · 5 years ago
  52. b08a334 Improve debug logging of client hard reconnect by Manuel Pégourié-Gonnard · 5 years ago
  53. 7fe5ac1 Fix some style issues in udp_proxy by Manuel Pégourié-Gonnard · 5 years ago
  54. e8caf26 Since unmet_dependencies stores integers, represent them as int by Gilles Peskine · 5 years ago
  55. edb58ad Merge pull request #3106 from mpg/3013-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  56. 34cbf10 Adjust timeout of tests with "no resend" assertions by Manuel Pégourié-Gonnard · 6 years ago
  57. b85ce9e Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
  58. 5cc0879 Correct comment on the configuration option in x509.c by Simon Butcher · 5 years ago
  59. 14ba0ce Add additional sanity checks to check_config.h by Simon Butcher · 6 years ago
  60. 5c15847 Typo fix in test_suite_asn1write.function by Andrzej Kurek · 5 years ago
  61. 96955d5 Merge pull request #3114 from mpg/ssl-opt-names-2.16 by Gilles Peskine · 5 years ago
  62. 98a879a Improve some test names in ssl-opt.sh by Manuel Pégourié-Gonnard · 5 years ago
  63. a46f75c Fix debug message by using the correct function name called by Ercan Ozturk · 6 years ago
  64. b5695d9 Merge pull request #3101 from sbutcher-arm/change-used-pylint-2.16 by Janos Follath · 5 years ago
  65. 47f7287 Change the use of pylint to optionally use pylint3 by Simon Butcher · 5 years ago
  66. acfa368 Merge pull request #2439 from andresag01/mbedtls-2.16-iotssl-2544-deprecate-record-accel by Manuel Pégourié-Gonnard · 5 years ago
  67. 302f57a Merge pull request #3090 from sbutcher-arm/output-env-pylint-mbedtls-2.16 by Jaeden Amero · 5 years ago
  68. bae7328 Fix output_env.sh for varying pylint3 output by Simon Butcher · 5 years ago
  69. 85c4c86 Add Python, Perl and Pylint to output_env.sh by Simon Butcher · 5 years ago
  70. 874a64e Merge pull request #3083 from sbutcher-arm/output_env-enhancements-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  71. 679d2de Make minor fixes to output_env.sh after review by Simon Butcher · 5 years ago
  72. 3104eec Enhance the output_env.sh script by Simon Butcher · 5 years ago
  73. 22348c7 Merge pull request #3063 from danh-arm/dh/drop-cla-2.16 by danh-arm · 5 years ago
  74. d7c2737 Merge pull request #3060 from mpg/skip-close-notify-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  75. 21e9a4c Add project description to README.md by Dan Handley · 5 years ago
  76. 0b54a46 Minor formatting fixes to CONTRIBUTING.md by Dan Handley · 5 years ago
  77. 69feadc Drop requirement for a CLA by Dan Handley · 5 years ago
  78. 9f3bdb8 Add test for MBEDTLS_SSL_HW_RECORD_ACCEL in all.sh by Andres Amaya Garcia · 7 years ago
  79. 52dbda6 Fix compilation issue when DTLS and SSL_HW_RECORD_ACCEL are on by Andres Amaya Garcia · 7 years ago
  80. 498e632 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  81. 0fce215 Merge pull request #3053 from yanesca/bump-version-2.16.5 by Janos Follath · 5 years ago mbedtls-2.16.5
  82. 04039a5 Add release info to ChangeLog by Janos Follath · 5 years ago
  83. 334cf59 Bump version to Mbed TLS 2.16.5 by Janos Follath · 5 years ago
  84. 0b59b6d Merge pull request #3048 from mpg/fix-rsa-complete-2.16 by Gilles Peskine · 5 years ago
  85. 6444d15 Add ChangeLog entries for pk_parse_key() fixes by Manuel Pégourié-Gonnard · 5 years ago
  86. d09fcde Fix pkparse bug wrt MBEDTLS_RSA_ALT by Manuel Pégourié-Gonnard · 5 years ago
  87. 96ed13e Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  88. 12fb9c3 Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  89. 25bb8dc Check public part when parsing private RSA key by Manuel Pégourié-Gonnard · 5 years ago
  90. 9ab0305 Don't pass zero to rsa_complete() as a param by Manuel Pégourié-Gonnard · 5 years ago
  91. a59988e Merge pull request #3029 from gilles-peskine-arm/test-opt-all-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  92. 8d9b1c4 Merge pull request #3027 from gilles-peskine-arm/mpi_copy_shrink-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  93. b458b1f Merge pull request #3034 from yanesca/revert_pr_3012 by Janos Follath · 6 years ago
  94. cabf0ee Revert "Merge pull request #3012 from Patater/dev/jp-bennett/development-2.16" by Janos Follath · 6 years ago
  95. 82ebf51 Merge pull request #3019 from mpg/fix-ssl-opt-gnutls-no-sha1-2.16 by Janos Follath · 6 years ago
  96. 0fe92c2 Test GCC and Clang with common build options by Gilles Peskine · 6 years ago
  97. 99d70d8 Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  98. 8ece857 shrink tests: clearer description by Gilles Peskine · 6 years ago
  99. e0ced3a Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  100. 56427c2 Minor comment improvement by Gilles Peskine · 6 years ago