- cf4f2b8 Fix CASEServer cleanup to not nuke unrelated CASE handshakes. (#23644) by Boris Zbarsky · 2 years, 2 months ago
- 0328607 Update BdxOtaSender to only cease polling upon successful transfer of the bulk data (#23642) by Harsha Rajendran · 2 years, 2 months ago
- 406bdfe Fix Logging When Trying to Log Nullptr To Strings (#23604) by Evgeny Margolis · 2 years, 2 months ago
- 0339c31 Replace `operator const char *` from StorageKeyName with an explicit call (#23480) by Andrei Litvin · 2 years, 2 months ago
- 72f0471 clang-tidy: apply modernize-loop-convert over a set of files (#23443) by Andrei Litvin · 2 years, 2 months ago
- 59aa6b7 Split DefaultStorageKeyAllocator into `Keys` and `Allocator` (#23422) by Andrei Litvin · 2 years, 2 months ago
- dd358ef Update PASE/CASE session establishment response timeouts (#23335) by Vivien Nicolas · 2 years, 3 months ago
- 82bcb39 Mark UnauthenticatedSession active when initiating a PASE session (#23316) by Vivien Nicolas · 2 years, 3 months ago
- 252aad1 [SetUpCodePairer] Pass the MRP parameters to RendezvousParameters in order to get them used in the initial pairing session (#23302) by Vivien Nicolas · 2 years, 3 months ago
- 2a1cf85 Minor style and comment fixes for #23062 (#23110) by Michael Sandstedt · 2 years, 3 months ago
- 9fdfd7a Correct string value for kResume1MIC_Nonce (#23098) by mfucci · 2 years, 3 months ago
- f6d585a Fix in-place save for DefaultSessionResumptionStorage (#23062) by Michael Sandstedt · 2 years, 3 months ago
- 15ac917 Use CopyString() Instead strncpy() (#22708) by Evgeny Margolis · 2 years, 4 months ago
- b381ba8 Update TestEventTrigger to match SVE2 test plan (#22695) by Tennessee Carmel-Veilleux · 2 years, 4 months ago
- 9441289 Update message layer logging for consistency of information and ease of debugging. (#22465) by Jerry Johns · 2 years, 4 months ago
- 0a36d9f Add missing null checks on PacketBufferHandle::New calls (#22274) by Tennessee Carmel-Veilleux · 2 years, 4 months ago
- bb1ebba Don't notify OnSessionEstablishmentError after OnSessionEstablished. (#22261) by Boris Zbarsky · 2 years, 4 months ago
- 1a3737e Update MRP parameter for PASE/CASE establishment (#21793) by Zang MingJie · 2 years, 5 months ago
- 3f2cf1d Add missing includes (#21790) by Michael Spang · 2 years, 5 months ago
- a494ddf Fixing typo (#21603) by Justin Wood · 2 years, 5 months ago
- 41cb822 [mrp] Align MRP backoff time calculation with spec (#21356) by Damian Królik · 2 years, 5 months ago
- b210b2f [BDX][Darwin] Stop polling for messages when the BDX transfer has been finished (#21424) by Vivien Nicolas · 2 years, 5 months ago
- bd5924d Remove the PakeError message type. (#21239) by Boris Zbarsky · 2 years, 6 months ago
- 79e8c9e Fix handling of short discriminator in Linux BLE scan. (#21187) by Boris Zbarsky · 2 years, 6 months ago
- 5f0453c [BDX][Darwin] Add basic BDX protocol supports for Matter.framework (#21161) by Vivien Nicolas · 2 years, 6 months ago
- a773e05 Fix ACL constraint error (return constraint error instead of failure when the ACL entry is invalid) (#20736) by Andrei Litvin · 2 years, 6 months ago
- 39e5ed2 Fix session allocation loop when shutting down with an open commissioning window. (#20715) by Boris Zbarsky · 2 years, 6 months ago
- ece3732 Add a helper to generate valid random PINs to the Darwin framework. (#20703) by Boris Zbarsky · 2 years, 6 months ago
- f1f4d29 Fix lambda return type inference (#20457) by Jerry Johns · 2 years, 6 months ago
- da15fb3 In the BdxOtaSender::TransferFacilitator.cpp there is no way currentl… (#20192) by Eugen Feraru · 2 years, 6 months ago
- f03b9ae Make all public FabricInfo getters const (#20088) by Tennessee Carmel-Veilleux · 2 years, 6 months ago
- 342f2ef Add ephemeral key allocator to FabricTable (#20082) by Tennessee Carmel-Veilleux · 2 years, 6 months ago
- 5c108e5 Small refactor to TestCASESession bringing it inline with other unit tests (#20039) by tehampson · 2 years, 7 months ago
- 6387049 Make cleanup functions return 'void' (#19870) by Michael Spang · 2 years, 7 months ago
- dacfe1b Move unit tests context to platform heap instead of stack/static (#19931) by Andrei Litvin · 2 years, 7 months ago
- 5e9d413 [logging] Use CHIP_ERROR_FORMAT in more places (#19983) by Damian Królik · 2 years, 7 months ago
- e5e09f5 Implement shadow fail-safe data in FabricTable (#19819) by Tennessee Carmel-Veilleux · 2 years, 7 months ago
- e4f04f0 Fix test memory leaks, lifetime assumptions in CASEServer (#19953) by Andrei Litvin · 2 years, 7 months ago
- 2517dd5 Isolate default MRP config from local MPR config (#19753) by Zang MingJie · 2 years, 7 months ago
- 5398d78 Fix typo in function name FindLocalNodeFromDestionationId (#19103) by Markus Becker · 2 years, 7 months ago
- c6724a0 [2/3] CASE Eviction (Initial Impl) (#19502) by Jerry Johns · 2 years, 7 months ago
- 48606c6 Rename CONFIG_IM_BUILD_FOR_UNIT_TEST to CONFIG_BUILD_FOR_HOST_UNIT_TEST (#19689) by tehampson · 2 years, 7 months ago
- 3963c1b Invalidate pending CASESession establishment when Fabric changes (#19346) by tehampson · 2 years, 7 months ago
- aae56d2 Add a way to send a CloseSession StatusReport via chip-tool. (#19641) by Boris Zbarsky · 2 years, 7 months ago
- 83a0863 Add handling of CloseSession messages. (#19645) by Boris Zbarsky · 2 years, 7 months ago
- 8cbfd2f Remove direct operational certs access from FabricInfo (#19531) by Tennessee Carmel-Veilleux · 2 years, 7 months ago
- 6092973 Minor IM protocol msg type doc comment correction (#19477) by Abdul Samad · 2 years, 7 months ago
- 7addc16 Fix merge conflict in CASESession.cpp (#19466) by Tennessee Carmel-Veilleux · 2 years, 7 months ago
- 4e3930a Properly manage operational key lifecycle for fail-safe (#19277) by Tennessee Carmel-Veilleux · 2 years, 7 months ago
- 10a5389 Ensure that we send MRP acks to incoming messages as needed. (#19398) by Boris Zbarsky · 2 years, 7 months ago
- c2a869a [1/3] Reserve `SecureSession` for CASE establishment on the responder at init time (#19261) by Jerry Johns · 2 years, 7 months ago
- 89290d9 Enforce maximum NONCE (#19037) by Zang MingJie · 2 years, 7 months ago
- 7d125dc Secure session ref count: Address left over comment for #17599 (#19299) by Zang MingJie · 2 years, 7 months ago
- e57476d Adds refcount logging for SecureSessions. (#19257) by Jerry Johns · 2 years, 7 months ago
- 8cc291d Bring certificate validity logic into spec compliance (#19119) by Michael Sandstedt · 2 years, 7 months ago
- c29619c [mrp] Fix #17471 - send standalone ack before crypto ops in CASE and PASE. (#18773) by Martin Turon · 2 years, 7 months ago
- 50d1c8e Multiple spec compliance fixes to NOC cluster (#18965) by Tennessee Carmel-Veilleux · 2 years, 7 months ago
- e1c9658 CASE resumption storage: fix remaining erroneous logging (#18921) by bluebin14 · 2 years, 8 months ago
- 976597c CASE resumption: fix incorrect error log messages (#18902) by bluebin14 · 2 years, 8 months ago
- 67a9f1e [Tizen] Enable system time platform support (#18834) by Arkadiusz Bokowy · 2 years, 8 months ago
- cf7d85c Use refcounter for secure session (#17599) by Zang MingJie · 2 years, 8 months ago
- 7dec705 Remove raw `SessionHolder::Get` (#18490) by Jerry Johns · 2 years, 8 months ago
- d79a0e3 Move `TestContext` to a scoped variable (#18486) by Zang MingJie · 2 years, 8 months ago
- 05a20b1 Add unit tests for UDCClientState (#18449) by chrisdecenzo · 2 years, 8 months ago
- 6f473ca Implement various rules when attributes are written for Fan Control cluster (#17765) by Yufeng Wang · 2 years, 8 months ago
- ab57289 Update DNSSD records for resolve/browse on common vs commission/operational data (#18266) by Andrei Litvin · 2 years, 8 months ago
- c930561 Add GetNewSessionHandlingPolicy callback (#18085) by Zang MingJie · 2 years, 8 months ago
- c5b543c Handle OnSessionReleased in PairingSessions (#17881) by Zang MingJie · 2 years, 8 months ago
- 498be03 Move PairingSession from transport/ to protocols/secure_channel/ (#17889) by Zang MingJie · 2 years, 8 months ago
- 736aa0c Add abstract Session Resumption Storage base class (#18021) by Michael Sandstedt · 2 years, 8 months ago
- 2103225 Change mrp-parameter-struct to hold 32-bit milliseconds (#17978) by Michael Sandstedt · 2 years, 8 months ago
- 0fd3463 PASE/CASE tests: create session manager before pairing (#17885) by Zang MingJie · 2 years, 8 months ago
- cfb160f Fix off-by-one error in FindLocalNodeFromDestionationId (#17942) by Michael Sandstedt · 2 years, 8 months ago
- 7965de7 Fix crash on removal of accessing fabric (#17815) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
- e67b3b4 CASESession: Fix SessionResumption bugs (#17728) by Zang MingJie · 2 years, 9 months ago
- 99988e5 Use enum class for CASESession::State (#17721) by Zang MingJie · 2 years, 9 months ago
- 077e44e [IM] Update resource minimas for IM as per spec (#16811) by Song GUO · 2 years, 9 months ago
- 4aa0d5f Use async loopback transport for all tests (#17622) by Zang MingJie · 2 years, 9 months ago
- 1e3dd0e Fix SimpleSessionResumptionStorage Save/Load index (#17581) by Zang MingJie · 2 years, 9 months ago
- a297e4a Remove TransportMgrBase argument from CASEServer::ListenForSessionEstablishment (#17570) by Zang MingJie · 2 years, 9 months ago
- 57471cb Stop using PRI*16 and %zu format specifiers (#17502) by andrei-menzopol · 2 years, 9 months ago
- afd1801 Don't remove PASE connection until after commissioning complete (#17023) by C Freeman · 2 years, 9 months ago
- 477862d Move NewPairing from SessionEstablishDelegate to CASE/PASE session (#17422) by Zang MingJie · 2 years, 9 months ago
- a3f636d Add an API to create session for tests instead of NewPairing (#17411) by Zang MingJie · 2 years, 9 months ago
- 9b7b242 Using HSM for CASE operational key / ECDSA validation (#17143) by sujaygkulkarni-nxp · 2 years, 9 months ago
- 4fc01e1 Revert PR 16743 (#17427) by Irene Siu (Apple) · 2 years, 9 months ago
- d1512e5 Introduce ExchangeAcceptor for unsolicited message handler (#17069) by Zang MingJie · 2 years, 9 months ago
- 9c887bc Address SessionResumption reviews (#17385) by Zang MingJie · 2 years, 9 months ago
- 2b62065 [case] Do not expire reserved secure sessions on Sigma1 reception (#17340) by Damian Królik · 2 years, 9 months ago
- b63d897 [OTA] Make ImageURI configurable for the OTA Provider app (#17222) by Carol Yang · 2 years, 9 months ago
- 213869f Stop allocating CASE buffer based on wire sizes (#17296) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
- 1866f46 Apply clang-tidy readability-else-after-return (#17125) by Andrei Litvin · 2 years, 9 months ago
- b3cb89a Add ClearSecretData calls for IPK bits on Darwin. (#17179) by Boris Zbarsky · 2 years, 9 months ago
- 0c06ba5 Clang tidy readability-redundant-* (#17121) by Andrei Litvin · 2 years, 9 months ago
- 7dede20 Implement CASE session resumption (#16741) by Zang MingJie · 2 years, 9 months ago
- 41a431d Fix Session ID Allocation (#16895) by Michael Sandstedt · 2 years, 9 months ago
- f126057 Issue 12520 - Remove BDX timeout tracking from TransferSession (#16743) by Irene Siu (Apple) · 2 years, 9 months ago
- 7dce058 Add nicer logging for InteractionModel::Status. (#16855) by Boris Zbarsky · 2 years, 10 months ago
- 5ec5bb1 Quick editorial follow-ups on IPK for CASE (#16856) by Tennessee Carmel-Veilleux · 2 years, 10 months ago
- 1c03d9c Implement CASE processing of IPK (#16737) by Tennessee Carmel-Veilleux · 2 years, 10 months ago