1. 20 Dec, 2014 1 commit
  2. 18 Dec, 2014 2 commits
  3. 17 Dec, 2014 1 commit
  4. 08 Dec, 2014 1 commit
  5. 04 Dec, 2014 1 commit
  6. 20 Nov, 2014 5 commits
  7. 28 Oct, 2014 1 commit
    • 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. 27 Oct, 2014 2 commits
  9. 22 Oct, 2014 1 commit
  10. 15 Oct, 2014 2 commits
  11. 02 Oct, 2014 1 commit
  12. 29 Sep, 2014 2 commits
  13. 23 Sep, 2014 2 commits
  14. 05 Sep, 2014 1 commit
  15. 15 Aug, 2014 1 commit
  16. 01 Aug, 2014 3 commits
  17. 22 Jul, 2014 1 commit
  18. 04 Jul, 2014 1 commit
  19. 01 Jun, 2014 1 commit
  20. 23 May, 2014 1 commit
  21. 26 Apr, 2014 2 commits
  22. 22 Apr, 2014 1 commit
  23. 07 Apr, 2014 1 commit
    • 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 96db9023)
      731f4314
  24. 05 Apr, 2014 1 commit
  25. 01 Apr, 2014 1 commit
  26. 12 Mar, 2014 1 commit
    • 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 2198be3483259de374f91e57d247d0fc667aef29)
      
      Conflicts:
      
      	CHANGES
      f9b6c0ba
  27. 03 Jan, 2014 1 commit
  28. 20 Dec, 2013 1 commit