Skip to content
  1. May 11, 2012
    • Dr. Stephen Henson's avatar
      PR: 2811 · 6e164e5c
      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.
      6e164e5c
  2. May 10, 2012
  3. May 04, 2012
  4. Apr 27, 2012
  5. Apr 26, 2012
  6. Apr 25, 2012
  7. Apr 22, 2012
  8. Apr 20, 2012
  9. Apr 19, 2012
  10. Apr 18, 2012
  11. Apr 17, 2012
    • Bodo Möller's avatar
      Disable SHA-2 ciphersuites in < TLS 1.2 connections. · 4d936ace
      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
      4d936ace
    • Dr. Stephen Henson's avatar
      Additional workaround for PR#2771 · 89bd25eb
      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.
      89bd25eb
    • Dr. Stephen Henson's avatar
      Partial workaround for PR#2771. · 4a1cf501
      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...
      4a1cf501
  12. Apr 16, 2012