1. 457351a Exclude DEPRECATED_WARNING in config full by Gilles Peskine · 5 years ago
  2. 63d92c6 Strict C99: don't use extremely large string literals by Gilles Peskine · 5 years ago
  3. 3aba3f4 Strict C99: don't use a signed* when an unsigned* is expected by Gilles Peskine · 5 years ago
  4. 2717eaf Fix build failure with MBEDTLS_PLATFORM_NV_SEED_ALT by Gilles Peskine · 5 years ago
  5. a21c5e9 Document and fix the MBEDTLS_xxx_ALT logic for the full config by Gilles Peskine · 5 years ago
  6. ba5dbae Sort lists for easier maintenance by Gilles Peskine · 5 years ago
  7. f48d468 Explain the rationale for inclusion in "full" and "baremetal" by Gilles Peskine · 5 years ago
  8. 165d1bb Enable X509_ALLOW_EXTENSIONS_NON_V3 in config full by Gilles Peskine · 5 years ago
  9. 89361c9 Remove obsolete options from config.pl by Gilles Peskine · 5 years ago
  10. a4a872c Merge pull request #3214 from gilles-peskine-arm/changelog-assemble-2.7 by Gilles Peskine · 5 years ago
  11. 96377d3 Copy the changelog entry assembling script from development by Gilles Peskine · 5 years ago
  12. 5d32e64 Merge pull request #3170 from gilles-peskine-arm/check-windows-files-2.7 by Gilles Peskine · 5 years ago
  13. 016e4ac Merge pull request #3199 from mpg/fix-overflow-benchmark-2.7 by Gilles Peskine · 5 years ago
  14. bc8c513 Merge pull request #3185 from gilles-peskine-arm/pylint-up-to-2.4-2.7 by Gilles Peskine · 5 years ago
  15. 8aaf2c5 Merge pull request #3196 from piotr-now/max_pathlen_overflow_mbedtls-2.7 by Jaeden Amero · 5 years ago
  16. 3fd9297 Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  17. 49e7a95 Get rid of a magic value in benchmark.c by Manuel Pégourié-Gonnard · 5 years ago
  18. 5408f72 Fix integer overflow in benchmark program by Manuel Pégourié-Gonnard · 5 years ago
  19. e61988a Merge pull request #3165 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix-2.7 by Gilles Peskine · 5 years ago
  20. b5847d2 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  21. 558e26d Document more methods in Python scripts by Gilles Peskine · 5 years ago
  22. 21522a4 Merge pull request #683 from ARMmbed/prepare-rc-2.7.15-updated by Janos Follath · 5 years ago mbedtls-2.7.15
  23. 0a99708 Merge branch 'mbedtls-2.7-restricted' into prepare-rc-2.7.15-update by Manuel Pégourié-Gonnard · 5 years ago
  24. 6e0806b Merge remote-tracking branch 'restricted/pr/671' into mbedtls-2.7-restricted by Manuel Pégourié-Gonnard · 5 years ago
  25. f1bd55f Add missing ChangeLog entry by Janos Follath · 5 years ago
  26. b4b458f Bump version to Mbed TLS 2.7.15 by Janos Follath · 5 years ago
  27. e170ee7 Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.15r0 by Janos Follath · 5 years ago
  28. c835510 Merge pull request #3158 from mpg/improve-make-tags-2.7 by Gilles Peskine · 5 years ago
  29. 85e712c Systematically use Windows line endings in Windows files by Gilles Peskine · 5 years ago
  30. 70ef5c6 In Windows files, detect CR without LF as well as LF without CR by Gilles Peskine · 5 years ago
  31. 783da63 Check that Windows files have Windows line endings by Gilles Peskine · 5 years ago
  32. 227dfd4 Also check Windows files by Gilles Peskine · 5 years ago
  33. 318f15e Sort the list for easier maintenance by Gilles Peskine · 5 years ago
  34. c715322 List each item on a separate line for easier maintenance by Gilles Peskine · 5 years ago
  35. c251e0d Clarify confusion between file names and suffixes of file names by Gilles Peskine · 5 years ago
  36. e4ec3f7 Merge pull request #677 from ARMmbed/ecc-projective-2.7-restricted by Janos Follath · 5 years ago
  37. 75d26b5 unit tests: Indicate missing unmet dependencies by Ronald Cron · 5 years ago
  38. 1d3eab6 unit tests: Fix potential buffer overflow by Ronald Cron · 5 years ago
  39. 59f2139 Prefer unsigned types for non-negative numbers by Ronald Cron · 5 years ago
  40. eb5d0e9 unit tests: Backport ARRAY_LENGTH macro by Ronald Cron · 5 years ago
  41. 29b7b95 Merge pull request #3145 from mpg/fix-reconnect-2.7 by Gilles Peskine · 5 years ago
  42. a835939 Merge pull request #3144 from gilles-peskine-arm/unmet_dependencies-verbose_only-2.7 by Gilles Peskine · 5 years ago
  43. aa45abf Allow alternative ctags versions in Makefile by Manuel Pégourié-Gonnard · 5 years ago
  44. 1313bc9 Improve ctags invocation in Makefile by Manuel Pégourié-Gonnard · 5 years ago
  45. 48abf39 Merge pull request #3137 from sbutcher-arm/additional-config-checks-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  46. 54587fc Fix leakage of projective coordinates in ECC by Manuel Pégourié-Gonnard · 5 years ago
  47. 6766550 Note that unmet_dependencies is only filled in verbose mode by Gilles Peskine · 5 years ago
  48. 6062b49 Fix bug in handling of DTLS client hard reconnect by Manuel Pégourié-Gonnard · 5 years ago
  49. 4bbbdc3 Improve debug logging of client hard reconnect by Manuel Pégourié-Gonnard · 5 years ago
  50. 7ef7bf3 Fix some style issues in udp_proxy by Manuel Pégourié-Gonnard · 5 years ago
  51. b1ee30b Adjust timeout of tests with "no resend" assertions by Manuel Pégourié-Gonnard · 6 years ago
  52. a58b046 Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
  53. d1bd2ac Merge pull request #3107 from mpg/3013-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  54. 2c3351e Correct comment on the configuration option in x509.c by Simon Butcher · 5 years ago
  55. 048c8f9 Add additional sanity checks to check_config.h by Simon Butcher · 6 years ago
  56. f3037ec Merge pull request #3115 from mpg/ssl-opt-names-2.7 by Gilles Peskine · 5 years ago
  57. d6e4454 Improve some test names in ssl-opt.sh by Manuel Pégourié-Gonnard · 5 years ago
  58. ab713a9 Fix debug message by using the correct function name called by Ercan Ozturk · 6 years ago
  59. eb22ad2 Merge pull request #2440 from andresag01/mbedtls-2.7-iotssl-2544-deprecate-record-accel by Manuel Pégourié-Gonnard · 5 years ago
  60. daac4e4 Merge pull request #3091 from sbutcher-arm/output-env-pylint-mbedtls-2.7 by Jaeden Amero · 5 years ago
  61. 8eb64e6 Fix output_env.sh for varying pylint3 output by Simon Butcher · 5 years ago
  62. 8277041 Add Python, Perl and Pylint to output_env.sh by Simon Butcher · 5 years ago
  63. 3756128 Merge pull request #3084 from sbutcher-arm/output_env-enhancements-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  64. d40e603 Make minor fixes to output_env.sh after review by Simon Butcher · 5 years ago
  65. 870ee82 Enhance the output_env.sh script by Simon Butcher · 5 years ago
  66. aaf9c10 Merge pull request #3062 from danh-arm/dh/drop-cla-2.7 by danh-arm · 5 years ago
  67. 3f402bc Merge pull request #3061 from mpg/skip-close-notify-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  68. aa719e7 Align some timeouts with the 2.16 branch in ssl-opt.sh by Manuel Pégourié-Gonnard · 5 years ago
  69. 5e261e9 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  70. a225b24 Add project description to README.md by Dan Handley · 5 years ago
  71. 52de9b0 Drop requirement for a CLA by Dan Handley · 5 years ago
  72. bb13e3b Add test for MBEDTLS_SSL_HW_RECORD_ACCEL in all.sh by Andres Amaya Garcia · 7 years ago
  73. 8758053 Fix compilation issue when DTLS and SSL_HW_RECORD_ACCEL are on by Andres Amaya Garcia · 7 years ago
  74. 72371b2 Merge pull request #3052 from yanesca/bump-version-2.7.14 by Janos Follath · 5 years ago mbedtls-2.7.14
  75. 46337ab Add release info to ChangeLog by Janos Follath · 5 years ago
  76. 0f22670 Bump version to Mbed TLS 2.7.14 by Janos Follath · 5 years ago
  77. 5fd4339 Merge pull request #3049 from mpg/fix-rsa-complete-2.7 by Gilles Peskine · 5 years ago
  78. 9c16ede Check for buffer overflow in test function by Manuel Pégourié-Gonnard · 5 years ago
  79. 08f06eb Add ChangeLog entries for pk_parse_key() fixes by Manuel Pégourié-Gonnard · 5 years ago
  80. 609d79e Fix pkparse bug wrt MBEDTLS_RSA_ALT by Manuel Pégourié-Gonnard · 5 years ago
  81. 355bbc0 Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  82. bfd0259 Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  83. 869e966 Check public part when parsing private RSA key by Manuel Pégourié-Gonnard · 5 years ago
  84. 8cc0491 Don't pass zero to rsa_complete() as a param by Manuel Pégourié-Gonnard · 5 years ago
  85. 37d0dfc Merge pull request #3030 from gilles-peskine-arm/test-opt-all-2.7 by Manuel Pégourié-Gonnard · 5 years ago
  86. 6cf5931 Merge pull request #3028 from gilles-peskine-arm/mpi_copy_shrink-2.7 by Manuel Pégourié-Gonnard · 6 years ago
  87. f53f508 Merge pull request #3035 from yanesca/revert_pr_3011 by Janos Follath · 6 years ago
  88. b40d60f Revert "Merge pull request #3011 from Patater/dev/jp-bennett/development-2.7" by Janos Follath · 6 years ago
  89. 5d11712 Merge pull request #3020 from mpg/fix-ssl-opt-gnutls-no-sha1-2.7 by Janos Follath · 6 years ago
  90. ac3c806 Fix comment to match reality by Manuel Pégourié-Gonnard · 6 years ago
  91. 918b25d Revert "Fix certs.c to match the content of the files" by Manuel Pégourié-Gonnard · 6 years ago
  92. fa0e8b5 Test GCC and Clang with common build options by Gilles Peskine · 6 years ago
  93. c924712 Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  94. 261aea1 shrink tests: clearer description by Gilles Peskine · 6 years ago
  95. 774c163 Minor comment improvement by Gilles Peskine · 6 years ago
  96. 6a26967 Improve comments in mpi_shrink by Gilles Peskine · 6 years ago
  97. 2aeab87 mpi_copy: make the 0 case slightly more robust by Gilles Peskine · 6 years ago
  98. 84b8e25 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  99. 6f43c60 Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  100. 179c227 Fix CA encoding issue with gnutls-cli by Manuel Pégourié-Gonnard · 6 years ago