Task #7215
implement full trust sync with ChatSecure over OTR data
Status: | New | Start date: | 09/12/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | 0.4 | |||
Component: |
Description
Now that ChatSecure has OTR Data, KeySync needs to be able to talk with ChatSecure to do a full secure of OTR trust data.
- bootstrap sync still happens using
otr_keystore.ofcaes
- auth based on both sides of the OTR conversation having the same private key
- 4 byte ID (private key, public key, fingerprint, verified, etc)
- tab-separated values for data format:
- fingerprints like libotr
- keys using TSV with base64 encoding
- key-type protocol account p q g y x
Related issues