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