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