1. 23 Jan, 2018 1 commit
  2. 22 Jan, 2018 8 commits
  3. 21 Jan, 2018 1 commit
  4. 20 Jan, 2018 2 commits
  5. 19 Jan, 2018 4 commits
  6. 18 Jan, 2018 6 commits
  7. 17 Jan, 2018 2 commits
  8. 16 Jan, 2018 6 commits
  9. 15 Jan, 2018 2 commits
  10. 14 Jan, 2018 3 commits
  11. 13 Jan, 2018 1 commit
  12. 12 Jan, 2018 1 commit
  13. 10 Jan, 2018 2 commits
  14. 09 Jan, 2018 1 commit
    • Matt Caswell's avatar
      Tolerate DTLS alerts with an incorrect version number · 08455bc9
      Matt Caswell authored
      
      
      In the case of a protocol version alert being sent by a peer the record
      version number may not be what we are expecting. In DTLS records with an
      unexpected version number are silently discarded. This probably isn't
      appropriate for alerts, so we tolerate a mismatch in the minor version
      number.
      
      This resolves an issue reported on openssl-users where an OpenSSL server
      chose DTLS1.0 but the client was DTLS1.2 only and sent a protocol_version
      alert with a 1.2 record number. This was silently ignored by the server.
      
      Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5018)
      08455bc9