1. f39f732 Fix alarm(0) failure on mingw32 by Manuel Pégourié-Gonnard · 8 years ago
  2. 46624a9 Merge remote-tracking branch 'upstream-public/pr/1279' into mbedtls-1.3 by Jaeden Amero · 8 years ago
  3. 17f6477 Merge remote-tracking branch 'upstream-public/pr/1152' into mbedtls-1.3 by Gilles Peskine · 8 years ago
  4. f78adc5 fix bug in get_one_and_zeros_padding() by Micha Kraus · 8 years ago
  5. 8833e86 Timing self test: shorten redundant tests by Gilles Peskine · 8 years ago
  6. e405069 Timing self test: print some diagnosis information by Gilles Peskine · 8 years ago
  7. 2484ffe get_timer: don't use uninitialized memory by Gilles Peskine · 8 years ago
  8. de896eb Timing: fix set_alarm(0) on Unix/POSIX by Gilles Peskine · 8 years ago
  9. cc3e3b0 Merge remote-tracking branch 'public/pr/1161' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 8 years ago
  10. ccbbfdf Merge remote-tracking branch 'public/pr/1186' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 8 years ago
  11. 4905e6c Merge branch 'pr_1045' into mbedtls-1.3 by Gilles Peskine · 8 years ago
  12. 6e20636 Merge remote-tracking branch 'upstream-public/pr/1175' into mbedtls-1.3 by Gilles Peskine · 8 years ago
  13. bb709d7 Fix build without MBEDTLS_FS_IO by Gilles Peskine · 8 years ago
  14. 3a3228c Merge remote-tracking branch 'upstream-public/pr/1155' into mbedtls-1.3 by Gilles Peskine · 8 years ago
  15. 9f423b1 Merge remote-tracking branch 'upstream-public/pr/917' into mbedtls-1.3 by Gilles Peskine · 8 years ago
  16. 8c94611 Merge branch 'pr_1083' into mbedtls-1.3 by Gilles Peskine · 8 years ago
  17. f15cbda Merge remote-tracking branch 'upstream-public/pr/1109' into mbedtls-1.3 by Gilles Peskine · 8 years ago
  18. f945a22 Merge remote-tracking branch 'upstream-public/pr/944' into mbedtls-1.3 by Gilles Peskine · 8 years ago
  19. e298532 Merge remote-tracking branch 'upstream-public/pr/1113' into mbedtls-1.3 by Gilles Peskine · 8 years ago
  20. fdac76f Add checks for private parameter in ecdsa_sign() by Darryl Green · 8 years ago
  21. 9f60bc5 Address PR review comments by Ron Eldor · 8 years ago
  22. 1f311ed Backport 1.3:Fix crash when calling `mbedtls_ssl_cache_free` twice by Ron Eldor · 8 years ago
  23. bfd0991 Fix handling of HS msgs in ssl_read if renegotiation unused by Hanno Becker · 8 years ago
  24. 268191a Swap branches accepting/refusing renegotiation in in ssl_read by Hanno Becker · 8 years ago
  25. c2f52b4 Wrong identifier used to check Encrypt-then-MAC flag by Hanno Becker · 8 years ago
  26. 7c02d13 Correctly handle leap year in x509_date_is_valid() by Andres AG · 9 years ago
  27. 4491a79 Parse Signature Algorithm ext when renegotiating by Ron Eldor · 8 years ago
  28. cf42873 Fix coding style in x509_parse_int() by Andres Amaya Garcia · 8 years ago
  29. 876214c Change param type for x509_parse_int() to fix warn by Andres Amaya Garcia · 8 years ago
  30. 8388be3 Add brackets around net.c macro arguments by Andres Amaya Garcia · 8 years ago
  31. a4d1857 Fix type in net.c comment by Andres Amaya Garcia · 8 years ago
  32. 6e5e9aa Fix MSVC warning in net.c by Andres Amaya Garcia · 8 years ago
  33. ef4acc5 Minor style and typo corrections by Hanno Becker · 8 years ago
  34. 7c3c97a Don't add extensions for X.509 non-v3 certificates by Hanno Becker · 8 years ago
  35. 3c89dca Omit version from X.509 v1 certificates by Hanno Becker · 8 years ago
  36. b9ac47c Make ssl_set_hostname safe to be called multiple times by Hanno Becker · 8 years ago
  37. 20f4c78 Correct parsing checks in `pk_parse_key` by Hanno Becker · 8 years ago
  38. 1d23339 Remove unreachable branches in pkparse.c by Hanno Becker · 8 years ago
  39. 1f30fa1 Remove unnecessary cast by Hanno Becker · 8 years ago
  40. b299a37 Add missing calls to pem_free in pk_parse by Hanno Becker · 8 years ago
  41. 713c9e1 Use in-place decryption in pk_parse_pkcs8_encrypted_der by Hanno Becker · 8 years ago
  42. 2bc85eb Fix extraction of signature-type from PK context instance by Hanno Becker · 8 years ago
  43. adb9bd2 Add internal macro ENTROPY_HAVE_DEFAULT indicating default entropy by Hanno Becker · 8 years ago
  44. 03bd022 Update version to 1.3.21 by Simon Butcher · 8 years ago
  45. e13b54e Change PK module preprocessor check on word size by Andres Amaya Garcia · 8 years ago
  46. ab3fbc2 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  47. 5308f47 Fix implementation-defined integer conversion by Janos Follath · 8 years ago
  48. 77644f2 Improve comments by Manuel Pégourié-Gonnard · 8 years ago
  49. d0e7557 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  50. 8af7bfa Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  51. 3df4e4e Prevent signed integer overflow in CSR parsing by Andres AG · 8 years ago
  52. 47f3059 Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  53. 26124be Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago
  54. 57501ef Backport 1.3: Check rc of mbedtls_mpi_fill_random by Ron Eldor · 9 years ago
  55. 454da1f Backport 1.3: Resource leak fix on windows by Ron Eldor · 9 years ago
  56. 7771824 Backport 1.3: Wrong preproccessor condition fix by Ron Eldor · 9 years ago
  57. 4f1e64e Backport 1.3: check if iv is zero in gcm. by Ron Eldor · 9 years ago
  58. 8a2855e Update the version number to 1.3.20 by Simon Butcher · 8 years ago mbedtls-1.3.20
  59. b870179 Merge remote-tracking branch 'restricted/iotssl-1398_backport-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 8 years ago
  60. 249c30c Merge branch 'mbedtls-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 8 years ago
  61. 5745778 Don't parse or write extensions in SSLv3 by Hanno Becker · 8 years ago
  62. 7d81093 Merge remote-tracking branch 'restricted/1205' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 8 years ago
  63. 0401a3d Ensure application data records are not kept when fully processed by Hanno Becker · 8 years ago
  64. ce8f919 Merge remote-tracking branch 'restricted/iotssl-1138-rsa-padding-check-1.3-restricted' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 8 years ago
  65. 9105b18 Merge remote-tracking branch 'restricted/IOTSSL-1366/mbedtls-1.3' into mbedtls-1.3-restricted by Manuel Pégourié-Gonnard · 8 years ago
  66. ca3ff06 Merge remote-tracking branch 'hanno/mpi_read_file_underflow_backport-1.3' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 8 years ago
  67. f1ab790 Merge remote-tracking branch 'hanno/sliding_exponentiation_backport-1.3' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 8 years ago
  68. 48ed550 Fix name, documentation & location of config flag by Manuel Pégourié-Gonnard · 8 years ago
  69. 1bf86b7 Add hard assertion to ssl_read_record by Hanno Becker · 8 years ago
  70. d37839e Fix mbedtls_ssl_read by Hanno Becker · 8 years ago
  71. 10699cc Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  72. 888c2fd Fix implementation of VERIFY_OPTIONAL verification mode by Hanno Becker · 8 years ago
  73. a9ec0cd Restrict MD5 in x509 certificates by Ron Eldor · 8 years ago
  74. 2634aa9 Merge remote-tracking branch 'restricted/mbedtls-1.3' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 8 years ago
  75. bbe0103 Merge remote-tracking branch 'hanno/iotssl-1241-backport-1.3' into mbedtls-1.3 by Manuel Pégourié-Gonnard · 8 years ago
  76. f5e753a Add missing ret code checks in PEM module by Andres Amaya Garcia · 8 years ago
  77. c2b9d98 Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  78. 73e7f4c RSA: wipe more stack buffers by Gilles Peskine · 8 years ago
  79. 213aec8 RSA: wipe stack buffers by Gilles Peskine · 8 years ago
  80. cc4d80f Backup errno in net_would_block by Hanno Becker · 8 years ago
  81. 8c7698b Fix potential stack underflow in mpi_read_file. by Hanno Becker · 8 years ago
  82. 1c6339f Abort modular inversion when modulus is one. by Hanno Becker · 8 years ago
  83. 88bbab2 Correct sign in modular exponentiation algorithm. by Hanno Becker · 8 years ago
  84. 139708d Fix backporting errors by Manuel Pégourié-Gonnard · 8 years ago
  85. 19c10e9 RSA PKCS1v1.5 verification: check padding length by Manuel Pégourié-Gonnard · 8 years ago
  86. bb1e688 Add exponent blinding to RSA with CRT by Janos Follath · 8 years ago
  87. 5d39257 Add exponent blinding to RSA without CRT by Janos Follath · 8 years ago
  88. 6e598a2 More length checks in RSA PKCS1v15 verify by Gilles Peskine · 8 years ago
  89. 6de05fa More length checks in RSA PKCS1v15 verify by Gilles Peskine · 8 years ago
  90. 4c5154d Updated version number to 1.3.19 for release by Simon Butcher · 8 years ago
  91. 2b2fc11 Fix buffer overflow in mpi_write_string() by Andres AG · 8 years ago mbedtls-1.3.19-rc1
  92. f5ffc79 ECP: Prevent freeing a buffer on stack by Janos Follath · 9 years ago
  93. 03af0e0 Fix memory leak in x509_crl_parse() by Andres AG · 9 years ago
  94. 9fb2828 Merge branch 'mbedtls-1.3-iotssl-1071-ca-flags' by Simon Butcher · 8 years ago
  95. 741bd90 Merge branch 'mbedtls-1.3-iotssl-1077-dos-crl' by Simon Butcher · 8 years ago
  96. dcd49ec Add lib target to library/CMakeLists.txt by Andres AG · 9 years ago
  97. 746edf4 Add comment to integer overflow fix in base64.c by Simon Butcher · 9 years ago
  98. 59abd30 Fix integer overflow in mbedtls_base64_decode() by Andres AG · 9 years ago
  99. 74ef650 Fix integer overflows in buffer bound checks by Andres Amaya Garcia · 9 years ago
  100. de6079a Fix buffer overreads in mbedtls_pem_read_buffer() by Andres AG · 9 years ago