summaryrefslogtreecommitdiff
path: root/src/pairing.cpp
AgeCommit message (Collapse)Author
2023-05-06Server and services configuration using separate objectsRoman Smrž
2023-04-08Pairing: use empty record item for reject messageRoman Smrž
2022-12-17Confirm pairing outcome after head commitRoman Smrž
2022-07-27Explicit identities in pairing requestRoman Smrž
Actual device identities can change at any point during the pairing process, so it is necessary to fix the ones used for nonce confirmation and just initially verify that they belong to the respective sides.
2022-07-27Pairing failure reasonRoman Smrž
2022-06-25Test: guard attach code matchRoman Smrž
2022-02-19Pairing: rename 'decline' to 'reject'Roman Smrž
2021-12-20Pairing: properly reset state on restarted pairingRoman Smrž
2021-11-13Pairing: properly handle lingering threads after server stopsRoman Smrž
2021-02-13Pairing: provide future to signal pairing successRoman Smrž
2021-01-29Attach serviceRoman Smrž