Skip to content
Snippets Groups Projects
  1. Aug 30, 2016
    • Torsten Grote's avatar
      Calculate and verify signature and MAC for Introduction ACKs · fc5a7290
      Torsten Grote authored
      Before the introducee sends her ACK,
      she derives a master key from the ephemeral shared secret as before.
      
      Two nonces and a MAC key are then derived from the master key.
      The local introducee signs one of the nonces and calculates a MAC
      over her own identity public key, ephemeral public key,
      transport properties and timestamp.
      The local introducee includes the signature and MAC in her ACK.
      
      On receiving the remote introducee's ACK,
      the local introducee verifies the signature and MAC.
      Should the verification fail, an ABORT is sent to the introducer and
      the remote introducee that was added as inactive is deleted again.
      fc5a7290
    • Torsten Grote's avatar
      Introduction Client: Add MAC and signature to ACK message · 7db0e447
      Torsten Grote authored
      The MAC and signature are not yet generated and verified.
      This will happen in a later commit.
      7db0e447
  2. Aug 26, 2016
  3. Aug 25, 2016
  4. Aug 24, 2016
  5. Aug 22, 2016
  6. Aug 20, 2016
  7. Aug 19, 2016
  8. Aug 15, 2016
  9. Aug 11, 2016
  10. Aug 10, 2016
  11. Aug 05, 2016
  12. Aug 03, 2016
  13. Aug 02, 2016
  14. Aug 01, 2016
  15. Jul 29, 2016
    • Torsten Grote's avatar
      Allow Validator to access metadata for pending messages · bdb87655
      Torsten Grote authored
      Database queries for metadata only returned it for messages that were delivered already.
      However, there are cases (e.g. a pending message needs to be delivered) where
      the validator needs to retrieve the metadata from the database.
      
      For these cases, a special database query has been introduced.
      bdb87655
    • Torsten Grote's avatar
      Introduce client layer events for forums · e1bdede4
      Torsten Grote authored
      The forum UI depended on sync layer events such as MessageStateChangedEvent.
      Now, the forum client broadcasts its own high-level event (`ForumPostReceivedEvent`)
      with the information the UI needs (`ForumPostHeader`).
      
      Closes #310
      e1bdede4
  16. Jul 28, 2016
  17. Jul 07, 2016
  18. Jul 04, 2016
    • Torsten Grote's avatar
      Combined Blog Feed · fd7278b4
      Torsten Grote authored
      This commit addes a combined blog feed that shows all posts of all
      subscribed blogs in the order the blog posts have been received.
      
      For now, this commit also hides other blog functionality like adding
      additional blogs and browsing individual blogs.
      
      Closes #417
      fd7278b4
  19. Jun 28, 2016
  20. Jun 25, 2016
  21. Jun 23, 2016
Loading