1. 30 Oct, 2013 1 commit
    • Robin Seggelmann's avatar
      DTLS/SCTP Finished Auth Bug · 9fb523ad
      Robin Seggelmann authored
      PR: 2808
      
      With DTLS/SCTP the SCTP extension SCTP-AUTH is used to protect DATA and
      FORWARD-TSN chunks. The key for this extension is derived from the
      master secret and changed with the next ChangeCipherSpec, whenever a new
      key has been negotiated. The following Finished then already uses the
      new key.  Unfortunately, the ChangeCipherSpec and Finished are part of
      the same flight as the ClientKeyExchange, which is necessary for the
      computation of the new secret. Hence, these messages are sent
      immediately following each other, leaving the server very little time to
      compute the new secret and pass it to SCTP before the finished arrives.
      So the Finished is likely to be discarded by SCTP and a retransmission
      becomes necessary. To prevent this issue, the Finished of the client is
      still sent with the old key.
      9fb523ad
  2. 21 Oct, 2013 1 commit
  3. 20 Oct, 2013 6 commits
  4. 15 Oct, 2013 5 commits
  5. 14 Oct, 2013 2 commits
  6. 13 Oct, 2013 2 commits
  7. 12 Oct, 2013 1 commit
  8. 10 Oct, 2013 1 commit
  9. 07 Oct, 2013 1 commit
  10. 05 Oct, 2013 3 commits
  11. 04 Oct, 2013 3 commits
  12. 03 Oct, 2013 3 commits
  13. 01 Oct, 2013 11 commits