Skip to content
Snippets Groups Projects
  1. Oct 20, 2016
  2. Sep 13, 2016
  3. Sep 06, 2016
    • Richard van der Hoff's avatar
      Sign megolm messages · 2fc83aa9
      Richard van der Hoff authored
      Add ed25519 keys to the inbound and outbound sessions, and use them to sign and
      verify megolm messages.
      
      We just stuff the ed25519 public key in alongside the megolm session key (and
      add a version byte), to save adding more boilerplate to the JS/python/etc
      layers.
      2fc83aa9
  4. May 25, 2016
    • Richard van der Hoff's avatar
      Remove session_id from group messages · 708fddd7
      Richard van der Hoff authored
      Putting the session_id inside the packed message body makes it hard to extract
      so that we can decide which session to use. We don't think there is any
      advantage to having thes sesion_id protected by the HMACs, so we're going to
      move it to the JSON framing.
      708fddd7
  5. May 24, 2016
Loading