Skip to content
  1. Jun 27, 2014
  2. Jun 26, 2014
  3. Jun 22, 2014
  4. Jun 14, 2014
    • Dr. Stephen Henson's avatar
      Accept CCS after sending finished. · 70d923fb
      Dr. Stephen Henson authored
      Allow CCS after finished has been sent by client: at this point
      keys have been correctly set up so it is OK to accept CCS from
      server. Without this renegotiation can sometimes fail.
      
      PR#3400
      (cherry picked from commit 99cd6a91fcb0931feaebbb4832681d40a66fad41)
      70d923fb
  5. Jun 12, 2014
  6. Jun 10, 2014
  7. Jun 09, 2014
  8. Jun 06, 2014
  9. Jun 05, 2014
  10. Jun 03, 2014
    • Dr. Stephen Henson's avatar
      Fix CVE-2014-3470 · 141a5482
      Dr. Stephen Henson authored
      Check session_cert is not NULL before dereferencing it.
      141a5482
    • Dr. Stephen Henson's avatar
      Fix CVE-2014-0221 · de2422af
      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.
      de2422af
    • Dr. Stephen Henson's avatar
      Additional CVE-2014-0224 protection. · 897169fd
      Dr. Stephen Henson authored
      Return a fatal error if an attempt is made to use a zero length
      master secret.
      897169fd
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0224 · 410a49a4
      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.
      410a49a4
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0195 · 82ba68c4
      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.
      82ba68c4
  11. Jun 02, 2014
  12. Jun 01, 2014
  13. May 29, 2014
  14. May 27, 2014
  15. May 25, 2014
  16. May 24, 2014
  17. May 21, 2014
  18. May 15, 2014
  19. May 14, 2014
  20. May 12, 2014