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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Android build fails otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoids issues with shared_from_this and does not make much sense anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Makes sure all related data and threads are properly cleared before all
the other static stuff starts to be destroyed.
|
|
|
|
|
|
|
|
|
|
|