Page MenuHomePhorge

Implement Client integration for verification
ClosedPublic

Authored by tusooa on Mar 19 2026, 8:05 PM.
Tags
None
Referenced Files
F84721133: D295.1781627936.diff
Mon, Jun 15, 9:38 AM
F84721068: D295.1781627855.diff
Mon, Jun 15, 9:37 AM
F84719267: D295.1781622623.diff
Mon, Jun 15, 8:10 AM
F84717771: D295.1781618589.diff
Mon, Jun 15, 7:03 AM
F84715058: D295.1781611582.diff
Mon, Jun 15, 5:06 AM
F84713600: D295.1781607741.diff
Mon, Jun 15, 4:02 AM
F84713562: D295.1781607684.diff
Mon, Jun 15, 4:01 AM
F84712776: D295.1781605501.diff
Mon, Jun 15, 3:25 AM
Subscribers
None

Details

Summary

This is part 3 of https://iron.lily-is.land/T156 . It implements an integration layer in Client for device verification. The layer handles the receiving and sending of verification events.

The unit tests in verification-processing-test.cpp are adapted from an output of OpenCode.

Type: add

Test Plan

To be tested together with the corresponding diff in kazv.

Diff Detail

Repository
rL libkazv
Branch
tusooa/stacked-2
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 579
Build 1140: Invoke BuildbotBuildbot build #1447
Build 1139: arc lint + arc unit

Event Timeline

Still work in progress. Also missing tests.

Harbormaster returned this revision to the author for changes because remote builds failed.Mar 19 2026, 8:30 PM
Harbormaster failed remote builds in B572: Diff 887!

add EnsureKeysForDevicesAction

add missing implementations

Mark devices as verified when we want to send a done event

Prevent updating keys overriding trust level

src/client/client.cpp
387

every action should notify tracker change

tusooa marked an inline comment as not done.Mar 31 2026, 9:25 PM

notify tracker model update on every change

This revision is now accepted and ready to land.Apr 4 2026, 7:11 PM