1. 18 Apr, 2012 1 commit
  2. 17 Apr, 2012 3 commits
    • 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
  3. 16 Apr, 2012 2 commits
  4. 15 Apr, 2012 2 commits
  5. 12 Apr, 2012 1 commit
  6. 11 Apr, 2012 4 commits
  7. 10 Apr, 2012 1 commit
  8. 09 Apr, 2012 1 commit
  9. 06 Apr, 2012 1 commit
  10. 05 Apr, 2012 4 commits
  11. 04 Apr, 2012 2 commits
  12. 03 Apr, 2012 1 commit
  13. 31 Mar, 2012 5 commits
  14. 30 Mar, 2012 1 commit
  15. 29 Mar, 2012 5 commits
  16. 28 Mar, 2012 1 commit
    • Dr. Stephen Henson's avatar
      Initial revision of ECC extension handling. · d0595f17
      Dr. Stephen Henson authored
      Tidy some code up.
      
      Don't allocate a structure to handle ECC extensions when it is used for
      default values.
      
      Make supported curves configurable.
      
      Add ctrls to retrieve shared curves: not fully integrated with rest of
      ECC code yet.
      d0595f17
  17. 22 Mar, 2012 2 commits
  18. 21 Mar, 2012 1 commit
  19. 19 Mar, 2012 2 commits