Skip to content
  1. Nov 19, 2002
  2. Nov 15, 2002
  3. Nov 13, 2002
  4. Nov 09, 2002
  5. Nov 06, 2002
  6. Oct 30, 2002
  7. Oct 29, 2002
    • Geoff Thorpe's avatar
    • Geoff Thorpe's avatar
      7d5376fd
    • Geoff Thorpe's avatar
      Correct and enhance the behaviour of "internal" session caching as it · 7c99da56
      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
      7c99da56
  8. Oct 16, 2002
  9. Oct 11, 2002
  10. Oct 09, 2002
  11. Oct 08, 2002
  12. Oct 07, 2002
  13. Oct 06, 2002
  14. Oct 05, 2002
  15. Oct 04, 2002