1. a88399c Improve demo/testing code in client/server2 by Manuel Pégourié-Gonnard · 6 years ago
  2. 4b7e6b9 Add session saving/loading by Manuel Pégourié-Gonnard · 6 years ago
  3. 4c90e85 Add (stub) header writing and checking by Manuel Pégourié-Gonnard · 6 years ago
  4. 0ff7640 Add usage checks in context_load() by Manuel Pégourié-Gonnard · 6 years ago
  5. 00400c2 Document internal serialisation format by Manuel Pégourié-Gonnard · 6 years ago
  6. 1aaf669 Implement usage checks in context_save() by Manuel Pégourié-Gonnard · 6 years ago
  7. 96fb0ee Save Hello random bytes for later use by Manuel Pégourié-Gonnard · 6 years ago
  8. ddf72a1 Fix style issues by Jarno Lamsa · 6 years ago
  9. 8e25321 Set timer callbacks with serialization by Jarno Lamsa · 6 years ago
  10. 1a7f793 Fix spacing by Jarno Lamsa · 6 years ago
  11. 15b3a7a Fix compiler warnings by Jarno Lamsa · 6 years ago
  12. c2376f0 Add tests for re-init flow for context serialization by Jarno Lamsa · 6 years ago
  13. 304d61c Add option for ssl-context re-initialization flow by Jarno Lamsa · 6 years ago
  14. 12021ee Fix spacing by Jarno Lamsa · 6 years ago
  15. 1d1657f Allow stub implementation of the context_save for now by Jarno Lamsa · 6 years ago
  16. 93c6ff2 Address review comments for code-style issues by Jarno Lamsa · 6 years ago
  17. 378d64d Remove mbedtls_ssl_free() and mbedtls_ssl_init() from serialization flow in test by Jarno Lamsa · 6 years ago
  18. a0b2cd6 ssl-opt.sh tests for serialization are currently using stub implementation by Jarno Lamsa · 6 years ago
  19. cbee1b3 Add missing slashes to tests by Jarno Lamsa · 6 years ago
  20. 2937d81 Add serialization tests to ssl-opt.sh by Jarno Lamsa · 6 years ago
  21. bbc7b41 Use MBEDTLS_SSL_CONTEXT_SERIALIZATION flag by Jarno Lamsa · 6 years ago
  22. 5a3a16c Serialize/deserialize for ssl_server2 by Jarno Lamsa · 6 years ago
  23. af30629 Rely on opt.exchanges for sending after serialization by Jarno Lamsa · 6 years ago
  24. 77e6665 Serialization/deserialization in ssl_client2 by Jarno Lamsa · 6 years ago
  25. 9831c8a Add option for serialization in ssl_client/server2 by Jarno Lamsa · 6 years ago
  26. d0a86f9 Clarify documentation of mbedtls_ssl_context_load() by Manuel Pégourié-Gonnard · 6 years ago
  27. 6d8f128 Fix typos, grammar and wording in documentation by Manuel Pégourié-Gonnard · 6 years ago
  28. ac87e28 Declare and document ssl_context_save()/load() by Manuel Pégourié-Gonnard · 6 years ago
  29. afa8f71 Add new config MBEDTLS_SSL_CONTEXT_SERIALIZATION by Manuel Pégourié-Gonnard · 6 years ago
  30. be34e8e Remove reference to outdated compile-time option by Hanno Becker · 6 years ago
  31. f9b3303 Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
  32. fe1275e Improve test for detection of ver/cfg corruption in serialized data by Hanno Becker · 6 years ago
  33. 363b646 Use US spelling 'serialize' instead of UK spelling 'serialise' by Hanno Becker · 6 years ago
  34. 3e08866 Use def'n consts for bits in config-identifier of serialized data by Hanno Becker · 6 years ago
  35. dc28b6c Note that ver+fmt bytes in serialized data must not be removed by Hanno Becker · 6 years ago
  36. 50b5966 Improve doc'n of config-identifying bitfield in serialized session by Hanno Becker · 6 years ago
  37. f37d918 Session serialization: Fail with BAD_INPUT_DATA if buffer too small by Hanno Becker · 6 years ago
  38. bb54d5a Use consistent spelling of 'serialise/serialize' in SSL test suite by Hanno Becker · 6 years ago
  39. 861d0bb Add negative tests for unexpected ver/cfg in session deserialization by Hanno Becker · 6 years ago
  40. 94ef3b3 Encode relevant parts of the config in serialized session header by Hanno Becker · 6 years ago
  41. f878707 Add configuration identifier to serialized SSL sessions by Hanno Becker · 6 years ago
  42. a835da5 Add Mbed TLS version to SSL sessions by Hanno Becker · 6 years ago
  43. aa75583 Re-enable test that now works with new format by Manuel Pégourié-Gonnard · 6 years ago
  44. eef4c75 Adapt buffering test to new ticket size by Manuel Pégourié-Gonnard · 6 years ago
  45. f743c03 Add new ABI-independent format for serialization by Manuel Pégourié-Gonnard · 6 years ago
  46. ee13a73 Fix serialization tests for !SSL_KEEP_PEER_CERT by Manuel Pégourié-Gonnard · 6 years ago
  47. 51a0bfd Fix bug in cert digest serialisation by Manuel Pégourié-Gonnard · 6 years ago
  48. 686adb4 Normalize spelling to serialiZation by Manuel Pégourié-Gonnard · 6 years ago
  49. df9bc21 Improve documentation by Manuel Pégourié-Gonnard · 6 years ago
  50. 4d591d6 Demonstrate safe usage (zeroize) in ssl_client2 by Manuel Pégourié-Gonnard · 6 years ago
  51. 6472263 Add a ChangeLog entry for session serialisation by Manuel Pégourié-Gonnard · 6 years ago
  52. 1f6033a Fix undeclared dependency on FS_IO in test code by Manuel Pégourié-Gonnard · 6 years ago
  53. 220403b Fix style issues and typos in test code by Manuel Pégourié-Gonnard · 6 years ago
  54. b407990 Fix another wrong check for errors in test code by Manuel Pégourié-Gonnard · 6 years ago
  55. 7b3a887 Add list of coupled functions to struct definition by Manuel Pégourié-Gonnard · 6 years ago
  56. f9deaec Add test that save-load is the identity by Manuel Pégourié-Gonnard · 6 years ago
  57. 6b84070 Fix populate_session() and its usage in tests by Manuel Pégourié-Gonnard · 6 years ago
  58. a3d831b Add test for session_load() from small buffers by Manuel Pégourié-Gonnard · 6 years ago
  59. f5fa0aa Add test for session_save() on small buffers by Manuel Pégourié-Gonnard · 6 years ago
  60. 5b1674e Disable test for load-save identity by Manuel Pégourié-Gonnard · 6 years ago
  61. 3caa6ca Improve load-save test with tickets and certs by Manuel Pégourié-Gonnard · 6 years ago
  62. 6eac11b Start adding unit test for session serialisation by Manuel Pégourié-Gonnard · 6 years ago
  63. 26f982f Improve save API by always updating olen by Manuel Pégourié-Gonnard · 6 years ago
  64. a7c3765 Add tests for session copy without serialisation by Manuel Pégourié-Gonnard · 6 years ago
  65. b5e4e0a Add mbedtls_ssl_get_session_pointer() by Manuel Pégourié-Gonnard · 6 years ago
  66. 2154863 Save session in serialised form in ssl_client2. by Manuel Pégourié-Gonnard · 6 years ago
  67. 35eb802 Add support for serialisation session with ticket by Manuel Pégourié-Gonnard · 6 years ago
  68. a3e7c65 Move session save/load function to ssl_tls.c by Manuel Pégourié-Gonnard · 6 years ago
  69. 5a6d6ec Declare and document session save/load functions by Manuel Pégourié-Gonnard · 6 years ago
  70. 8faa70e Use more specific name in debug message for testing by Manuel Pégourié-Gonnard · 6 years ago
  71. d91efa4 Fix alignment issues by Manuel Pégourié-Gonnard · 6 years ago
  72. 47e33e1 Clarify comment about TLS versions by Manuel Pégourié-Gonnard · 6 years ago
  73. 7fa1407 Remove redundant debug message. by Manuel Pégourié-Gonnard · 6 years ago
  74. 6fa57bf Remove 'session' input from populate_tranform() by Manuel Pégourié-Gonnard · 6 years ago
  75. 31d3ef1 Fix typo in comment by Manuel Pégourié-Gonnard · 6 years ago
  76. a7505d1 Enforce promise to not use whole ssl context by Manuel Pégourié-Gonnard · 6 years ago
  77. c864f6a Partially rm 'ssl' input from populate_transform() by Manuel Pégourié-Gonnard · 6 years ago
  78. 9b108c2 Remove "handshake" input from populate_transform() by Manuel Pégourié-Gonnard · 6 years ago
  79. 344460c Work around bug in key exporter API by Manuel Pégourié-Gonnard · 6 years ago
  80. cba40d9 Start refining parameters of populate_transform() by Manuel Pégourié-Gonnard · 6 years ago
  81. d73b47f Move compress_buf allocation to derive_keys by Manuel Pégourié-Gonnard · 6 years ago
  82. 040a951 Move handling of randbytes to derive_keys() by Manuel Pégourié-Gonnard · 6 years ago
  83. de718b9 Make calc_verify() return the length as well by Manuel Pégourié-Gonnard · 6 years ago
  84. 0d56aaa Constify ssl_context param of calc_verify() by Manuel Pégourié-Gonnard · 6 years ago
  85. de047ad Improve signature of ssl_compute_master() by Manuel Pégourié-Gonnard · 6 years ago
  86. 85680c4 Reduce indentation in ssl_compute_master() by Manuel Pégourié-Gonnard · 6 years ago
  87. 9951b71 Start extracting ssl_compute_master() by Manuel Pégourié-Gonnard · 6 years ago
  88. 8d2805c Fix signature of ssl_set_transform_prfs() by Manuel Pégourié-Gonnard · 6 years ago
  89. 1b00c4f Start extraction ssl_set_handshake_prfs() by Manuel Pégourié-Gonnard · 6 years ago
  90. e59ae23 Start splitting populate_transform() out of derive_keys() by Manuel Pégourié-Gonnard · 6 years ago
  91. beec142 Merge remote-tracking branch 'origin/pr/2790' into development by Jaeden Amero · 6 years ago
  92. 9a09f51 Merge remote-tracking branch 'origin/pr/2781' into development by Jaeden Amero · 6 years ago
  93. 9ed851d Merge remote-tracking branch 'origin/pr/2767' into development by Jaeden Amero · 6 years ago
  94. da6ac01 Rename local variables by Janos Follath · 6 years ago
  95. edf6d5a Update submodule by Janos Follath · 6 years ago
  96. 8e65c50 Update Visual studio project file by Janos Follath · 6 years ago
  97. be4efc2 Move the examples to PSA 1.0 by Janos Follath · 6 years ago
  98. df3b089 Use psa_raw_key_agreement by Janos Follath · 6 years ago
  99. 1239d70 Remove calls to psa_allocate_key by Janos Follath · 6 years ago
  100. 53b8ec2 Make variable naming consistent by Janos Follath · 6 years ago