Skip to content
  1. Dec 20, 2014
  2. Dec 18, 2014
  3. Dec 17, 2014
  4. Dec 08, 2014
  5. Dec 04, 2014
  6. Nov 20, 2014
  7. Oct 28, 2014
    • Emilia Kasper's avatar
      Tighten session ticket handling · d663df23
      Emilia Kasper authored
      
      
      Tighten client-side session ticket handling during renegotiation:
      ensure that the client only accepts a session ticket if the server sends
      the extension anew in the ServerHello. Previously, a TLS client would
      reuse the old extension state and thus accept a session ticket if one was
      announced in the initial ServerHello.
      
      Reviewed-by: default avatarBodo Moeller <bodo@openssl.org>
      d663df23
  8. Oct 27, 2014
  9. Oct 22, 2014
  10. Oct 15, 2014
  11. Oct 02, 2014
  12. Sep 29, 2014
  13. Sep 23, 2014
  14. Sep 05, 2014
  15. Aug 15, 2014
  16. Aug 01, 2014
  17. Jul 22, 2014
  18. Jul 04, 2014
  19. Jun 01, 2014
  20. May 23, 2014
  21. Apr 26, 2014
  22. Apr 22, 2014
  23. Apr 07, 2014
    • Dr. Stephen Henson's avatar
      Add heartbeat extension bounds check. · 731f4314
      Dr. Stephen Henson authored
      A missing bounds check in the handling of the TLS heartbeat extension
      can be used to reveal up to 64k of memory to a connected client or
      server.
      
      Thanks for Neel Mehta of Google Security for discovering this bug and to
      Adam Langley <agl@chromium.org> and Bodo Moeller <bmoeller@acm.org> for
      preparing the fix (CVE-2014-0160)
      (cherry picked from commit 96db9023b881d7cd9f379b0c154650d6c108e9a3)
      731f4314
  24. Apr 05, 2014
  25. Apr 01, 2014
  26. Mar 12, 2014
    • Dr. Stephen Henson's avatar
      Fix for CVE-2014-0076 · f9b6c0ba
      Dr. Stephen Henson authored
      Fix for the attack described in the paper "Recovering OpenSSL
      ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
      by Yuval Yarom and Naomi Benger. Details can be obtained from:
      http://eprint.iacr.org/2014/140
      
      Thanks to Yuval Yarom and Naomi Benger for discovering this
      flaw and to Yuval Yarom for supplying a fix.
      (cherry picked from commit 2198be34)
      
      Conflicts:
      
      	CHANGES
      f9b6c0ba
  27. Jan 03, 2014
  28. Dec 20, 2013