Skip to content
Snippets Groups Projects
  1. Oct 19, 2016
  2. Oct 05, 2016
  3. 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
  4. Apr 20, 2016
  5. Apr 06, 2016
  6. Mar 30, 2016
    • Torsten Grote's avatar
      Add an IntroductionManager and Validator · f44cb5ff
      Torsten Grote authored
      This Introduction BSP Client uses its own group to communicate with
      existing contacts. It uses four types of messages to facilitate
      introductions: the introduction, the response, the ack and the abort.
      
      The protocol logic is encapsulated in two protocol engines, one for the
      introducer and one for the introducee. The introduction client keeps the
      local state for each engine, hands messages over to the engines and
      processes the result and state changes they return.
      f44cb5ff
Loading