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