1. 13 3月, 2011 1 次提交
  2. 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
  3. 28 12月, 2009 1 次提交
  4. 07 12月, 2009 1 次提交
  5. 18 11月, 2009 1 次提交
  6. 05 8月, 2009 1 次提交
  7. 09 4月, 2009 1 次提交
  8. 30 12月, 2008 1 次提交
  9. 03 9月, 2008 1 次提交
  10. 03 6月, 2008 1 次提交
  11. 27 9月, 2007 1 次提交
  12. 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
  13. 29 11月, 2006 1 次提交
  14. 11 1月, 2006 2 次提交
  15. 09 1月, 2006 1 次提交
  16. 03 1月, 2006 2 次提交
  17. 06 12月, 2005 1 次提交
  18. 08 10月, 2005 1 次提交
  19. 15 8月, 2005 1 次提交
  20. 06 8月, 2005 1 次提交
  21. 12 5月, 2005 2 次提交
  22. 30 4月, 2005 1 次提交
  23. 22 12月, 2002 1 次提交
  24. 13 11月, 2002 1 次提交
  25. 25 9月, 2002 1 次提交
  26. 23 9月, 2002 1 次提交
  27. 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
  28. 12 1月, 2002 1 次提交
  29. 10 11月, 2001 1 次提交
  30. 25 10月, 2001 1 次提交
  31. 20 2月, 2001 1 次提交
  32. 30 7月, 2000 2 次提交
  33. 21 1月, 2000 1 次提交
  34. 17 1月, 2000 1 次提交
  35. 14 1月, 2000 1 次提交
  36. 11 6月, 1999 1 次提交