1. 12 8月, 2007 1 次提交
  2. 05 6月, 2007 1 次提交
  3. 23 2月, 2007 1 次提交
  4. 20 2月, 2007 1 次提交
  5. 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
  6. 30 11月, 2006 1 次提交
  7. 28 9月, 2006 1 次提交
  8. 16 6月, 2006 2 次提交
  9. 15 6月, 2006 1 次提交
  10. 03 4月, 2006 1 次提交
  11. 11 3月, 2006 1 次提交
  12. 10 1月, 2006 1 次提交
  13. 06 1月, 2006 1 次提交
  14. 03 1月, 2006 2 次提交
  15. 06 12月, 2005 1 次提交
  16. 08 10月, 2005 1 次提交
  17. 01 10月, 2005 1 次提交
  18. 29 8月, 2005 1 次提交
  19. 15 8月, 2005 1 次提交
  20. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  21. 24 6月, 2005 1 次提交
  22. 11 6月, 2005 1 次提交
  23. 12 5月, 2005 1 次提交
  24. 27 4月, 2005 2 次提交
  25. 14 4月, 2005 1 次提交
  26. 31 3月, 2005 1 次提交
  27. 30 3月, 2005 1 次提交
  28. 13 1月, 2005 1 次提交
  29. 07 9月, 2004 1 次提交
  30. 20 4月, 2004 1 次提交
  31. 28 12月, 2003 1 次提交
  32. 06 10月, 2003 1 次提交
  33. 27 9月, 2003 1 次提交
  34. 30 1月, 2003 1 次提交
  35. 16 1月, 2003 1 次提交
  36. 13 11月, 2002 1 次提交
  37. 29 10月, 2002 1 次提交
    • G
      Correct and enhance the behaviour of "internal" session caching as it · e0db2eed
      Geoff Thorpe 提交于
      relates to SSL_CTX flags and the use of "external" session caching. The
      existing flag, "SSL_SESS_CACHE_NO_INTERNAL_LOOKUP" remains but is
      supplemented with a complimentary flag, "SSL_SESS_CACHE_NO_INTERNAL_STORE".
      The bitwise OR of the two flags is also defined as
      "SSL_SESS_CACHE_NO_INTERNAL" and is the flag that should be used by most
      applications wanting to implement session caching *entirely* by its own
      provided callbacks. As the documented behaviour contradicted actual
      behaviour up until recently, and since that point behaviour has itself been
      inconsistent anyway, this change should not introduce any compatibility
      problems. I've adjusted the relevant documentation to elaborate about how
      this works.
      
      Kudos to "Nadav Har'El" <nyh@math.technion.ac.il> for diagnosing these
      anomalies and testing this patch for correctness.
      
      PR: 311
      e0db2eed