Page MenuHomePhorge

Implement Client integration for verification
ClosedPublic

Authored by tusooa on Thu, Mar 19, 8:05 PM.
Tags
None
Referenced Files
F64310404: D295.1776088866.diff
Sun, Apr 12, 7:01 AM
F64282768: D295.1776086251.diff
Sun, Apr 12, 6:17 AM
F64218081: D295.1776080084.diff
Sun, Apr 12, 4:34 AM
F63994358: D295.1776058378.diff
Sat, Apr 11, 10:32 PM
F63683409: D295.1776028627.diff
Sat, Apr 11, 2:17 PM
F63574987: D295.1776018279.diff
Sat, Apr 11, 11:24 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 572
Build 1126: Invoke BuildbotBuildbot build #1400
Build 1125: 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.Thu, Mar 19, 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
368

every action should notify tracker change

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

notify tracker model update on every change

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