- 8c288b4 Improve lifetime management of CASESession async work helper. (#27659) by Boris Zbarsky · 1 year, 8 months ago
- 0522ef0 CASE: Handle failure if unable to schedule handle/send sigma3c (#27226) by Shubham Patil · 1 year, 9 months ago
- 16d231f Default MRP_RETRY_INTERVAL_SENDER_BOOST to 0 ms (#27555) by Arkadiusz Bokowy · 1 year, 9 months ago
- d356484 Add a perfetto backend for tracing and enable it for chip-tool & light-app on linux (#27354) by Andrei Litvin · 1 year, 9 months ago
- 2ac9777 Make updated tracing scope/begin/end/instant use char* instead of enums (#27327) by Andrei Litvin · 1 year, 9 months ago
- df184b6 Moving NXP HSM integration code to platform folder (#27130) by sujaygkulkarni-nxp · 1 year, 9 months ago
- 3bacb57 Optimize compilation time (#27228) by Damian Królik · 1 year, 9 months ago
- 4242526 Create a JSON Log tracing backend (#27135) by Andrei Litvin · 1 year, 9 months ago
- 4c7f38d [nrfconnect] Update nRF Connect SDK version to 2.4.0 (#27010) by Kamil Kasperczyk · 1 year, 9 months ago
- c53bef2 Bump third_party/pigweed/repo from `e72f0d5` to `da76d13` (#26713) by dependabot[bot] · 1 year, 10 months ago
- ad5253a Add a lint for SuccessOrExit without assignment. (#26854) by Boris Zbarsky · 1 year, 10 months ago
- a4ebc80 Remove SessionHandle.{h,cpp} and replace includes with Session.h (#26549) by Andrei Litvin · 1 year, 10 months ago
- 79bedcf Cleanup in aisle CASESession (#26339) by Marc Lepage · 1 year, 11 months ago
- d53080d Use work helper with CASE handle sigma3 (#26300) by Marc Lepage · 1 year, 11 months ago
- 617c062 Async send sigma3 (#25695) by Marc Lepage · 1 year, 11 months ago
- 905ee37 Remove unused IsController in src/protocols/secure_channel/RendezvousParameters.h (#25999) by Vivien Nicolas · 2 years ago
- 2062196 Use a longer backoff for CASE retries. (#25736) by Boris Zbarsky · 2 years ago
- 346a817 [SetUpCodePairer] Add an API to list the discovered devices if any (#25374) by Vivien Nicolas · 2 years ago
- e1381bf Reducing delay between UDC requests to 100ms (#25635) by Sharad Binjola · 2 years ago
- 8afc1f5 When retrying CASE during commissioning, extend the fail-safe. (#25595) by Boris Zbarsky · 2 years ago
- c14b011 [PacketBufferHandle::IsNull] Missing null check after calling PacketBufferHandle::CloneData in UserDirectedCommissioningClient (#25521) by Vivien Nicolas · 2 years ago
- 2a6f4ef [PacketBufferHandle::IsNull] The response PacketBufferHandle is missing a null check (#25520) by Vivien Nicolas · 2 years ago
- 11c2f5b Disallow CASE and PASE establishment attempts over existing secure sessions. (#25349) by Boris Zbarsky · 2 years, 1 month ago
- b07872c [crypto] Introduce AES key abstraction (#23792) by Damian Królik · 2 years, 1 month ago
- 5401763 Do not reset state if query image is not available (either not availa… (#25068) by Nivi Sarkar · 2 years, 1 month ago
- 6c1cb33 Add background event handling for CASE establish (#24099) by Marc Lepage · 2 years, 1 month ago
- 2e24269 Add a timer to track whether we have received BDX init after a query … (#24777) by Nivi Sarkar · 2 years, 1 month ago
- 9b63633 [crypto] Replace AesCcm128Key with sensitive data buffer (#24357) by Damian Królik · 2 years, 2 months ago
- 82bfcd5 [tlv] Cleanup TLV module naming (remove CHIP from filenames). (#24312) by Martin Turon · 2 years, 2 months ago
- ffecbc1 Simplify CASEClient initialization code (#24079) by Damian Królik · 2 years, 3 months ago
- 7a22856 Fix errant VerifyOrReturn in CASESession (#23944) by Marc Lepage · 2 years, 3 months ago
- 02a25fa Fix status report message when destination id is unknown. (#23858) by Boris Zbarsky · 2 years, 4 months ago
- e5d6000 [crypto] Added target type to the P256KeyPair initialize method (#23771) by Kamil Kasperczyk · 2 years, 4 months ago
- cf4f2b8 Fix CASEServer cleanup to not nuke unrelated CASE handshakes. (#23644) by Boris Zbarsky · 2 years, 4 months ago
- 0328607 Update BdxOtaSender to only cease polling upon successful transfer of the bulk data (#23642) by Harsha Rajendran · 2 years, 4 months ago
- 406bdfe Fix Logging When Trying to Log Nullptr To Strings (#23604) by Evgeny Margolis · 2 years, 4 months ago
- 0339c31 Replace `operator const char *` from StorageKeyName with an explicit call (#23480) by Andrei Litvin · 2 years, 4 months ago
- 72f0471 clang-tidy: apply modernize-loop-convert over a set of files (#23443) by Andrei Litvin · 2 years, 4 months ago
- 59aa6b7 Split DefaultStorageKeyAllocator into `Keys` and `Allocator` (#23422) by Andrei Litvin · 2 years, 4 months ago
- dd358ef Update PASE/CASE session establishment response timeouts (#23335) by Vivien Nicolas · 2 years, 5 months ago
- 82bcb39 Mark UnauthenticatedSession active when initiating a PASE session (#23316) by Vivien Nicolas · 2 years, 5 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, 5 months ago
- 2a1cf85 Minor style and comment fixes for #23062 (#23110) by Michael Sandstedt · 2 years, 5 months ago
- 9fdfd7a Correct string value for kResume1MIC_Nonce (#23098) by mfucci · 2 years, 5 months ago
- f6d585a Fix in-place save for DefaultSessionResumptionStorage (#23062) by Michael Sandstedt · 2 years, 5 months ago
- 15ac917 Use CopyString() Instead strncpy() (#22708) by Evgeny Margolis · 2 years, 6 months ago
- b381ba8 Update TestEventTrigger to match SVE2 test plan (#22695) by Tennessee Carmel-Veilleux · 2 years, 6 months ago
- 9441289 Update message layer logging for consistency of information and ease of debugging. (#22465) by Jerry Johns · 2 years, 6 months ago
- 0a36d9f Add missing null checks on PacketBufferHandle::New calls (#22274) by Tennessee Carmel-Veilleux · 2 years, 7 months ago
- bb1ebba Don't notify OnSessionEstablishmentError after OnSessionEstablished. (#22261) by Boris Zbarsky · 2 years, 7 months ago
- 1a3737e Update MRP parameter for PASE/CASE establishment (#21793) by Zang MingJie · 2 years, 7 months ago
- 3f2cf1d Add missing includes (#21790) by Michael Spang · 2 years, 7 months ago
- a494ddf Fixing typo (#21603) by Justin Wood · 2 years, 8 months ago
- 41cb822 [mrp] Align MRP backoff time calculation with spec (#21356) by Damian Królik · 2 years, 8 months ago
- b210b2f [BDX][Darwin] Stop polling for messages when the BDX transfer has been finished (#21424) by Vivien Nicolas · 2 years, 8 months ago
- bd5924d Remove the PakeError message type. (#21239) by Boris Zbarsky · 2 years, 8 months ago
- 79e8c9e Fix handling of short discriminator in Linux BLE scan. (#21187) by Boris Zbarsky · 2 years, 8 months ago
- 5f0453c [BDX][Darwin] Add basic BDX protocol supports for Matter.framework (#21161) by Vivien Nicolas · 2 years, 8 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, 8 months ago
- 39e5ed2 Fix session allocation loop when shutting down with an open commissioning window. (#20715) by Boris Zbarsky · 2 years, 8 months ago
- ece3732 Add a helper to generate valid random PINs to the Darwin framework. (#20703) by Boris Zbarsky · 2 years, 8 months ago
- f1f4d29 Fix lambda return type inference (#20457) by Jerry Johns · 2 years, 8 months ago
- da15fb3 In the BdxOtaSender::TransferFacilitator.cpp there is no way currentl… (#20192) by Eugen Feraru · 2 years, 9 months ago
- f03b9ae Make all public FabricInfo getters const (#20088) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
- 342f2ef Add ephemeral key allocator to FabricTable (#20082) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
- 5c108e5 Small refactor to TestCASESession bringing it inline with other unit tests (#20039) by tehampson · 2 years, 9 months ago
- 6387049 Make cleanup functions return 'void' (#19870) by Michael Spang · 2 years, 9 months ago
- dacfe1b Move unit tests context to platform heap instead of stack/static (#19931) by Andrei Litvin · 2 years, 9 months ago
- 5e9d413 [logging] Use CHIP_ERROR_FORMAT in more places (#19983) by Damian Królik · 2 years, 9 months ago
- e5e09f5 Implement shadow fail-safe data in FabricTable (#19819) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
- e4f04f0 Fix test memory leaks, lifetime assumptions in CASEServer (#19953) by Andrei Litvin · 2 years, 9 months ago
- 2517dd5 Isolate default MRP config from local MPR config (#19753) by Zang MingJie · 2 years, 9 months ago
- 5398d78 Fix typo in function name FindLocalNodeFromDestionationId (#19103) by Markus Becker · 2 years, 9 months ago
- c6724a0 [2/3] CASE Eviction (Initial Impl) (#19502) by Jerry Johns · 2 years, 9 months ago
- 48606c6 Rename CONFIG_IM_BUILD_FOR_UNIT_TEST to CONFIG_BUILD_FOR_HOST_UNIT_TEST (#19689) by tehampson · 2 years, 9 months ago
- 3963c1b Invalidate pending CASESession establishment when Fabric changes (#19346) by tehampson · 2 years, 9 months ago
- aae56d2 Add a way to send a CloseSession StatusReport via chip-tool. (#19641) by Boris Zbarsky · 2 years, 9 months ago
- 83a0863 Add handling of CloseSession messages. (#19645) by Boris Zbarsky · 2 years, 9 months ago
- 8cbfd2f Remove direct operational certs access from FabricInfo (#19531) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
- 6092973 Minor IM protocol msg type doc comment correction (#19477) by Abdul Samad · 2 years, 9 months ago
- 7addc16 Fix merge conflict in CASESession.cpp (#19466) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
- 4e3930a Properly manage operational key lifecycle for fail-safe (#19277) by Tennessee Carmel-Veilleux · 2 years, 9 months ago
- 10a5389 Ensure that we send MRP acks to incoming messages as needed. (#19398) by Boris Zbarsky · 2 years, 9 months ago
- c2a869a [1/3] Reserve `SecureSession` for CASE establishment on the responder at init time (#19261) by Jerry Johns · 2 years, 9 months ago
- 89290d9 Enforce maximum NONCE (#19037) by Zang MingJie · 2 years, 9 months ago
- 7d125dc Secure session ref count: Address left over comment for #17599 (#19299) by Zang MingJie · 2 years, 9 months ago
- e57476d Adds refcount logging for SecureSessions. (#19257) by Jerry Johns · 2 years, 9 months ago
- 8cc291d Bring certificate validity logic into spec compliance (#19119) by Michael Sandstedt · 2 years, 9 months ago
- c29619c [mrp] Fix #17471 - send standalone ack before crypto ops in CASE and PASE. (#18773) by Martin Turon · 2 years, 10 months ago
- 50d1c8e Multiple spec compliance fixes to NOC cluster (#18965) by Tennessee Carmel-Veilleux · 2 years, 10 months ago
- e1c9658 CASE resumption storage: fix remaining erroneous logging (#18921) by bluebin14 · 2 years, 10 months ago
- 976597c CASE resumption: fix incorrect error log messages (#18902) by bluebin14 · 2 years, 10 months ago
- 67a9f1e [Tizen] Enable system time platform support (#18834) by Arkadiusz Bokowy · 2 years, 10 months ago
- cf7d85c Use refcounter for secure session (#17599) by Zang MingJie · 2 years, 10 months ago
- 7dec705 Remove raw `SessionHolder::Get` (#18490) by Jerry Johns · 2 years, 10 months ago
- d79a0e3 Move `TestContext` to a scoped variable (#18486) by Zang MingJie · 2 years, 10 months ago
- 05a20b1 Add unit tests for UDCClientState (#18449) by chrisdecenzo · 2 years, 10 months ago
- 6f473ca Implement various rules when attributes are written for Fan Control cluster (#17765) by Yufeng Wang · 2 years, 10 months ago
- ab57289 Update DNSSD records for resolve/browse on common vs commission/operational data (#18266) by Andrei Litvin · 2 years, 10 months ago
- c930561 Add GetNewSessionHandlingPolicy callback (#18085) by Zang MingJie · 2 years, 11 months ago