aboutsummaryrefslogtreecommitdiff
path: root/autotests/testkeyverification.cpp
AgeCommit message (Collapse)Author
2022-09-11TestKeyVerification: Add a missing allowed stateAlexey Rusakov
2022-09-11KeyVerificationEvent; KeyVerificationSession::handleEvent()Alexey Rusakov
Key verification events gain their own base type and KeyVerificationSession gets a single point of entry for all kinds of incoming events. This allows to drop a pile of `incoming*` signals in Connection and a stack of options inside switchOnType in processIfVerification(). KVS::handleEvent() also makes (some) allowed state transitions a bit clearer.
2022-09-10Remove header for keyverificationtestTobias Fella
2022-09-06Add autotest for key verification and fix several edge-casesTobias Fella