1. c6c7c49 Add mbedtls_ecdh_can_do by Gilles Peskine · 6 years ago
  2. b14c4a5 Fix build with gcc -Wshadow by Gilles Peskine · 6 years ago
  3. 21411d2 ECDH: Make benchmarks check MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED by Christoph M. Wintersteiger · 6 years ago
  4. 655ddab 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 7 years ago
  5. 181f284 config.h: Silence missing documentation warning by Christoph M. Wintersteiger · 7 years ago
  6. 6cddd30 ECDH: Disable Everest by default by Christoph M. Wintersteiger · 7 years ago
  7. b33e811 ECDH: Fix file permission problem by Christoph M. Wintersteiger · 7 years ago
  8. 6a1a9e4 ECDSA: Add mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 7 years ago
  9. 9b33e7d ECDH: Exclude FStar and Hacl* from exported symbol checks by Christoph M. Wintersteiger · 7 years ago
  10. 346932a Fix preprocessor directive recognition in list-enum-consts.pl by Christoph M. Wintersteiger · 7 years ago
  11. 89f36ae Add new 3rdparty build scripts by Christoph M. Wintersteiger · 7 years ago
  12. e14c779 ECDH: Everest: Remove unnecessary file by Christoph M. Wintersteiger · 7 years ago
  13. 3dca1a4 ECDH: Fix error checks in benchmark.c by Christoph M. Wintersteiger · 7 years ago
  14. f4bee2f ECDH: Use LOCAL_CFLAGS instead of CFLAGS by Christoph M. Wintersteiger · 7 years ago
  15. e50b970 ECDH: Fix whitespace and doxygen comment by Christoph M. Wintersteiger · 7 years ago
  16. c14dd84 ECDH: Add Everest Curve25519 to VS project files by Christoph M. Wintersteiger · 7 years ago
  17. b4e63a1 ECDH: Improve ECDH full handshake benchmark by Christoph M. Wintersteiger · 7 years ago
  18. 0b93102 ECDH: Rename full handshake benchmark by Christoph M. Wintersteiger · 7 years ago
  19. e0e8eb3 ECDH: Add #ifdef filter to tests/scripts/list-enum-consts.pl by Christoph M. Wintersteiger · 7 years ago
  20. 0bc9c69 ECDH: Add new (non-legacy) ECDH benchmark by Christoph M. Wintersteiger · 7 years ago
  21. 977d89a ECDH: Include Everest Curve25519 in build scripts by Christoph M. Wintersteiger · 7 years ago
  22. 02b8048 ECDH: Add Everest Curve25519 config.h option by Christoph M. Wintersteiger · 7 years ago
  23. 3ec5047 Merge remote-tracking branch 'origin/pr/2807' into development by Jaeden Amero · 6 years ago
  24. cfc9c8c Merge remote-tracking branch 'origin/pr/2798' into development by Jaeden Amero · 6 years ago
  25. 4e0db56 Merge branch 'mbedtls-2.18' into development by Jaeden Amero · 6 years ago
  26. b2d61e3 Merge remote-tracking branch 'origin/pr/2792' into development by Jaeden Amero · 6 years ago
  27. 472a2a2 Don't redefine calloc and free by Jarno Lamsa · 6 years ago
  28. 9e90df5 Add changelog entry to record checking by Jarno Lamsa · 6 years ago
  29. b7b486c Fix compiler warning by Jarno Lamsa · 6 years ago
  30. 8c51b7c Add debug messages by Jarno Lamsa · 6 years ago
  31. bccf035 Remove duplicate entries from ChangeLog by Jarno Lamsa · 6 years ago
  32. b9ca1b0 Fix parameter name in doxygen by Jarno Lamsa · 6 years ago
  33. c84bd24 Add missing guards for mac usage by Jarno Lamsa · 6 years ago
  34. e458869 Improve reability and debugability of large if by Manuel Pégourié-Gonnard · 6 years ago
  35. 4ca930f Fix a typo in a comment by Manuel Pégourié-Gonnard · 6 years ago
  36. f041f4e Fix MSVC warning by Manuel Pégourié-Gonnard · 6 years ago
  37. 9a96fd7 Fix compile error in reduced configurations by Manuel Pégourié-Gonnard · 6 years ago
  38. 45ac1f0 Avoid duplication of session format header by Manuel Pégourié-Gonnard · 6 years ago
  39. 4e9370b Implement config-checking header to context s11n by Manuel Pégourié-Gonnard · 6 years ago
  40. 5c0e377 Provide serialisation API only if it's enabled by Manuel Pégourié-Gonnard · 6 years ago
  41. 5ea13b8 Fix compiler warning: comparing signed to unsigned by Manuel Pégourié-Gonnard · 6 years ago
  42. 9df5a82 Actually reset the context on save as advertised by Manuel Pégourié-Gonnard · 6 years ago
  43. 142ba73 Re-use buffer allocated by handshake_init() by Manuel Pégourié-Gonnard · 6 years ago
  44. 862b319 Enable serialisation tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  45. 13c8e68 Change requirements for setting timer callback by Manuel Pégourié-Gonnard · 6 years ago
  46. 0eb3eac Add setting of forced fields when deserializing by Manuel Pégourié-Gonnard · 6 years ago
  47. c86c5df Add saved fields from top-level structure by Manuel Pégourié-Gonnard · 6 years ago
  48. 3309a67 Fix memory leak in client/server2 by Manuel Pégourié-Gonnard · 6 years ago
  49. c2a7b89 Add transform (de)serialization by Manuel Pégourié-Gonnard · 6 years ago
  50. b9dfc9f Fix English in comments by Manuel Pégourié-Gonnard · 6 years ago
  51. a88399c Improve demo/testing code in client/server2 by Manuel Pégourié-Gonnard · 6 years ago
  52. 4b7e6b9 Add session saving/loading by Manuel Pégourié-Gonnard · 6 years ago
  53. 4c90e85 Add (stub) header writing and checking by Manuel Pégourié-Gonnard · 6 years ago
  54. 0ff7640 Add usage checks in context_load() by Manuel Pégourié-Gonnard · 6 years ago
  55. 00400c2 Document internal serialisation format by Manuel Pégourié-Gonnard · 6 years ago
  56. 1aaf669 Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  57. 96fb0ee Save Hello random bytes for later use by Manuel Pégourié-Gonnard · 6 years ago
  58. ddf72a1 Fix style issues by Jarno Lamsa · 6 years ago
  59. 8e25321 Set timer callbacks with serialization by Jarno Lamsa · 6 years ago
  60. 1a7f793 Fix spacing by Jarno Lamsa · 6 years ago
  61. 15b3a7a Fix compiler warnings by Jarno Lamsa · 6 years ago
  62. c2376f0 Add tests for re-init flow for context serialization by Jarno Lamsa · 6 years ago
  63. 304d61c Add option for ssl-context re-initialization flow by Jarno Lamsa · 6 years ago
  64. 12021ee Fix spacing by Jarno Lamsa · 6 years ago
  65. 1d1657f Allow stub implementation of the context_save for now by Jarno Lamsa · 6 years ago
  66. 93c6ff2 Address review comments for code-style issues by Jarno Lamsa · 6 years ago
  67. 378d64d Remove mbedtls_ssl_free() and mbedtls_ssl_init() from serialization flow in test by Jarno Lamsa · 6 years ago
  68. a0b2cd6 ssl-opt.sh tests for serialization are currently using stub implementation by Jarno Lamsa · 6 years ago
  69. cbee1b3 Add missing slashes to tests by Jarno Lamsa · 6 years ago
  70. 2937d81 Add serialization tests to ssl-opt.sh by Jarno Lamsa · 6 years ago
  71. bbc7b41 Use MBEDTLS_SSL_CONTEXT_SERIALIZATION flag by Jarno Lamsa · 6 years ago
  72. 5a3a16c Serialize/deserialize for ssl_server2 by Jarno Lamsa · 6 years ago
  73. af30629 Rely on opt.exchanges for sending after serialization by Jarno Lamsa · 6 years ago
  74. 77e6665 Serialization/deserialization in ssl_client2 by Jarno Lamsa · 6 years ago
  75. 9831c8a Add option for serialization in ssl_client/server2 by Jarno Lamsa · 6 years ago
  76. d0a86f9 Clarify documentation of mbedtls_ssl_context_load() by Manuel Pégourié-Gonnard · 6 years ago
  77. 6d8f128 Fix typos, grammar and wording in documentation by Manuel Pégourié-Gonnard · 6 years ago
  78. ac87e28 Declare and document ssl_context_save()/load() by Manuel Pégourié-Gonnard · 6 years ago
  79. afa8f71 Add new config MBEDTLS_SSL_CONTEXT_SERIALIZATION by Manuel Pégourié-Gonnard · 6 years ago
  80. be34e8e Remove reference to outdated compile-time option by Hanno Becker · 6 years ago
  81. f9b3303 Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
  82. fe1275e Improve test for detection of ver/cfg corruption in serialized data by Hanno Becker · 6 years ago
  83. 363b646 Use US spelling 'serialize' instead of UK spelling 'serialise' by Hanno Becker · 6 years ago
  84. 3e08866 Use def'n consts for bits in config-identifier of serialized data by Hanno Becker · 6 years ago
  85. dc28b6c Note that ver+fmt bytes in serialized data must not be removed by Hanno Becker · 6 years ago
  86. 50b5966 Improve doc'n of config-identifying bitfield in serialized session by Hanno Becker · 6 years ago
  87. f37d918 Session serialization: Fail with BAD_INPUT_DATA if buffer too small by Hanno Becker · 6 years ago
  88. bb54d5a Use consistent spelling of 'serialise/serialize' in SSL test suite by Hanno Becker · 6 years ago
  89. 861d0bb Add negative tests for unexpected ver/cfg in session deserialization by Hanno Becker · 6 years ago
  90. 94ef3b3 Encode relevant parts of the config in serialized session header by Hanno Becker · 6 years ago
  91. f878707 Add configuration identifier to serialized SSL sessions by Hanno Becker · 6 years ago
  92. a835da5 Add Mbed TLS version to SSL sessions by Hanno Becker · 6 years ago
  93. aa75583 Re-enable test that now works with new format by Manuel Pégourié-Gonnard · 6 years ago
  94. eef4c75 Adapt buffering test to new ticket size by Manuel Pégourié-Gonnard · 6 years ago
  95. f743c03 Add new ABI-independent format for serialization by Manuel Pégourié-Gonnard · 6 years ago
  96. ee13a73 Fix serialization tests for !SSL_KEEP_PEER_CERT by Manuel Pégourié-Gonnard · 6 years ago
  97. 51a0bfd Fix bug in cert digest serialisation by Manuel Pégourié-Gonnard · 6 years ago
  98. 686adb4 Normalize spelling to serialiZation by Manuel Pégourié-Gonnard · 6 years ago
  99. df9bc21 Improve documentation by Manuel Pégourié-Gonnard · 6 years ago
  100. 4d591d6 Demonstrate safe usage (zeroize) in ssl_client2 by Manuel Pégourié-Gonnard · 6 years ago