Skip to content
  1. Sep 16, 2013
  2. Sep 15, 2013
  3. Sep 14, 2013
  4. Sep 10, 2013
  5. Sep 09, 2013
  6. Sep 08, 2013
  7. Sep 03, 2013
  8. Aug 21, 2013
  9. Aug 20, 2013
  10. Aug 19, 2013
  11. Aug 18, 2013
  12. Aug 13, 2013
    • 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. Aug 08, 2013
    • 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