Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. What to persist in the storage ?
    1. Encryption before storage
  2. DID Exchange Flow - Wiki/Issue #258 (Rolson) 
  3. Options for crypto/envelope interop with agents using libsodium: (Filip/Baha)
    1. Convince other agents to switch from EC 25519 (Ed25519 signing, salsa/chacha encrypt) to more mature alternatives
    2. Port the functions needed from libsodium to native golang
    3. Introduce libsodium dependency (using GoKillers/libsodium-go wrapper)
    4. If libsodium is in some way incompatible/out of compliance with IETF specs (eg with chacha), get them to update, and convince other agents using libsodium to update
  4. Outbound dispatcher (Firas)

Milestone progress

  • TBD

Other business

  • TBD

Future topics

  • TBDOutbound dispatcher (Firas)

Action items

  •  Refactor Wallet/Crypter interface so the wallet holds all crypto, all secrets, but doesn't do the work of building the JSON envelope
  •  Groom Outbound dispatcher (Firas / Sandra / Rolson / )
  •  Updated Sender Key encryption to JWK format (Baha)