1. 06 Nov, 2013 1 commit
  2. 03 Nov, 2013 1 commit
  3. 02 Nov, 2013 7 commits
  4. 01 Nov, 2013 2 commits
  5. 30 Oct, 2013 2 commits
    • Robin Seggelmann's avatar
      DTLS/SCTP struct authchunks Bug · f596e3c4
      Robin Seggelmann authored
      PR: 2809
      
      DTLS/SCTP requires DATA and FORWARD-TSN chunks to be protected with
      SCTP-AUTH.  It is checked if this has been activated successfully for
      the local and remote peer. Due to a bug, however, the
      gauth_number_of_chunks field of the authchunks struct is missing on
      FreeBSD, and was therefore not considered in the OpenSSL implementation.
      This patch sets the corresponding pointer for the check correctly
      whether or not this bug is present.
      f596e3c4
    • 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
  6. 21 Oct, 2013 1 commit
  7. 20 Oct, 2013 6 commits
  8. 15 Oct, 2013 5 commits
  9. 14 Oct, 2013 2 commits
  10. 13 Oct, 2013 2 commits
  11. 12 Oct, 2013 1 commit
  12. 10 Oct, 2013 1 commit
  13. 07 Oct, 2013 1 commit
  14. 05 Oct, 2013 3 commits
  15. 04 Oct, 2013 3 commits
  16. 03 Oct, 2013 2 commits