1. 2db440d Improved on the previous fix and added a test case to cover both types by Janos Follath · 10 years ago
  2. 2b806fa Removed recursion from fix #309. by Janos Follath · 10 years ago
  3. ff5317e Improved on the fix of #309 and extended the test to cover subroutines. by Janos Follath · 10 years ago
  4. 87f1494 Tests and fix added for #309 (inplace mpi doubling). by Janos Follath · 10 years ago
  5. a3a1cd3 Update reference to attack in ChangeLog by Manuel Pégourié-Gonnard · 10 years ago
  6. 84181ad Change version number to 1.3.16 by Simon Butcher · 10 years ago mbedtls-1.3.16
  7. 302c5fe Added _ENABLE_MD5_SIGNATURES into features list by Simon Butcher · 10 years ago
  8. d7fe6fb Fix for MPI divide on MSVC by Simon Butcher · 10 years ago
  9. a39690e Correction to ChangeLog by Simon Butcher · 10 years ago
  10. 14400c8 Merge memory leak fix into branch 'mbedtls-1.3' by Simon Butcher · 10 years ago
  11. 7d3f3a8 Fix for memory leak in RSA-SSA signing by Simon Butcher · 10 years ago
  12. a192c8f Merge branch 'iotssl-541-1.3-pathlen-bugfix' by Simon Butcher · 10 years ago
  13. caa8b49 Merge remote-tracking branch 'origin/misc-1.3' into mbedtls-1.3 by Simon Butcher · 10 years ago
  14. cf16b79 Avoid seemingly-possible overflow by Manuel Pégourié-Gonnard · 10 years ago
  15. e4ed347 Added integer divide by as separate function by Simon Butcher · 10 years ago
  16. c050144 Fix wrong length limit in GCM by Manuel Pégourié-Gonnard · 10 years ago
  17. c4a47e3 Fix bug checking pathlen on first intermediate by Manuel Pégourié-Gonnard · 10 years ago
  18. 6ad4f65 Add test case for root with max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  19. c058074 Add test case for first intermediate max_pathlen=0 by Manuel Pégourié-Gonnard · 10 years ago
  20. 1f4e08c Changed version number to 1.3.15 by Simon Butcher · 10 years ago mbedtls-1.3.15
  21. 34fc23f Corrected typo in ChangeLog by Simon Butcher · 10 years ago
  22. edb2327 Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 10 years ago
  23. 28e1ac5 Use own implementation of strsep() by Manuel Pégourié-Gonnard · 10 years ago
  24. f23d6c5 Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 10 years ago
  25. 54150a3 Add Changelog entries for this branch by Manuel Pégourié-Gonnard · 10 years ago
  26. 1da232d Use symbolic constants in test data by Manuel Pégourié-Gonnard · 10 years ago
  27. 92ac059 Fixed pathlen contraint enforcement. by Janos Follath · 10 years ago
  28. 3d98a7e Additional corner cases for testing pathlen constrains. Just in case. by Janos Follath · 10 years ago
  29. 189c743 Added test case for pathlen constrains in intermediate certificates by Janos Follath · 10 years ago
  30. 664b751 Add ChangeLog entry for previous commit by Manuel Pégourié-Gonnard · 10 years ago
  31. 2744df4 cert_write : fix "Destination buffer is too small" error by Jonathan Leroy · 10 years ago
  32. 96e75ac Add ChangeLog entry for previous two commits by Manuel Pégourié-Gonnard · 10 years ago
  33. 094788e Test certificate "Server1 SHA1, key_usage" reissued. by Jonathan Leroy · 10 years ago
  34. b76e436 Fix boolean values according to DER specs by Jonathan Leroy · 10 years ago
  35. c4baf98 Fix typo in an OID name by Manuel Pégourié-Gonnard · 10 years ago
  36. 7bbabea Disable reportedly broken assembly of Sparc(64) by Manuel Pégourié-Gonnard · 10 years ago
  37. c094a97 ECHDE-PSK does not use a certificate by Manuel Pégourié-Gonnard · 10 years ago
  38. 0aaefce Actually ignore most non-fatal alerts by Manuel Pégourié-Gonnard · 10 years ago
  39. 5ca3640 Fix other int casts in bounds checking by Manuel Pégourié-Gonnard · 10 years ago
  40. 8abc22d Fix other occurrences of same bounds check issue by Manuel Pégourié-Gonnard · 10 years ago
  41. 758f490 Fix potential buffer overflow in asn1write by Manuel Pégourié-Gonnard · 10 years ago
  42. 215a14b Fix potential heap corruption on Windows by Manuel Pégourié-Gonnard · 10 years ago
  43. 9c52176 Fix potential double-free in ssl_set_psk() by Manuel Pégourié-Gonnard · 10 years ago
  44. ad9c68a Fix typo in documenation by Manuel Pégourié-Gonnard · 10 years ago
  45. 9b52b80 Corrected misleading fn description in ssl_cache.h by Simon Butcher · 10 years ago
  46. f093bde Bump version to 1.3.14 by Manuel Pégourié-Gonnard · 10 years ago mbedtls-1.3.14
  47. c593427 Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 10 years ago
  48. 36abef4 Merge multiple backported vulnerability fixes by Simon Butcher · 10 years ago
  49. fa647a7 Fix references to non-standard SIZE_T_MAX by Manuel Pégourié-Gonnard · 10 years ago
  50. cf1db3c Fix spurious #endif from previous cherry-pick by Manuel Pégourié-Gonnard · 10 years ago
  51. 20607bb Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 10 years ago
  52. ded3ae5 Add missing warning in doc by Manuel Pégourié-Gonnard · 10 years ago
  53. 6146247 Fix compile error in net.c with musl libc by Manuel Pégourié-Gonnard · 10 years ago
  54. de9c8a5 Fix potential overflow in CertificateRequest by Manuel Pégourié-Gonnard · 10 years ago
  55. f3e6e4b Add extra check before integer conversion by Manuel Pégourié-Gonnard · 10 years ago
  56. c7e61a2 Fix more typos in ChangeLog by Manuel Pégourié-Gonnard · 10 years ago
  57. 6d60183 Fix typos in ChangeLog and comments by Manuel Pégourié-Gonnard · 10 years ago
  58. 48ec2c7 Fix potential overflow in base64_encode by Manuel Pégourié-Gonnard · 10 years ago
  59. 5aff029 Fix potential double-free in ssl_set_psk() by Manuel Pégourié-Gonnard · 10 years ago
  60. 643a922 Reordered extension fields and added to ChangeLog by Simon Butcher · 10 years ago
  61. b1e325d Added bounds checking for TLS extensions by Simon Butcher · 10 years ago
  62. 9bf29be Fix potential random malloc in pem_read() by Manuel Pégourié-Gonnard · 10 years ago
  63. 59efb6a Fix potential buffer overflow in mpi_read_string() by Manuel Pégourié-Gonnard · 10 years ago
  64. 7b4b2ac Fix stack buffer overflow in pkcs12 by Manuel Pégourié-Gonnard · 10 years ago
  65. c988f32 Added max length checking of hostname by Simon Butcher · 10 years ago
  66. 21823f9 Refined credits in ChangeLog for fuzzing issue by Simon Butcher · 10 years ago
  67. df048c5 Bump version to 1.3.13 by Manuel Pégourié-Gonnard · 10 years ago mbedtls-1.3.13
  68. c54931a Fix GNUism in bump_version.sh by Manuel Pégourié-Gonnard · 10 years ago
  69. a701d2f Fix bug in server parsing point formats extension by Manuel Pégourié-Gonnard · 10 years ago
  70. 9c4859f Merge pull request #295 from ARMmbed/mbedtls-1.3-restricted by Simon Butcher · 10 years ago
  71. a1cdcd2 Add counter-measure against RSA-CRT attack by Manuel Pégourié-Gonnard · 10 years ago
  72. bb564e0 Fix possible client crash on API misuse by Manuel Pégourié-Gonnard · 10 years ago
  73. b0282ea More deprecated removal in all.sh by Manuel Pégourié-Gonnard · 10 years ago
  74. 4d9e36a Rm deprecated things full config test by Manuel Pégourié-Gonnard · 10 years ago
  75. 5f6b2b6 Changelog entry for the previous commits by Manuel Pégourié-Gonnard · 10 years ago
  76. 8f63e95 Fix typos that made tests be skipped by Manuel Pégourié-Gonnard · 10 years ago
  77. 1c38550 Skip to trusted certs early in the chain by Manuel Pégourié-Gonnard · 10 years ago
  78. 15f1088 Add tests for verify callback by Manuel Pégourié-Gonnard · 10 years ago
  79. 8fbb5a3 Fix snprintf usage again by Manuel Pégourié-Gonnard · 10 years ago
  80. c728f94 Fix snprintf usage on windows by Manuel Pégourié-Gonnard · 10 years ago
  81. 6512554 Fix handling of long PSK identities by Manuel Pégourié-Gonnard · 10 years ago
  82. ee7db9c Fix hash buffer size in pkey programs by Manuel Pégourié-Gonnard · 10 years ago
  83. 6432c7e Fix memory corruption in rsa sign/verify programs by Manuel Pégourié-Gonnard · 10 years ago
  84. e217cee Fix warning with MD/SHA ALT implementation by Manuel Pégourié-Gonnard · 10 years ago
  85. a67fd79 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  86. 5efed09 Fix possible unlock before lock in RSA by Manuel Pégourié-Gonnard · 10 years ago
  87. 89789be Fix handling of new config option by Manuel Pégourié-Gonnard · 10 years ago
  88. 3a5ee1c Increase tolerance of timing selftest by Manuel Pégourié-Gonnard · 10 years ago
  89. 25f44a6 Relax timing_self_test for windows idiosyncrasies by Manuel Pégourié-Gonnard · 10 years ago
  90. ce11699 Fix pkwrite test that were failing on mingw32 by Manuel Pégourié-Gonnard · 10 years ago
  91. 3edec6c Prepare for 1.3.12 release by Paul Bakker · 10 years ago mbedtls-1.3.12
  92. 027ead9 Disable padlock asm with ASan by Manuel Pégourié-Gonnard · 10 years ago
  93. 705de2f Revert "Avoid formatting debug message uselessly" by Manuel Pégourié-Gonnard · 10 years ago
  94. 84690c3 Make ssl-opt.sh more tolerant to start timeouts by Manuel Pégourié-Gonnard · 10 years ago
  95. cc86ac5 Fix compile error with armcc5 --gnu by Manuel Pégourié-Gonnard · 10 years ago
  96. b5d77d3 Accept a trailing space at end of PEM lines by Manuel Pégourié-Gonnard · 10 years ago
  97. 1b1254f Fix missing -static-libgcc when building dlls by Manuel Pégourié-Gonnard · 10 years ago
  98. a64b15e Fix bug with cmake and old version of GCC by Manuel Pégourié-Gonnard · 10 years ago
  99. 501084c Add warning/errors about deprecated config items by Manuel Pégourié-Gonnard · 10 years ago
  100. e92617b Run timing selftest on all platforms by Manuel Pégourié-Gonnard · 10 years ago