1. 06 Jun, 2014 4 commits
  2. 05 Jun, 2014 6 commits
    • Dr. Stephen Henson's avatar
      Update value to use a free bit. · 5111672b
      Dr. Stephen Henson authored
      5111672b
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0195 · 410e444b
      Dr. Stephen Henson authored
      A buffer overrun attack can be triggered by sending invalid DTLS fragments
      to an OpenSSL DTLS client or server. This is potentially exploitable to
      run arbitrary code on a vulnerable client or server.
      
      Fixed by adding consistency check for DTLS fragments.
      
      Thanks to Jüri Aedla for reporting this issue.
      (cherry picked from commit 1632ef74)
      410e444b
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0224 · a91be108
      Dr. Stephen Henson authored
      Only accept change cipher spec when it is expected instead of at any
      time. This prevents premature setting of session keys before the master
      secret is determined which an attacker could use as a MITM attack.
      
      Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for reporting this issue
      and providing the initial fix this patch is based on.
      (cherry picked from commit bc8923b1)
      a91be108
    • Dr. Stephen Henson's avatar
      Additional CVE-2014-0224 protection. · a7c682fb
      Dr. Stephen Henson authored
      Return a fatal error if an attempt is made to use a zero length
      master secret.
      (cherry picked from commit 006cd708)
      a7c682fb
    • Dr. Stephen Henson's avatar
      Fix CVE-2014-0221 · b4322e1d
      Dr. Stephen Henson authored
      Unnecessary recursion when receiving a DTLS hello request can be used to
      crash a DTLS client. Fixed by handling DTLS hello request without recursion.
      
      Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue.
      (cherry picked from commit d3152655)
      b4322e1d
    • Dr. Stephen Henson's avatar
      Fix CVE-2014-3470 · a5362db4
      Dr. Stephen Henson authored
      Check session_cert is not NULL before dereferencing it.
      (cherry picked from commit 8011cd56)
      a5362db4
  3. 04 Jun, 2014 2 commits
  4. 03 Jun, 2014 1 commit
  5. 02 Jun, 2014 5 commits
  6. 01 Jun, 2014 22 commits