1. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 6 years ago
  2. cec1c26 Break overly long line in library/x509_create.c by Hanno Becker · 6 years ago
  3. ee334a3 Remove Doxygen tags from documentation of private structure by Hanno Becker · 6 years ago
  4. beffcd8 Update hardcoded certificates in library/certs.c by Hanno Becker · 6 years ago
  5. 6e1adee Regenerate test files by Hanno Becker · 6 years ago
  6. cb93813 Don't perform binary comparison of CRL issuer and CA subject by Hanno Becker · 6 years ago
  7. 0f6903d Move static x509_name_cmp() in library/x509_crt.c by Hanno Becker · 6 years ago
  8. 7904f94 Merge remote-tracking branch 'public/pr/1099' into development-proposed by Simon Butcher · 6 years ago
  9. 17a0fab Merge remote-tracking branch 'public/pr/2111' into development-proposed by Simon Butcher · 6 years ago
  10. a07d86e Merge remote-tracking branch 'public/pr/1902' into development by Simon Butcher · 6 years ago
  11. ef263eb Merge remote-tracking branch 'public/pr/1993' into development by Simon Butcher · 6 years ago
  12. b10c660 Detect unsigned integer overflow in mbedtls_ecp_check_budget() by Hanno Becker · 6 years ago
  13. 169712e Merge remote-tracking branch 'restricted/pr/390' into development by Simon Butcher · 6 years ago
  14. a966fde Fix some documentation typos and improve a comment by Manuel Pégourié-Gonnard · 6 years ago
  15. ca29fdf Fix some typos in documentation and comments by Manuel Pégourié-Gonnard · 6 years ago
  16. dd3ab13 Fail when encountering invalid CBC padding in EtM records by Hanno Becker · 6 years ago
  17. b25cb60 Add a comment to clarify code flow by Manuel Pégourié-Gonnard · 6 years ago
  18. a5a3e40 Fix missing dereference. by Manuel Pégourié-Gonnard · 6 years ago
  19. 90f31b7 Improve readability by moving counter decrement by Manuel Pégourié-Gonnard · 6 years ago
  20. a58e011 Fix alignment in a macro definition by Manuel Pégourié-Gonnard · 6 years ago
  21. b843b15 Fix function name to fit conventions by Manuel Pégourié-Gonnard · 6 years ago
  22. c0edc96 Add comment on internal function API by Manuel Pégourié-Gonnard · 6 years ago
  23. d8b73f2 Remove unnecessary calls to init() from free() by Manuel Pégourié-Gonnard · 6 years ago
  24. c37423f Fix misleading sub-state name and comments by Manuel Pégourié-Gonnard · 6 years ago
  25. 5267b62 Change error description by Ron Eldor · 6 years ago
  26. a27190b Rename platform error code and value by Ron Eldor · 6 years ago
  27. ee68cff Fix or improve some comments (and whitespace) by Manuel Pégourié-Gonnard · 6 years ago
  28. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 6 years ago
  29. 6346a75 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 6 years ago
  30. 748face ssl_tls: fix maximum output length by Andrzej Kurek · 6 years ago
  31. ef43ce6 Dtls: change the way unlimited mtu is set for client hello messages by Andrzej Kurek · 6 years ago
  32. 1624e2e Avoid overly long lines X.509 DN attr array def in x509_create.c by Hanno Becker · 6 years ago
  33. 35b6854 Replace reference to RFC 3280 by reference to newer RFC 5280 by Hanno Becker · 6 years ago
  34. cfc47ba Correct some indentation and line lengths in x509_create.c by Hanno Becker · 6 years ago
  35. d355e69 Rename `tag` to `default_tag` in x509_attr_descriptor_t by Hanno Becker · 6 years ago
  36. d2c9009 Improve documentation of x509_attr_descriptor_t by Hanno Becker · 6 years ago
  37. 6290dae Disable dtls fragmentation for ClientHello messages by Andrzej Kurek · 6 years ago
  38. c86993e Merge remote-tracking branch 'public/pr/1970' into development by Simon Butcher · 6 years ago
  39. eba6c9b changes requested by @hanno-arm by thomas-dee · 6 years ago
  40. 54a7c62 Minor style changes by Ron Eldor · 6 years ago
  41. 1c1c20e Fix some whitespace issues by Manuel Pégourié-Gonnard · 6 years ago
  42. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 6 years ago
  43. 53546ea Update library version number to 2.13.1 by Simon Butcher · 6 years ago mbedtls-2.13.1
  44. 5d40f67 Merge remote-tracking branch 'public/pr/1927' into development-restricted by Simon Butcher · 6 years ago
  45. f5106d5 Don't declare and define gmtime()-mutex on Windows platforms by Hanno Becker · 6 years ago
  46. 323d801 Correct preprocessor guards determining use of gmtime() by Hanno Becker · 6 years ago
  47. 6f70581 Correct POSIX version check to determine presence of gmtime_r() by Hanno Becker · 6 years ago
  48. 7dd82b4 platform_utils.{c/h} -> platform_util.{c/h} by Hanno Becker · 6 years ago
  49. 48a816f Minor documentation improvements by Hanno Becker · 6 years ago
  50. 6a73978 Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  51. be2e4bd Guard decl and use of gmtime mutex by HAVE_TIME_DATE and !GMTIME_ALT by Hanno Becker · 6 years ago
  52. cfeb70c gmtime: Remove special treatment for IAR by Hanno Becker · 6 years ago
  53. 94b540a Avoid redefining _POSIX_C_SOURCE by Andres Amaya Garcia · 6 years ago
  54. 433f911 Check for IAR in gmtime macros by Andres Amaya Garcia · 6 years ago
  55. 3c9733a Fix typo in comment for gmtime macro defines by Andres Amaya Garcia · 6 years ago
  56. ca04a01 Document shorthand gmtime macros by Andres Amaya Garcia · 6 years ago
  57. 2099606 Use gmtime_s() for IAR by Andres Amaya Garcia · 6 years ago
  58. e9b10b2 Define _POSIX_C_SOURCE in threading.c before POSIX detection by Andres Amaya Garcia · 6 years ago
  59. 4d075cd Update library version number to 2.13.0 by Simon Butcher · 6 years ago
  60. 0bbb4fc Merge branch 'development' into development by Simon Butcher · 6 years ago
  61. 552754a Merge remote-tracking branch 'public/pr/1988' into development by Simon Butcher · 6 years ago
  62. 68dbc94 Merge remote-tracking branch 'public/pr/1951' into development by Simon Butcher · 6 years ago
  63. b0ad581 Remove the invalid input for platform module by Ron Eldor · 6 years ago
  64. 0ff4e0b Add platform error codes by Ron Eldor · 6 years ago
  65. a591c48 Correct typo in debug message by Hanno Becker · 6 years ago
  66. 83ab41c Correct typo in comment by Hanno Becker · 6 years ago
  67. cd9dcda Add const qualifier to handshake header reading functions by Hanno Becker · 6 years ago
  68. 39b8bc9 Change wording of debug message by Hanno Becker · 6 years ago
  69. ef7afdf Rename another_record_in_datagram to next_record_is_in_datagram by Hanno Becker · 6 years ago
  70. c573ac3 Fix typos in debug message and comment in ssl-tls.c by Hanno Becker · 6 years ago
  71. 3af567d Merge remote-tracking branch 'restricted/pr/437' into development-restricted by Simon Butcher · 6 years ago
  72. 129fa82 Merge remote-tracking branch 'restricted/pr/470' into development-restricted by Simon Butcher · 6 years ago
  73. 7f85563 Merge remote-tracking branch 'restricted/pr/491' into development-restricted by Simon Butcher · 6 years ago
  74. 9ce5160 Merge remote-tracking branch 'public/pr/1965' into development by Simon Butcher · 6 years ago
  75. 9d5a9e1 Merge remote-tracking branch 'public/pr/1625' into development by Simon Butcher · 6 years ago
  76. 14dac09 Merge remote-tracking branch 'public/pr/1918' into development by Simon Butcher · 6 years ago
  77. 1846e40 Merge remote-tracking branch 'public/pr/1939' into development by Simon Butcher · 6 years ago
  78. 9598845 Merge remote-tracking branch 'public/pr/1955' into development by Simon Butcher · 6 years ago
  79. 4613772 Merge remote-tracking branch 'public/pr/1915' into development by Simon Butcher · 6 years ago
  80. 0207e53 Style: Correct typo in ssl-tls.c by Hanno Becker · 6 years ago
  81. bc2498a Style: Add numerous comments indicating condition guarded by #endif by Hanno Becker · 6 years ago
  82. d584777 Style: Group buffering-related forward declarations in ssl_tls.c by Hanno Becker · 6 years ago
  83. 360bef3 Reordering: Document that only HS and CCS msgs are buffered by Hanno Becker · 6 years ago
  84. 4f432ad Style: Don't use abbreviations in comments by Hanno Becker · 6 years ago
  85. b8f5014 Add explicit MBEDTLS_DEBUG_C-guard around debugging code by Hanno Becker · 6 years ago
  86. f0da667 Style: Add braces around if-branch where else-branch has them by Hanno Becker · 6 years ago
  87. ecbdf1c Style: Correct indentation of debug msgs in mbedtls_ssl_write_record by Hanno Becker · 6 years ago
  88. 3f7b973 Correct typo in mbedtls_ssl_flight_transmit() by Hanno Becker · 6 years ago
  89. 6e12c1e Enhance debugging output by Hanno Becker · 6 years ago
  90. 0e96585 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 6 years ago
  91. 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 6 years ago
  92. f4b010e Limit MTU by maximum fragment length setting by Hanno Becker · 6 years ago
  93. 283f5ef Buffering: Free future record epoch after each flight by Hanno Becker · 6 years ago
  94. 081bd81 ssl_write_handshake_msg(): Always append CCS messages to flights by Hanno Becker · 6 years ago
  95. c83d2b3 ssl_write_handshake_msg(): Allow alert on client-side SSLv3 by Hanno Becker · 6 years ago
  96. b309b92 ssl_buffering_free_slot(): Double-check validity of slot index by Hanno Becker · 6 years ago
  97. 65dc885 Use size_t for msg_len argument in ssl_get_reassembly_buffer_size() by Hanno Becker · 6 years ago
  98. 1b20e8e Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 6 years ago
  99. 554b0af Fix assertion in mbedtls_ssl_write_record() by Hanno Becker · 6 years ago
  100. 7428d4f Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 6 years ago