1. 16 Sep, 2013 10 commits
  2. 15 Sep, 2013 2 commits
  3. 14 Sep, 2013 2 commits
  4. 10 Sep, 2013 1 commit
  5. 09 Sep, 2013 3 commits
  6. 08 Sep, 2013 2 commits
  7. 03 Sep, 2013 1 commit
  8. 21 Aug, 2013 1 commit
  9. 20 Aug, 2013 1 commit
  10. 19 Aug, 2013 13 commits
  11. 18 Aug, 2013 2 commits
  12. 13 Aug, 2013 1 commit
    • Michael Tuexen's avatar
      DTLS message_sequence number wrong in rehandshake ServerHello · 75b81247
      Michael Tuexen authored
      This fix ensures that
      * A HelloRequest is retransmitted if not responded by a ClientHello
      * The HelloRequest "consumes" the sequence number 0. The subsequent
      ServerHello uses the sequence number 1.
      * The client also expects the sequence number of the ServerHello to
      be 1 if a HelloRequest was received earlier.
      This patch fixes the RFC violation.
      (cherry picked from commit b62f4daa)
      75b81247
  13. 08 Aug, 2013 1 commit
    • Michael Tuexen's avatar
      DTLS handshake fix. · 2c1a5c10
      Michael Tuexen authored
      Reported by: Prashant Jaikumar <rmstar@gmail.com>
      
      Fix handling of application data received before a handshake.
      (cherry picked from commit 0c75eeac)
      2c1a5c10