1. 0b4fba2 Log session id in SecureSession::MoveToState. (#26490) by Boris Zbarsky · 1 year, 10 months ago
  2. 973bbf5 Fix SecureSession being made defunct after expiration (#23097) by Jerry Johns · 2 years, 5 months ago
  3. b699bde [session] Fix #20649 - initialize active and session timestamps on session creation. (#20651) by Martin Turon · 2 years, 8 months ago
  4. 2517dd5 Isolate default MRP config from local MPR config (#19753) by Zang MingJie · 2 years, 9 months ago
  5. 03de700 Fix crashes when closing all exchanges for fabric. (#19780) by Boris Zbarsky · 2 years, 9 months ago
  6. c8149b1 Implement SessionHolder auto shifting (#18107) by Zang MingJie · 2 years, 9 months ago
  7. c6724a0 [2/3] CASE Eviction (Initial Impl) (#19502) by Jerry Johns · 2 years, 9 months ago
  8. c9971a5 Add API to invalid sessions/exchanges for UpdateNOC command (#19328) by Zang MingJie · 2 years, 9 months ago
  9. e57476d Adds refcount logging for SecureSessions. (#19257) by Jerry Johns · 2 years, 9 months ago
  10. cf7d85c Use refcounter for secure session (#17599) by Zang MingJie · 2 years, 10 months ago
  11. 9fbdae3 Implicit admin over PASE is one way (#17920) by Marc Lepage · 2 years, 11 months ago
  12. 7965de7 Fix crash on removal of accessing fabric (#17815) by Tennessee Carmel-Veilleux · 2 years, 11 months ago
  13. dcb6609 Add ScopedNodeId and return it by Session::GetPeer() (#16000) by Zang MingJie · 3 years ago
  14. 1744422 Make FabricIndex be a common thing across all sessions. (#14904) by Andrei Litvin · 3 years, 1 month ago
  15. f765050 Migrate PASE session to newly created fabric (#13712) by Marc Lepage · 3 years, 2 months ago
  16. d6db458 Add cats to subject descriptor (#13384) by Marc Lepage · 3 years, 2 months ago
  17. 7a4028d Refactor SessionHandle (#13330) by Zang MingJie · 3 years, 2 months ago
  18. eca9bff Rename classes in transport layer (#9814) by Zang MingJie · 3 years, 6 months ago
  19. 3fd5bf8 [msg] Update message version and session id fields to match spec. (#9675) by Martin Turon · 3 years, 6 months ago
  20. fa0ef98 Rename messageId into messageCounter (#9688) by Zang MingJie · 3 years, 6 months ago
  21. b8e7596 Remove dead codes PeerConnectionState::Reset (#9422) by Zang MingJie · 3 years, 6 months ago
  22. 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 7 months ago
  23. 814806f Optional: allow holding non-default-constructable-type (#9223) by Zang MingJie · 3 years, 7 months ago
  24. b6ccd46 Feature/hkdf hsm (#6662) by Jagadish-NXP · 3 years, 10 months ago
  25. 983f66c Update secure session key derivation to follow CHIP spec (#6562) by Pankaj Garg · 3 years, 10 months ago
  26. 3c64a7b Revert "Split Die/Exit/Return macros out of CodeUtils.h (#5578)" (#5650) by Justin Wood · 4 years ago
  27. 792ceb9 Split Die/Exit/Return macros out of CodeUtils.h (#5578) by Kevin Schoedel · 4 years ago
  28. cb4d7fd Merge ReturnMacros.h into CodeUtils.h (#5545) by Kevin Schoedel · 4 years ago
  29. d26cf1d Use unidirectional encryption keys in secure session (#4885) by Pankaj Garg · 4 years, 1 month ago
  30. 2d48e75 Remove BufBound (#4677) by Kevin Schoedel · 4 years, 1 month ago
  31. dedd15f Implement the missing part of Exchange Header in Transport layer (#4017) by Yufeng Wang · 4 years, 4 months ago
  32. cc92b63 Groom BufBound (#3932) by Rob Walker · 4 years, 4 months ago
  33. d513b63 Add available macros for 'return error code' as an alterative to 'verifyorexit' (#3880) by Andrei Litvin · 4 years, 4 months ago
  34. 2d17edb Enable -Wstack-usage on device builds (#3683) by Kevin Schoedel · 4 years, 4 months ago
  35. f6157a2 Switch message header encode/decode input lengths to uint16_t. (#3449) by Boris Zbarsky · 4 years, 5 months ago
  36. 992775c Split transport into 'raw' and move 'retransmit' into transport (#2943) by Andrei Litvin · 4 years, 6 months ago
  37. b0e38c2 clang-tidy: Apply fixes "modernize-redundant-void-arg" (#2801) by Michael Spang · 4 years, 6 months ago
  38. 44866b5 Use uint16_t for our various header sizes in bytes (#2836) by Boris Zbarsky · 4 years, 6 months ago
  39. 25e6454 Separate MessageHeader into Packet/Payload/Mac (#2800) by Andrei Litvin · 4 years, 6 months ago
  40. 86c93e3 Revert "Make src/crypto and src/controller compile with -Wconversion (#2810)" (#2842) by Boris Zbarsky · 4 years, 6 months ago
  41. 3ec5a53 Make src/crypto and src/controller compile with -Wconversion (#2810) by Boris Zbarsky · 4 years, 6 months ago
  42. f48a1a7 Split message header into packet/payload/mac (#2754) by Andrei Litvin · 4 years, 6 months ago
  43. c76e82d clang-tidy: Apply fixes "modernize-use-nullptr" (#2770) by Michael Spang · 4 years, 6 months ago
  44. 369ca76 Rework Crypto APIs to define a Keypair class (#2649) by Pankaj Garg · 4 years, 6 months ago
  45. 31b8415 Use ECPKey instead of raw uint8_t* for asymmetric keys (#2559) by Pankaj Garg · 4 years, 6 months ago
  46. 6665e76 Use uint8_t instead of unsigned char in crypto APIs (#2408) by Pankaj Garg · 4 years, 7 months ago
  47. f7f7a0b Use 16 byte MAC tag by default (#2400) by Pankaj Garg · 4 years, 7 months ago
  48. ade4ad6 Integrate secure pairing with example app and device controller (#2230) by Pankaj Garg · 4 years, 7 months ago
  49. dc89961 Integrity protect unencrypted portion of message header (#2237) by Pankaj Garg · 4 years, 7 months ago
  50. 66e6c42 Use 12 bytes nonce for crypto (#2174) by Pankaj Garg · 4 years, 7 months ago
  51. e8d270c Implement Secure Pairing class (#2021) by Pankaj Garg · 4 years, 7 months ago
  52. a6228a4 Update message header structure (#1950) by Pankaj Garg · 4 years, 8 months ago
  53. a310bc4 Use implicit IV for encryption (#1487) by Pankaj Garg · 4 years, 8 months ago
  54. a4555b8 Add multi connection support in secure session manager by Andrei Litvin · 4 years, 9 months ago
  55. 862e18a Plase secure channel into the session state as security is connection specific by Andrei Litvin · 4 years, 9 months ago
  56. 2b1d1ae Clean up Security Header structure and add missing fields, tests (#1175) by Pankaj Garg · 4 years, 9 months ago
  57. 6ce28a6 Rename SecureTransport to SecureSessionMgr (#1142) by Pankaj Garg · 4 years, 9 months ago[Renamed (82%) from src/transport/CHIPSecureChannel.cpp]
  58. ce14e61 Updates to use SecureTransport (#1001) by Pankaj Garg · 4 years, 9 months ago
  59. 4bcf80e Move SecureChannel to transport folder (#966) by Pankaj Garg · 4 years, 10 months ago[Renamed (98%) from src/lib/core/CHIPSecureChannel.cpp]
  60. 46abaa7 Implement Secure Channel class and its unit tests (#798) by Pankaj Garg · 4 years, 10 months ago