Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
Avoids issues with shared_from_this and does not make much sense anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also make Ref conversion explicit and comparison operators explicitly
deleted to avoid similar issues.
|
|
|
|
|
|
|
|
|
|
|
|
Makes loading of data well-defined for arbitrary object contents.
Introduce zero reference and object to represent missing or mismatched
parts.
|
|
|
|
|
|
|
|
Simple but slow implementation of the filtering for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|