1. 53546ea Update library version number to 2.13.1 by Simon Butcher · 6 years ago mbedtls-2.13.1
  2. 5d40f67 Merge remote-tracking branch 'public/pr/1927' into development-restricted by Simon Butcher · 6 years ago
  3. d2ef254 Don't define _POSIX_C_SOURCE in header file by Hanno Becker · 6 years ago
  4. f5106d5 Don't declare and define gmtime()-mutex on Windows platforms by Hanno Becker · 6 years ago
  5. 323d801 Correct preprocessor guards determining use of gmtime() by Hanno Becker · 6 years ago
  6. 03b2bd4 Correct documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  7. a50fed9 Correct typo in documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  8. 6f70581 Correct POSIX version check to determine presence of gmtime_r() by Hanno Becker · 6 years ago
  9. c52ef40 Improve documentation of mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  10. 7dd82b4 platform_utils.{c/h} -> platform_util.{c/h} by Hanno Becker · 6 years ago
  11. 5a7fe14 Don't include platform_time.h if !MBEDTLS_HAVE_TIME by Hanno Becker · 6 years ago
  12. 9fbbf1c Improve wording of documentation of MBEDTLS_PLATFORM_GMTIME_R_ALT by Hanno Becker · 6 years ago
  13. c946888 Fix typo in documentation of MBEDTLS_PLATFORM_GMTIME_R_ALT by Hanno Becker · 6 years ago
  14. 921b76d Replace 'thread safe' by 'thread-safe' in the documentation by Hanno Becker · 6 years ago
  15. 9a51d01 Improve documentation of MBEDTLS_HAVE_TIME_DATE by Hanno Becker · 6 years ago
  16. 4e67cca Improve documentation of MBEDTLS_HAVE_TIME_DATE by Hanno Becker · 6 years ago
  17. 48a816f Minor documentation improvements by Hanno Becker · 6 years ago
  18. 651d586 Style: Add missing period in documentation in threading.h by Hanno Becker · 6 years ago
  19. 6a73978 Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r() by Hanno Becker · 6 years ago
  20. be2e4bd Guard decl and use of gmtime mutex by HAVE_TIME_DATE and !GMTIME_ALT by Hanno Becker · 6 years ago
  21. 5f95c79 Remove another mentioning of IAR from config.h by Hanno Becker · 6 years ago
  22. 272675f Correct documentation of mbedtls_platform_gmtime() by Hanno Becker · 6 years ago
  23. cfeb70c gmtime: Remove special treatment for IAR by Hanno Becker · 6 years ago
  24. 94b540a Avoid redefining _POSIX_C_SOURCE by Andres Amaya Garcia · 6 years ago
  25. 45e3020 Document that IAR gmtime_s() is auto selected by Andres Amaya Garcia · 6 years ago
  26. 433f911 Check for IAR in gmtime macros by Andres Amaya Garcia · 6 years ago
  27. e58088e Clarify docs for MBEDTLS_HAVE_TIME_DATE by Andres Amaya Garcia · 6 years ago
  28. 193fe89 Add missing _POSIX_C_SOURCE define in threading.h by Andres Amaya Garcia · 6 years ago
  29. ca04a01 Document shorthand gmtime macros by Andres Amaya Garcia · 6 years ago
  30. c2f948b Fix grammar in docs for MBEDTLS_HAVE_TIME_DATE by Andres Amaya Garcia · 6 years ago
  31. 4d075cd Update library version number to 2.13.0 by Simon Butcher · 6 years ago
  32. 552754a Merge remote-tracking branch 'public/pr/1988' into development by Simon Butcher · 6 years ago
  33. 68dbc94 Merge remote-tracking branch 'public/pr/1951' into development by Simon Butcher · 6 years ago
  34. 07de4c0 Merge remote-tracking branch 'public/pr/1920' into development by Simon Butcher · 6 years ago
  35. 97a1c13 Correct typo in documentation of MBEDTLS_SSL_DTLS_MAX_BUFFERING by Hanno Becker · 6 years ago
  36. eefe084 Style: Spell out PMTU in ssl.h by Hanno Becker · 6 years ago
  37. bc2498a Style: Add numerous comments indicating condition guarded by #endif by Hanno Becker · 6 years ago
  38. 2800751 DTLS Reordering: Improve doc of MBEDTLS_SSL_DTLS_MAX_BUFFERING by Hanno Becker · 6 years ago
  39. 159a37f config.h: Don't use arithmetical exp for SSL_DTLS_MAX_BUFFERING by Hanno Becker · 6 years ago
  40. 0e96585 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 6 years ago
  41. eb57008 Fix typo in documentation of mbedtls_ssl_set_datagram_packing() by Hanno Becker · 6 years ago
  42. 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 6 years ago
  43. 98081a0 Don't use uint8_t for bitfields by Hanno Becker · 6 years ago
  44. 3546201 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 6 years ago
  45. a67dee2 Merge branch 'iotssl-2402-basic-pmtu-adaptation' into datagram_packing by Hanno Becker · 6 years ago
  46. f47a4af Fix a typo in comments by Manuel Pégourié-Gonnard · 6 years ago
  47. b8eec19 Implement PMTU auto-reduction in handshake by Manuel Pégourié-Gonnard · 6 years ago
  48. 170e2d8 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 6 years ago
  49. 68ae351 Fix some whitespace in documentation by Manuel Pégourié-Gonnard · 6 years ago
  50. c99b12b Fix documentation for MBEDTLS_HAVE_DATE_TIME by Andres Amaya Garcia · 6 years ago
  51. 903ee3d Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 6 years ago
  52. e0b150f Allow limiting the total amount of heap allocations for buffering by Hanno Becker · 6 years ago
  53. 6611035 Try to further clarify documentation by Manuel Pégourié-Gonnard · 6 years ago
  54. f2f1d40 Improve wording in ChangeLog and documentation by Manuel Pégourié-Gonnard · 6 years ago
  55. 6aeaa05 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 6 years ago
  56. 050dd6a Improve documentation of ssl_set_mtu(). by Manuel Pégourié-Gonnard · 6 years ago
  57. 065a2a3 Fix some typos and links in comments and doc by Manuel Pégourié-Gonnard · 6 years ago
  58. 3a0aad1 Rename `update_digest` to `update_hs_digest` by Hanno Becker · 6 years ago
  59. 6e7aaca Move MTU setting to SSL context, not config by Manuel Pégourié-Gonnard · 6 years ago
  60. d488b9e Increase maximum number of buffered handshake messages by Hanno Becker · 6 years ago
  61. 5f066e7 Implement future record buffering by Hanno Becker · 6 years ago
  62. 6d97ef5 Use uniform treatment for future messages and proper HS fragments by Hanno Becker · 6 years ago
  63. 0271f96 Introduce buffering structure for handshake messages by Hanno Becker · 6 years ago
  64. d7f8ae2 Introduce sub-structure of ssl_handshake_params for buffering by Hanno Becker · 6 years ago
  65. 2ed6bcc Implement support for remembering CCS messages by Hanno Becker · 6 years ago
  66. 40f5084 Add frame for loading and storing buffered messages by Hanno Becker · 6 years ago
  67. 4162b11 Make mbedtls_ssl_read_record_layer() static by Hanno Becker · 6 years ago
  68. 327c93b Add parameter to ssl_read_record() controlling checksum update by Hanno Becker · 6 years ago
  69. 04da189 Make datagram packing dynamically configurable by Hanno Becker · 6 years ago
  70. 67bc7c3 Don't immediately flush datagram after preparing a record by Hanno Becker · 6 years ago
  71. 1985947 Store outgoing record sequence number outside record buffer by Hanno Becker · 6 years ago
  72. 1abb368 Make gmtime() configurable at compile-time by Andres Amaya Garcia · 6 years ago
  73. 7e89c17 Fix two typos in comments by Manuel Pégourié-Gonnard · 6 years ago
  74. 9468ff1 Implement support for MTU setting by Manuel Pégourié-Gonnard · 7 years ago
  75. 0b1d9b2 Declare ssl_conf_mtu() by Manuel Pégourié-Gonnard · 7 years ago
  76. 28f4bea Start implementing fragmentation by Manuel Pégourié-Gonnard · 7 years ago
  77. 87a346f Always save flight first, (re)send later by Manuel Pégourié-Gonnard · 7 years ago
  78. 31c1586 Start separating handshake from record writing by Manuel Pégourié-Gonnard · 7 years ago
  79. 08a4aeb HKDF: Add warning to partial functions by Janos Follath · 6 years ago
  80. d0a78e9 HKDF: Fix style issue by Janos Follath · 6 years ago
  81. 03bd484 Merge remote-tracking branch 'upstream-public/pr/1861' into development by Jaeden Amero · 6 years ago
  82. 97f3ecb Document dependency on gmtime, gmtime_r & gmtime_s by Andres Amaya Garcia · 6 years ago
  83. ce6eebb Use gmtime when target is not windows or posix by Andres Amaya Garcia · 6 years ago
  84. c796573 Add Chacha dependency to the stream cipher field by Simon Butcher · 6 years ago
  85. 193c864 Update version to 2.12.0 by Jaeden Amero · 6 years ago
  86. 34acd3c Merge remote-tracking branch 'public/pr/1868' into development by Simon Butcher · 6 years ago
  87. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 6 years ago
  88. c88c627 Merge remote-tracking branch 'public/pr/1658' into development by Simon Butcher · 6 years ago
  89. 488fd08 Add aes KW OIDs as defined by Ron Eldor · 6 years ago
  90. 466a57f Key wrapping API definition by Ron Eldor · 7 years ago
  91. ccb43df Merge remote-tracking branch 'public/pr/927' into development by Simon Butcher · 6 years ago
  92. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 6 years ago
  93. 5cf4d06 Refine the definition of net_sockets.h by Simon Butcher · 6 years ago
  94. e459f07 Correct logic to exclude i386 inline assenbly when -O0 by Simon Butcher · 6 years ago
  95. 922bd1e Merge remote-tracking branch 'public/pr/1752' into development by Simon Butcher · 6 years ago
  96. 862e703 Merge remote-tracking branch 'public/pr/921' into development by Simon Butcher · 6 years ago
  97. a72098b Merge remote-tracking branch 'public/pr/1778' into development by Simon Butcher · 6 years ago
  98. ca33caf Add definition of purpose and use of networking module by Simon Butcher · 6 years ago
  99. 0011503 Repharse comments by Ron Eldor · 6 years ago
  100. 4b9a3ad Disable use of the i386 assembly for option -O0 by Simon Butcher · 6 years ago