1. 159a37f config.h: Don't use arithmetical exp for SSL_DTLS_MAX_BUFFERING by Hanno Becker · 7 years ago
  2. 0e96585 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  3. eb57008 Fix typo in documentation of mbedtls_ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  4. 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  5. 98081a0 Don't use uint8_t for bitfields by Hanno Becker · 7 years ago
  6. 3546201 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  7. a67dee2 Merge branch 'iotssl-2402-basic-pmtu-adaptation' into datagram_packing by Hanno Becker · 7 years ago
  8. f47a4af Fix a typo in comments by Manuel Pégourié-Gonnard · 7 years ago
  9. b8eec19 Implement PMTU auto-reduction in handshake by Manuel Pégourié-Gonnard · 7 years ago
  10. 170e2d8 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  11. 68ae351 Fix some whitespace in documentation by Manuel Pégourié-Gonnard · 7 years ago
  12. 903ee3d Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  13. e0b150f Allow limiting the total amount of heap allocations for buffering by Hanno Becker · 7 years ago
  14. 6611035 Try to further clarify documentation by Manuel Pégourié-Gonnard · 7 years ago
  15. f2f1d40 Improve wording in ChangeLog and documentation by Manuel Pégourié-Gonnard · 7 years ago
  16. 6aeaa05 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  17. 050dd6a Improve documentation of ssl_set_mtu(). by Manuel Pégourié-Gonnard · 7 years ago
  18. 065a2a3 Fix some typos and links in comments and doc by Manuel Pégourié-Gonnard · 7 years ago
  19. 3a0aad1 Rename `update_digest` to `update_hs_digest` by Hanno Becker · 7 years ago
  20. 6e7aaca Move MTU setting to SSL context, not config by Manuel Pégourié-Gonnard · 7 years ago
  21. d488b9e Increase maximum number of buffered handshake messages by Hanno Becker · 7 years ago
  22. 5f066e7 Implement future record buffering by Hanno Becker · 7 years ago
  23. 6d97ef5 Use uniform treatment for future messages and proper HS fragments by Hanno Becker · 7 years ago
  24. 0271f96 Introduce buffering structure for handshake messages by Hanno Becker · 7 years ago
  25. d7f8ae2 Introduce sub-structure of ssl_handshake_params for buffering by Hanno Becker · 7 years ago
  26. 2ed6bcc Implement support for remembering CCS messages by Hanno Becker · 7 years ago
  27. 40f5084 Add frame for loading and storing buffered messages by Hanno Becker · 7 years ago
  28. 4162b11 Make mbedtls_ssl_read_record_layer() static by Hanno Becker · 7 years ago
  29. 327c93b Add parameter to ssl_read_record() controlling checksum update by Hanno Becker · 7 years ago
  30. 04da189 Make datagram packing dynamically configurable by Hanno Becker · 7 years ago
  31. 67bc7c3 Don't immediately flush datagram after preparing a record by Hanno Becker · 7 years ago
  32. 1985947 Store outgoing record sequence number outside record buffer by Hanno Becker · 7 years ago
  33. 7e89c17 Fix two typos in comments by Manuel Pégourié-Gonnard · 7 years ago
  34. 9468ff1 Implement support for MTU setting by Manuel Pégourié-Gonnard · 8 years ago
  35. 0b1d9b2 Declare ssl_conf_mtu() by Manuel Pégourié-Gonnard · 8 years ago
  36. 28f4bea Start implementing fragmentation by Manuel Pégourié-Gonnard · 8 years ago
  37. 87a346f Always save flight first, (re)send later by Manuel Pégourié-Gonnard · 8 years ago
  38. 31c1586 Start separating handshake from record writing by Manuel Pégourié-Gonnard · 8 years ago
  39. 03bd484 Merge remote-tracking branch 'upstream-public/pr/1861' into development by Jaeden Amero · 7 years ago
  40. c796573 Add Chacha dependency to the stream cipher field by Simon Butcher · 7 years ago
  41. 193c864 Update version to 2.12.0 by Jaeden Amero · 7 years ago
  42. 34acd3c Merge remote-tracking branch 'public/pr/1868' into development by Simon Butcher · 7 years ago
  43. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 7 years ago
  44. c88c627 Merge remote-tracking branch 'public/pr/1658' into development by Simon Butcher · 7 years ago
  45. 488fd08 Add aes KW OIDs as defined by Ron Eldor · 7 years ago
  46. 466a57f Key wrapping API definition by Ron Eldor · 7 years ago
  47. ccb43df Merge remote-tracking branch 'public/pr/927' into development by Simon Butcher · 7 years ago
  48. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  49. 5cf4d06 Refine the definition of net_sockets.h by Simon Butcher · 7 years ago
  50. e459f07 Correct logic to exclude i386 inline assenbly when -O0 by Simon Butcher · 7 years ago
  51. 922bd1e Merge remote-tracking branch 'public/pr/1752' into development by Simon Butcher · 7 years ago
  52. 862e703 Merge remote-tracking branch 'public/pr/921' into development by Simon Butcher · 7 years ago
  53. a72098b Merge remote-tracking branch 'public/pr/1778' into development by Simon Butcher · 7 years ago
  54. ca33caf Add definition of purpose and use of networking module by Simon Butcher · 7 years ago
  55. 0011503 Repharse comments by Ron Eldor · 7 years ago
  56. 4b9a3ad Disable use of the i386 assembly for option -O0 by Simon Butcher · 7 years ago
  57. e7aeef0 Merge remote-tracking branch 'public/pr/536' into development by Simon Butcher · 7 years ago
  58. 382c1db Minor fixes by Ron Eldor · 7 years ago
  59. 5ffc220 Documentation error in `mbedtls_ssl_get_session` by Ron Eldor · 8 years ago
  60. 3fa6c27 Move definition to cipher.h by Ron Eldor · 7 years ago
  61. ab8d58c Move definition of MBEDTLS_CIPHER_MODE_STREAM by Ron Eldor · 7 years ago
  62. 4b6b08e Merge remote-tracking branch 'public/pr/1006' into development by Simon Butcher · 7 years ago
  63. 512b4ee Use gmtime_r to fix thread-safety issue, and use mbedtls_time on Windows by Nicholas Wilson · 8 years ago
  64. 6fd941f Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  65. 5357164 Add ebx to the i386 clobber list for MPI assembly by Simon Butcher · 7 years ago
  66. 7ee25d7 Allow 0 as a valid ret value for mbedtls_ssl_write by Andres Amaya Garcia · 8 years ago
  67. ce66d5e Declare ChaCha-Poly ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  68. f57bf8b Define specific mode for ChachaPoly by Manuel Pégourié-Gonnard · 7 years ago
  69. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  70. 2fcd3e4 Change the library version to 2.11.0 by Simon Butcher · 7 years ago
  71. d8213d0 Let MBEDTLS_SSL_MAX_CONTENT_LEN to be split into outward & inward sizes by Angus Gratton · 9 years ago
  72. c7bc9e1 Fix a few typos by Manuel Pégourié-Gonnard · 7 years ago
  73. 1f91575 Merge remote-tracking branch 'public/pr/1681' into development by Simon Butcher · 7 years ago
  74. d9c71da Revert "Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default" by Jaeden Amero · 7 years ago
  75. 2dbecc0 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 7 years ago
  76. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 7 years ago
  77. ff2f493 config: List cipher modes in alphabetical order by Jaeden Amero · 7 years ago
  78. ed91a79 config: Update documentation for XTS option by Jaeden Amero · 7 years ago
  79. f167deb aes: xts: Add a reference to the standard by Jaeden Amero · 7 years ago
  80. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  81. cd9fc5e aes: xts: Rename iv to data_unit by Jaeden Amero · 7 years ago
  82. 0a8b020 aes: xts: Enforce NIST SP 800-38E data unit size by Jaeden Amero · 7 years ago
  83. 5162b93 aes: Use length instead of bits_length in XTS by Jaeden Amero · 7 years ago
  84. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  85. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  86. 010c2cb gf128mul: Inline instead of making a new module by Jaeden Amero · 7 years ago
  87. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  88. 9bbe363 Rename exported symbols to please check-names.sh by Aorimn · 10 years ago
  89. 75e3661 Add AES-XEX mode to the default config file by Aorimn · 10 years ago
  90. 0089d36 Implement AES-XEX mode by Aorimn · 10 years ago
  91. b053658 Add 2 files for multiplication in GF(128) by Aorimn · 10 years ago
  92. 7decfe8 Convert mbedtls_free and mbedtls_calloc into functions by Roberto Vargas · 7 years ago
  93. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  94. f0d7629 Merge remote-tracking branch 'public/pr/1593' into development by Simon Butcher · 7 years ago
  95. ebb6427 Merge remote-tracking branch 'public/pr/1646' into development by Simon Butcher · 7 years ago
  96. 263498a Merge remote-tracking branch 'public/pr/1667' into development by Simon Butcher · 7 years ago
  97. dbe80c6 Merge remote-tracking branch 'public/pr/1668' into development by Simon Butcher · 7 years ago
  98. cb2c935 aes: Clarify IV requirements for OFB mode by Jaeden Amero · 7 years ago
  99. 5db1362 Clarify documentation for AES OFB by Simon Butcher · 7 years ago
  100. 968646c Clarify comments on use of AES OFB block mode by Simon Butcher · 7 years ago