Skip to content
Snippets Groups Projects
  1. Oct 31, 2016
  2. Oct 28, 2016
  3. Oct 27, 2016
  4. Oct 26, 2016
  5. Oct 25, 2016
  6. Oct 20, 2016
  7. Oct 19, 2016
  8. Oct 12, 2016
  9. Oct 10, 2016
  10. Oct 05, 2016
  11. Sep 30, 2016
  12. Sep 28, 2016
  13. Sep 27, 2016
  14. Sep 20, 2016
  15. Sep 09, 2016
  16. Sep 05, 2016
  17. Sep 02, 2016
  18. Sep 01, 2016
  19. 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
Loading