1. edb58ad Merge pull request #3106 from mpg/3013-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  2. 96955d5 Merge pull request #3114 from mpg/ssl-opt-names-2.16 by Gilles Peskine · 5 years ago
  3. 98a879a Improve some test names in ssl-opt.sh by Manuel Pégourié-Gonnard · 5 years ago
  4. a46f75c Fix debug message by using the correct function name called by Ercan Ozturk · 6 years ago
  5. b5695d9 Merge pull request #3101 from sbutcher-arm/change-used-pylint-2.16 by Janos Follath · 5 years ago
  6. 47f7287 Change the use of pylint to optionally use pylint3 by Simon Butcher · 5 years ago
  7. acfa368 Merge pull request #2439 from andresag01/mbedtls-2.16-iotssl-2544-deprecate-record-accel by Manuel Pégourié-Gonnard · 5 years ago
  8. 302f57a Merge pull request #3090 from sbutcher-arm/output-env-pylint-mbedtls-2.16 by Jaeden Amero · 5 years ago
  9. bae7328 Fix output_env.sh for varying pylint3 output by Simon Butcher · 5 years ago
  10. 85c4c86 Add Python, Perl and Pylint to output_env.sh by Simon Butcher · 5 years ago
  11. 874a64e Merge pull request #3083 from sbutcher-arm/output_env-enhancements-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  12. 679d2de Make minor fixes to output_env.sh after review by Simon Butcher · 5 years ago
  13. 3104eec Enhance the output_env.sh script by Simon Butcher · 5 years ago
  14. 22348c7 Merge pull request #3063 from danh-arm/dh/drop-cla-2.16 by danh-arm · 5 years ago
  15. d7c2737 Merge pull request #3060 from mpg/skip-close-notify-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  16. 21e9a4c Add project description to README.md by Dan Handley · 5 years ago
  17. 0b54a46 Minor formatting fixes to CONTRIBUTING.md by Dan Handley · 5 years ago
  18. 69feadc Drop requirement for a CLA by Dan Handley · 5 years ago
  19. 9f3bdb8 Add test for MBEDTLS_SSL_HW_RECORD_ACCEL in all.sh by Andres Amaya Garcia · 7 years ago
  20. 52dbda6 Fix compilation issue when DTLS and SSL_HW_RECORD_ACCEL are on by Andres Amaya Garcia · 7 years ago
  21. 498e632 Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  22. 0fce215 Merge pull request #3053 from yanesca/bump-version-2.16.5 by Janos Follath · 5 years ago mbedtls-2.16.5
  23. 04039a5 Add release info to ChangeLog by Janos Follath · 5 years ago
  24. 334cf59 Bump version to Mbed TLS 2.16.5 by Janos Follath · 5 years ago
  25. 0b59b6d Merge pull request #3048 from mpg/fix-rsa-complete-2.16 by Gilles Peskine · 5 years ago
  26. 6444d15 Add ChangeLog entries for pk_parse_key() fixes by Manuel Pégourié-Gonnard · 5 years ago
  27. d09fcde Fix pkparse bug wrt MBEDTLS_RSA_ALT by Manuel Pégourié-Gonnard · 5 years ago
  28. 96ed13e Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  29. 12fb9c3 Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  30. 25bb8dc Check public part when parsing private RSA key by Manuel Pégourié-Gonnard · 5 years ago
  31. 9ab0305 Don't pass zero to rsa_complete() as a param by Manuel Pégourié-Gonnard · 5 years ago
  32. a59988e Merge pull request #3029 from gilles-peskine-arm/test-opt-all-2.16 by Manuel Pégourié-Gonnard · 5 years ago
  33. 8d9b1c4 Merge pull request #3027 from gilles-peskine-arm/mpi_copy_shrink-2.16 by Manuel Pégourié-Gonnard · 6 years ago
  34. b458b1f Merge pull request #3034 from yanesca/revert_pr_3012 by Janos Follath · 6 years ago
  35. cabf0ee Revert "Merge pull request #3012 from Patater/dev/jp-bennett/development-2.16" by Janos Follath · 6 years ago
  36. 82ebf51 Merge pull request #3019 from mpg/fix-ssl-opt-gnutls-no-sha1-2.16 by Janos Follath · 6 years ago
  37. 0fe92c2 Test GCC and Clang with common build options by Gilles Peskine · 6 years ago
  38. 99d70d8 Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  39. 8ece857 shrink tests: clearer description by Gilles Peskine · 6 years ago
  40. e0ced3a Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  41. 56427c2 Minor comment improvement by Gilles Peskine · 6 years ago
  42. 27c15c7 Improve comments in mpi_shrink by Gilles Peskine · 6 years ago
  43. 3e9f522 mpi_copy: make the 0 case slightly more robust by Gilles Peskine · 6 years ago
  44. 8fe3b79 Better coverage for copy and swap by Gilles Peskine · 6 years ago
  45. e6cca7c Bignum copy/shrink: More precise test case descriptions by Gilles Peskine · 6 years ago
  46. c63676a Merge pull request #3016 from jack-fortanix/jack/parse-rsa-crt-2.16 by Gilles Peskine · 6 years ago
  47. 4cc20f6 Fix duplicated Bugfix section in the changelog by Gilles Peskine · 6 years ago
  48. 216c44d Add changelog entry by Gilles Peskine · 6 years ago
  49. a7b9007 Merge pull request #2972 from mpg/add-zlib-tests-2.16 by Manuel Pégourié-Gonnard · 6 years ago
  50. d20ae89 De-duplicate SHA1-independent test in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  51. 7c9add2 Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1 by Manuel Pégourié-Gonnard · 6 years ago
  52. b10fd06 Parse RSA parameters DP, DQ and QP from PKCS1 private keys by Jack Lloyd · 6 years ago
  53. bac9f1b Merge pull request #3001 from from gilles-peskine-arm/coverity-20200115-2.16 into mbedtls-2.16 by Janos Follath · 6 years ago
  54. 1f10f2e Merge pull request #3014 from mpg/fix-attribution-ecdsa-inc by Janos Follath · 6 years ago
  55. 58c2779 Fix previous ChangeLog merging error by Manuel Pégourié-Gonnard · 6 years ago
  56. cc41e6c Fix contributor names in ChangeLog by Manuel Pégourié-Gonnard · 6 years ago
  57. 114d339 Add detection for zlib headers to all.sh by Manuel Pégourié-Gonnard · 6 years ago
  58. 7550e85 Merge pull request #3012 from Patater/dev/jp-bennett/development-2.16 by Jaeden Amero · 6 years ago
  59. d0c2575 Merge pull request #2992 from yanesca/bump-version-2.16.4 by Janos Follath · 6 years ago
  60. 68a24eb Add ChangeLog entry by Jaeden Amero · 6 years ago
  61. 6f45cb9 Allow loading symlinked certificates by Jonathan Bennett · 6 years ago
  62. b0deecc Merge pull request #3007 from mpg/fix-ecdsa-pointer-inc by Manuel Pégourié-Gonnard · 6 years ago
  63. 75aab52 Add missing return code check on calls to mbedtls_md() by Gilles Peskine · 6 years ago
  64. 1a30fbb Check that mbedtls_mpi_grow succeeds by Gilles Peskine · 6 years ago
  65. 83a5672 Remove redundant block_size validity check by Gilles Peskine · 6 years ago
  66. 42b8194 Fix incrementing pointer instead of value by Manuel Pégourié-Gonnard · 6 years ago
  67. 42e4f6b Add changelog entry for the unchecked mbedtls_md call by Gilles Peskine · 6 years ago
  68. 3a3b161 Add missing return code check on call to mbedtls_md() by Gilles Peskine · 6 years ago
  69. 32b0216 Bump version to Mbed TLS 2.16.4 by Janos Follath · 6 years ago
  70. 39e2c0e Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago mbedtls-2.16.4
  71. 95a17fb Add test for record compression in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  72. 4ef189d Add all.sh components with ZLIB enabled by Manuel Pégourié-Gonnard · 6 years ago
  73. f02988e Merge pull request #2967 from dgreen-arm/backport-2.16-fix-pylint-warnings by Jaeden Amero · 6 years ago
  74. 349a079 Fix some pylint warnings by Darryl Green · 6 years ago
  75. c054643 Merge pull request #2894 from gilles-peskine-arm/drbg-set_entropy_len-2.16 by Jaeden Amero · 6 years ago
  76. 1dfc361 Merge pull request #672 from gilles-peskine-arm/ctr_drbg-aes_fail-2.16 by Jaeden Amero · 6 years ago
  77. 86dd950 Catch AES failure in mbedtls_ctr_drbg_random by Gilles Peskine · 6 years ago
  78. 269d414 Merge pull request #2936 from gilles-peskine-arm/memory_buffer_alloc-fatal-pass-2.16 by Jaeden Amero · 6 years ago
  79. 554d5d5 Enable more test cases without MBEDTLS_MEMORY_DEBUG by Gilles Peskine · 6 years ago
  80. 4a55e7c More accurate test case description by Gilles Peskine · 6 years ago
  81. 19baefa Clarify that the "FATAL" message is expected by Gilles Peskine · 6 years ago
  82. f048605 Merge remote-tracking branch 'restricted/pr/667' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  83. baf2300 Merge remote-tracking branch 'restricted/pr/669' into mbedtls-2.16-restricted by Jaeden Amero · 6 years ago
  84. 3f1c68a Merge pull request #665 from ARMmbed/dev/yanesca/iotcrypt-958-ecdsa-side-channel-fix-2.16 by Jaeden Amero · 6 years ago
  85. f18de50 Zeroize local AES variables before exiting the function by Andrzej Kurek · 6 years ago
  86. d71f31b Add ChangeLog entry by Janos Follath · 6 years ago
  87. e25f1ee mpi_lt_mpi_ct: fix condition handling by Janos Follath · 6 years ago
  88. b159ae8 mpi_lt_mpi_ct: Add further tests by Janos Follath · 6 years ago
  89. b2fddfd mpi_lt_mpi_ct: Fix test numbering by Janos Follath · 6 years ago
  90. 1452862 mpi_lt_mpi_ct perform tests for both limb size by Janos Follath · 6 years ago
  91. 359a01e ct_lt_mpi_uint: cast the return value explicitely by Janos Follath · 6 years ago
  92. 798e394 mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs by Janos Follath · 6 years ago
  93. fbe4c94 mbedtls_mpi_lt_mpi_ct: simplify condition by Janos Follath · 6 years ago
  94. 1f21c1d Rename variable for better readability by Janos Follath · 6 years ago
  95. bd87a59 mbedtls_mpi_lt_mpi_ct: Improve documentation by Janos Follath · 6 years ago
  96. 5852518 Make mbedtls_mpi_lt_mpi_ct more portable by Janos Follath · 6 years ago
  97. aac48d1 Bignum: Document assumptions about the sign field by Janos Follath · 6 years ago
  98. e1bf02a Add more tests for mbedtls_mpi_lt_mpi_ct by Janos Follath · 6 years ago
  99. 27d221a mpi_lt_mpi_ct test: hardcode base 16 by Janos Follath · 6 years ago
  100. 45ec990 Document ct_lt_mpi_uint by Janos Follath · 6 years ago