Skip to content
  1. Nov 19, 1999
  2. Nov 18, 1999
  3. Nov 17, 1999
  4. Nov 16, 1999
  5. Nov 15, 1999
    • Mark J. Cox's avatar
      This corrects the reference count handling in SSL_get_session. · b7cfcfb7
      Mark J. Cox authored
      Previously, the returned SSL_SESSION didn't have its reference count
      incremented so the SSL_SESSION could be freed at any time causing
      seg-faults if the pointer was subsequently used. Code that uses
      SSL_get_session must now make a corresponding SSL_SESSION_free() call when
      it is done to avoid memory leaks (or blocked up session caches).
      
      Submitted By: Geoff Thorpe <geoff@eu.c2.net>
      b7cfcfb7
  6. Nov 14, 1999
  7. Nov 13, 1999
  8. Nov 12, 1999
  9. Nov 11, 1999
  10. Nov 10, 1999
  11. Nov 09, 1999