Skip to content
  1. May 16, 2012
  2. May 11, 2012
    • Dr. Stephen Henson's avatar
      PR: 2813 · 4242a090
      Dr. Stephen Henson authored
      Reported by: Constantine Sapuntzakis <csapuntz@gmail.com>
      
      Fix possible deadlock when decoding public keys.
      4242a090
    • Dr. Stephen Henson's avatar
      PR: 2811 · c3b13033
      Dr. Stephen Henson authored
      Reported by: Phil Pennock <openssl-dev@spodhuis.org>
      
      Make renegotiation work for TLS 1.2, 1.1 by not using a lower record
      version client hello workaround if renegotiating.
      c3b13033
  3. May 10, 2012
  4. May 04, 2012
  5. Apr 28, 2012
  6. Apr 27, 2012
  7. Apr 26, 2012
  8. Apr 25, 2012
  9. Apr 24, 2012
  10. Apr 23, 2012
  11. Apr 22, 2012
  12. Apr 19, 2012
  13. Apr 18, 2012
  14. Apr 17, 2012
    • Bodo Möller's avatar
      Disable SHA-2 ciphersuites in < TLS 1.2 connections. · d3ddf022
      Bodo Möller authored
      (TLS 1.2 clients could end up negotiating these with an OpenSSL server
      with TLS 1.2 disabled, which is problematic.)
      
      Submitted by: Adam Langley
      d3ddf022
    • Dr. Stephen Henson's avatar
      Additional workaround for PR#2771 · 800e1cd9
      Dr. Stephen Henson authored
      If OPENSSL_MAX_TLS1_2_CIPHER_LENGTH is set then limit the size of client
      ciphersuites to this value. A value of 50 should be sufficient.
      
      Document workarounds in CHANGES.
      800e1cd9
    • Dr. Stephen Henson's avatar
      Partial workaround for PR#2771. · 293706e7
      Dr. Stephen Henson authored
      Some servers hang when presented with a client hello record length exceeding
      255 bytes but will work with longer client hellos if the TLS record version
      in client hello does not exceed TLS v1.0. Unfortunately this doesn't fix all
      cases...
      293706e7
  15. Apr 16, 2012