Skip to content
  1. Sep 13, 2013
  2. Sep 12, 2013
  3. Sep 10, 2013
  4. Sep 09, 2013
  5. Sep 08, 2013
  6. Sep 07, 2013
  7. Sep 06, 2013
  8. Sep 05, 2013
  9. Sep 03, 2013
  10. Aug 21, 2013
  11. Aug 18, 2013
  12. Aug 17, 2013
  13. Aug 14, 2013
  14. Aug 13, 2013
    • Michael Tuexen's avatar
      DTLS message_sequence number wrong in rehandshake ServerHello · b62f4daa
      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.
      b62f4daa
  15. Aug 08, 2013
    • Michael Tuexen's avatar
      DTLS handshake fix. · 0c75eeac
      Michael Tuexen authored
      Reported by: Prashant Jaikumar <rmstar@gmail.com>
      
      Fix handling of application data received before a handshake.
      0c75eeac