1. 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
  2. 28 10月, 2002 5 次提交
  3. 25 10月, 2002 5 次提交
  4. 24 10月, 2002 1 次提交
    • R
      On certain platforms, we redefine certain symbols using macros in · d610d27f
      Richard Levitte 提交于
      apps.h.  For those, it's better to include apps.h after the system
      headers where those symbols may be defined, since there's otherwise a
      chance that the C compiler will barf when it sees something that looks
      like this after expansion:
      
      int VMS_strcasecmp((str1),(str2))(const char *, const char *);
      d610d27f
  5. 23 10月, 2002 3 次提交
  6. 21 10月, 2002 2 次提交
  7. 20 10月, 2002 1 次提交
  8. 19 10月, 2002 5 次提交
  9. 18 10月, 2002 1 次提交
  10. 17 10月, 2002 3 次提交
  11. 16 10月, 2002 3 次提交
  12. 15 10月, 2002 2 次提交
  13. 14 10月, 2002 7 次提交
  14. 13 10月, 2002 1 次提交