1. 17 4月, 2012 2 次提交
    • D
      Additional workaround for PR#2771 · 800e1cd9
      Dr. Stephen Henson 提交于
      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
    • D
      Partial workaround for PR#2771. · 293706e7
      Dr. Stephen Henson 提交于
      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
  2. 20 5月, 2011 1 次提交
  3. 30 4月, 2011 1 次提交
  4. 13 3月, 2011 1 次提交
  5. 16 2月, 2010 1 次提交
    • D
      PR: 2171 · 8d934c25
      Dr. Stephen Henson 提交于
      Submitted by: Tomas Mraz <tmraz@redhat.com>
      
      Since SSLv2 doesn't support renegotiation at all don't reject it if
      legacy renegotiation isn't enabled.
      
      Also can now use SSL2 compatible client hello because RFC5746 supports it.
      8d934c25
  6. 28 12月, 2009 1 次提交
  7. 07 12月, 2009 1 次提交
  8. 18 11月, 2009 1 次提交
  9. 05 8月, 2009 1 次提交
  10. 09 4月, 2009 1 次提交
  11. 30 12月, 2008 1 次提交
  12. 03 9月, 2008 1 次提交
  13. 03 6月, 2008 1 次提交
  14. 27 9月, 2007 1 次提交
  15. 21 9月, 2007 1 次提交
    • B
      Implement the Opaque PRF Input TLS extension · 761772d7
      Bodo Möller 提交于
      (draft-rescorla-tls-opaque-prf-input-00.txt), and do some cleanups and
      bugfixes on the way.  In particular, this fixes the buffer bounds
      checks in ssl_add_clienthello_tlsext() and in ssl_add_serverhello_tlsext().
      
      Note that the opaque PRF Input TLS extension is not compiled by default;
      see CHANGES.
      761772d7
  16. 29 11月, 2006 1 次提交
  17. 11 1月, 2006 2 次提交
  18. 09 1月, 2006 1 次提交
  19. 03 1月, 2006 2 次提交
  20. 06 12月, 2005 1 次提交
  21. 08 10月, 2005 1 次提交
  22. 15 8月, 2005 1 次提交
  23. 06 8月, 2005 1 次提交
  24. 12 5月, 2005 2 次提交
  25. 30 4月, 2005 1 次提交
  26. 22 12月, 2002 1 次提交
  27. 13 11月, 2002 1 次提交
  28. 25 9月, 2002 1 次提交
  29. 23 9月, 2002 1 次提交
  30. 10 7月, 2002 1 次提交
    • L
      Reorder inclusion of header files: · 7b63c0fa
      Lutz Jänicke 提交于
      des_old.h redefines crypt:
      #define crypt(b,s)\
              DES_crypt((b),(s))
      
      This scheme leads to failure, if header files with the OS's true definition
      of crypt() are processed _after_ des_old.h was processed. This is e.g. the
      case on HP-UX with unistd.h.
      As evp.h now again includes des.h (which includes des_old.h), this problem
      only came up after this modification.
      Solution: move header files (indirectly) including e_os.h before the header
      files (indirectly) including evp.h.
      Submitted by:
      Reviewed by:
      PR:
      7b63c0fa
  31. 12 1月, 2002 1 次提交
  32. 10 11月, 2001 1 次提交
  33. 25 10月, 2001 1 次提交
  34. 20 2月, 2001 1 次提交
  35. 30 7月, 2000 2 次提交