1. 07 9月, 2007 1 次提交
  2. 31 8月, 2007 1 次提交
  3. 05 6月, 2007 1 次提交
  4. 24 4月, 2007 1 次提交
  5. 24 3月, 2007 1 次提交
  6. 21 2月, 2007 3 次提交
  7. 20 2月, 2007 2 次提交
  8. 17 2月, 2007 1 次提交
    • B
      Reorganize the data used for SSL ciphersuite pattern matching. · 52b8dad8
      Bodo Möller 提交于
      This change resolves a number of problems and obviates multiple kludges.
      A new feature is that you can now say "AES256" or "AES128" (not just
      "AES", which enables both).
      
      In some cases the ciphersuite list generated from a given string is
      affected by this change.  I hope this is just in those cases where the
      previous behaviour did not make sense.
      52b8dad8
  9. 04 1月, 2007 1 次提交
  10. 11 9月, 2006 1 次提交
  11. 29 8月, 2006 1 次提交
  12. 16 6月, 2006 3 次提交
  13. 15 6月, 2006 1 次提交
  14. 14 6月, 2006 1 次提交
  15. 09 6月, 2006 1 次提交
  16. 15 4月, 2006 1 次提交
  17. 11 3月, 2006 1 次提交
  18. 01 10月, 2005 1 次提交
  19. 22 8月, 2005 1 次提交
  20. 11 6月, 2005 1 次提交
  21. 09 6月, 2005 2 次提交
  22. 30 3月, 2005 1 次提交
  23. 21 3月, 2005 1 次提交
  24. 25 10月, 2004 1 次提交
  25. 28 12月, 2003 1 次提交
  26. 29 11月, 2003 1 次提交
  27. 04 11月, 2003 1 次提交
  28. 06 10月, 2003 2 次提交
    • R
    • R
      Make sure int SSL_COMP_add_compression_method() checks if a certain · 82423549
      Richard Levitte 提交于
      compression identity is already present among the registered
      compression methods, and if so, reject the addition request.
      
      Declare SSL_COMP_get_compression_method() so it can be used properly.
      
      Change ssltest.c so it checks what compression methods are available
      and enumerates them.  As a side-effect, built-in compression methods
      will be automagically loaded that way.  Additionally, change the
      identities for ZLIB and RLE to be conformant to
      draft-ietf-tls-compression-05.txt.
      
      Finally, make update.
      
      Next on my list: have the built-in compression methods added
      "automatically" instead of requiring that the author call
      SSL_COMP_add_compression_method() or
      SSL_COMP_get_compression_methods().
      82423549
  29. 02 10月, 2003 1 次提交
  30. 08 4月, 2003 1 次提交
  31. 16 12月, 2002 1 次提交
  32. 08 12月, 2002 1 次提交
  33. 09 8月, 2002 1 次提交
    • B
      ECC ciphersuite support · ea262260
      Bodo Möller 提交于
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      (Authors: Vipul Gupta and Sumit Gupta, Sun Microsystems Laboratories)
      ea262260