1. 29 Oct, 2002 4 commits
    • Richard Levitte's avatar
      The #else part of the conditionals have two statements, so they need · 62dd6f16
      Richard Levitte authored
      to be surrounded with braces, or the surrounding if..else will fail
      miserably in case the #else part is compiled.
      62dd6f16
    • Richard Levitte's avatar
      Revert, that was an incorrect change. · 6aba658c
      Richard Levitte authored
      PR: 156
      6aba658c
    • Richard Levitte's avatar
      A small detail: since 0.9.7, DH_new_method() and DSA_new_method() · accb0c6e
      Richard Levitte authored
      don't take an ENGINE* as parameter any more.
      PR: 156
      accb0c6e
    • Geoff Thorpe's avatar
      Correct and enhance the behaviour of "internal" session caching as it · e0db2eed
      Geoff Thorpe authored
      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
  2. 28 Oct, 2002 5 commits
  3. 25 Oct, 2002 1 commit
  4. 24 Oct, 2002 5 commits
  5. 23 Oct, 2002 3 commits
  6. 21 Oct, 2002 1 commit
  7. 20 Oct, 2002 2 commits
  8. 18 Oct, 2002 6 commits
  9. 17 Oct, 2002 1 commit
  10. 16 Oct, 2002 3 commits
  11. 15 Oct, 2002 4 commits
  12. 14 Oct, 2002 5 commits