Securejoin: Fix adding and handling Autocrypt-Gossip headers (#3836)

- If bcc_self is set, gossip headers must be added despite of the number of group members.
- If another device observes Secure-Join, instead of looking for Secure-Join-Fingerprint in
  "vg-member-added"/"vc-contact-confirm" messages it must use keys from Autocrypt-Gossip headers as
  described in the Countermitm doc
  (https://countermitm.readthedocs.io/en/latest/new.html#joining-a-verified-group-secure-join).
This commit is contained in:
iequidoo
2023-01-02 13:09:56 -03:00
committed by iequidoo
parent 27c6cfc958
commit d644988845
3 changed files with 89 additions and 21 deletions

View File

@@ -2,9 +2,13 @@
## Unreleased
### Fixes
- Securejoin: Fix adding and handling Autocrypt-Gossip headers #3914
### API-Changes
- jsonrpc: add verified-by information to `Contact`-Object
## 1.106.0
### Changes