1. f570f7f Length check added by Janos Follath · 9 years ago
  2. 0166039 Corrects debug macro in ssl_cli.c by Simon Butcher · 9 years ago
  3. 4e03439 Fix bug in ssl_write_supported_elliptic_curves_ext by Janos Follath · 9 years ago
  4. 7ddc2cd Fix null pointer dereference in the RSA module. by Janos Follath · 9 years ago
  5. e9f8427 Adds test for odd bit length RSA key size by Simon Butcher · 9 years ago
  6. d61fc68 Fix odd bitlength RSA key generation by Janos Follath · 9 years ago
  7. a91d85e Fix for net_usleep() timing selftest on mingw by Simon Butcher · 10 years ago
  8. 20715dc Make ar invocation more portable by Manuel Pégourié-Gonnard · 10 years ago
  9. faae6d2 Fix backporting mistakes in previous 5 commits by Manuel Pégourié-Gonnard · 10 years ago
  10. 2db440d Improved on the previous fix and added a test case to cover both types by Janos Follath · 10 years ago
  11. 2b806fa Removed recursion from fix #309. by Janos Follath · 10 years ago
  12. ff5317e Improved on the fix of #309 and extended the test to cover subroutines. by Janos Follath · 10 years ago
  13. 87f1494 Tests and fix added for #309 (inplace mpi doubling). by Janos Follath · 10 years ago
  14. 84181ad Change version number to 1.3.16 by Simon Butcher · 10 years ago mbedtls-1.3.16
  15. 302c5fe Added _ENABLE_MD5_SIGNATURES into features list by Simon Butcher · 10 years ago
  16. d7fe6fb Fix for MPI divide on MSVC by Simon Butcher · 10 years ago
  17. 14400c8 Merge memory leak fix into branch 'mbedtls-1.3' by Simon Butcher · 10 years ago
  18. 7d3f3a8 Fix for memory leak in RSA-SSA signing by Simon Butcher · 10 years ago
  19. a192c8f Merge branch 'iotssl-541-1.3-pathlen-bugfix' by Simon Butcher · 10 years ago
  20. caa8b49 Merge remote-tracking branch 'origin/misc-1.3' into mbedtls-1.3 by Simon Butcher · 10 years ago
  21. cf16b79 Avoid seemingly-possible overflow by Manuel Pégourié-Gonnard · 10 years ago
  22. e4ed347 Added integer divide by as separate function by Simon Butcher · 10 years ago
  23. c050144 Fix wrong length limit in GCM by Manuel Pégourié-Gonnard · 10 years ago
  24. c4a47e3 Fix bug checking pathlen on first intermediate by Manuel Pégourié-Gonnard · 10 years ago
  25. 1f4e08c Changed version number to 1.3.15 by Simon Butcher · 10 years ago mbedtls-1.3.15
  26. edb2327 Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 10 years ago
  27. f23d6c5 Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 10 years ago
  28. 92ac059 Fixed pathlen contraint enforcement. by Janos Follath · 10 years ago
  29. b76e436 Fix boolean values according to DER specs by Jonathan Leroy · 10 years ago
  30. c4baf98 Fix typo in an OID name by Manuel Pégourié-Gonnard · 10 years ago
  31. 0aaefce Actually ignore most non-fatal alerts by Manuel Pégourié-Gonnard · 10 years ago
  32. 5ca3640 Fix other int casts in bounds checking by Manuel Pégourié-Gonnard · 10 years ago
  33. 8abc22d Fix other occurrences of same bounds check issue by Manuel Pégourié-Gonnard · 10 years ago
  34. 758f490 Fix potential buffer overflow in asn1write by Manuel Pégourié-Gonnard · 10 years ago
  35. 215a14b Fix potential heap corruption on Windows by Manuel Pégourié-Gonnard · 10 years ago
  36. 9c52176 Fix potential double-free in ssl_set_psk() by Manuel Pégourié-Gonnard · 10 years ago
  37. f093bde Bump version to 1.3.14 by Manuel Pégourié-Gonnard · 10 years ago mbedtls-1.3.14
  38. c593427 Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 10 years ago
  39. 36abef4 Merge multiple backported vulnerability fixes by Simon Butcher · 10 years ago
  40. fa647a7 Fix references to non-standard SIZE_T_MAX by Manuel Pégourié-Gonnard · 10 years ago
  41. cf1db3c Fix spurious #endif from previous cherry-pick by Manuel Pégourié-Gonnard · 10 years ago
  42. 20607bb Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 10 years ago
  43. 6146247 Fix compile error in net.c with musl libc by Manuel Pégourié-Gonnard · 10 years ago
  44. de9c8a5 Fix potential overflow in CertificateRequest by Manuel Pégourié-Gonnard · 10 years ago
  45. f3e6e4b Add extra check before integer conversion by Manuel Pégourié-Gonnard · 10 years ago
  46. 48ec2c7 Fix potential overflow in base64_encode by Manuel Pégourié-Gonnard · 10 years ago
  47. 5aff029 Fix potential double-free in ssl_set_psk() by Manuel Pégourié-Gonnard · 10 years ago
  48. 643a922 Reordered extension fields and added to ChangeLog by Simon Butcher · 10 years ago
  49. b1e325d Added bounds checking for TLS extensions by Simon Butcher · 10 years ago
  50. 9bf29be Fix potential random malloc in pem_read() by Manuel Pégourié-Gonnard · 10 years ago
  51. 59efb6a Fix potential buffer overflow in mpi_read_string() by Manuel Pégourié-Gonnard · 10 years ago
  52. 7b4b2ac Fix stack buffer overflow in pkcs12 by Manuel Pégourié-Gonnard · 10 years ago
  53. c988f32 Added max length checking of hostname by Simon Butcher · 10 years ago
  54. df048c5 Bump version to 1.3.13 by Manuel Pégourié-Gonnard · 10 years ago mbedtls-1.3.13
  55. a701d2f Fix bug in server parsing point formats extension by Manuel Pégourié-Gonnard · 10 years ago
  56. a1cdcd2 Add counter-measure against RSA-CRT attack by Manuel Pégourié-Gonnard · 10 years ago
  57. bb564e0 Fix possible client crash on API misuse by Manuel Pégourié-Gonnard · 10 years ago
  58. 1c38550 Skip to trusted certs early in the chain by Manuel Pégourié-Gonnard · 10 years ago
  59. 6512554 Fix handling of long PSK identities by Manuel Pégourié-Gonnard · 10 years ago
  60. e217cee Fix warning with MD/SHA ALT implementation by Manuel Pégourié-Gonnard · 10 years ago
  61. a67fd79 Fix -Wshadow warnings by Manuel Pégourié-Gonnard · 10 years ago
  62. 5efed09 Fix possible unlock before lock in RSA by Manuel Pégourié-Gonnard · 10 years ago
  63. 3a5ee1c Increase tolerance of timing selftest by Manuel Pégourié-Gonnard · 10 years ago
  64. 25f44a6 Relax timing_self_test for windows idiosyncrasies by Manuel Pégourié-Gonnard · 10 years ago
  65. 3edec6c Prepare for 1.3.12 release by Paul Bakker · 10 years ago mbedtls-1.3.12
  66. 705de2f Revert "Avoid formatting debug message uselessly" by Manuel Pégourié-Gonnard · 10 years ago
  67. b5d77d3 Accept a trailing space at end of PEM lines by Manuel Pégourié-Gonnard · 10 years ago
  68. 1b1254f Fix missing -static-libgcc when building dlls by Manuel Pégourié-Gonnard · 10 years ago
  69. 3ab7b96 Make hardclock selftest optional by Manuel Pégourié-Gonnard · 10 years ago
  70. f0f399d Up default server DHM size to 2048 bits by Manuel Pégourié-Gonnard · 10 years ago
  71. 56e245d Only do dynamic alloc when necessary by Manuel Pégourié-Gonnard · 10 years ago
  72. 925a726 Avoid formatting debug message uselessly by Manuel Pégourié-Gonnard · 10 years ago
  73. 9ea1b23 Up min size of DHM params to 1024 bits on client by Manuel Pégourié-Gonnard · 10 years ago
  74. 6c3ccf5 Fix thread-safety issue in debug.c by Manuel Pégourié-Gonnard · 10 years ago
  75. 8e8ae3d Fix potential NULL dereference on bad usage by Manuel Pégourié-Gonnard · 10 years ago
  76. b26b75e Clean up RSA PMS checking code by Manuel Pégourié-Gonnard · 10 years ago
  77. 19eef51 Prepare for 1.3.11 release by Paul Bakker · 10 years ago mbedtls-1.3.11
  78. dccb80b Fix compile errors with NO_STD_FUNCTIONS by Manuel Pégourié-Gonnard · 10 years ago
  79. 249bece Fix compile bug: incompatible declaration of polarssl_exit in platform.c by ptahpeteh · 10 years ago
  80. 468b06d Merge remote-tracking branch 'ptahpeteh/patch-1' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  81. 638fa0b Serious bug fix in entropy.c by ptahpeteh · 10 years ago
  82. 6197761 Fix memleak with repeated [gc]cm_setkey() by Manuel Pégourié-Gonnard · 10 years ago
  83. bc07c3a fix minor bug in path_cnt checks by Nicholas Wilson · 10 years ago
  84. 48647b9 Merge remote-tracking branch 'nw/misc' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  85. 7010e46 Merge remote-tracking branch 'peterdettman/perf-ecp-double-jac' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  86. d0fa5cc Typos and doc additions by Nicholas Wilson · 10 years ago
  87. 159c524 Fix undefined behaviour in x509 by Manuel Pégourié-Gonnard · 10 years ago
  88. 7d1e95c Add countermeasure against cache-based lucky 13 by Manuel Pégourié-Gonnard · 10 years ago
  89. e16b62c Make results of (ext)KeyUsage accessible by Manuel Pégourié-Gonnard · 10 years ago
  90. 770b5e1 Fix missing NULL check in MPI by Manuel Pégourié-Gonnard · 10 years ago
  91. d97828e Fix detection of getrandom() by Manuel Pégourié-Gonnard · 10 years ago
  92. 39a183a Add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  93. a2fce21 Fix potential NULL dereference on bad usage by Manuel Pégourié-Gonnard · 10 years ago
  94. ce60fbe Fix potential timing difference with RSA PMS by Manuel Pégourié-Gonnard · 10 years ago
  95. aac657a Merge remote-tracking branch 'pj/development' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 10 years ago
  96. 2ed8173 accept PKCS#3 DH parameters with privateValueLength included by Daniel Kahn Gillmor · 10 years ago
  97. e6c8366 Fix bug in pk_parse_key() by Manuel Pégourié-Gonnard · 10 years ago
  98. dbd60f7 Update generated file by Manuel Pégourié-Gonnard · 10 years ago
  99. 29f777e Fix bug with ssl_set_curves() check on client by Manuel Pégourié-Gonnard · 10 years ago
  100. 32a7fe3 Fix bug in POLARSSL_PLATFORM_STD_EXIT support by Manuel Pégourié-Gonnard · 10 years ago