Mark J. Cox b7cfcfb7f8 This corrects the reference count handling in SSL_get_session.
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>
1999-11-15 16:31:31 +00:00
..
1999-09-14 15:07:22 +00:00
1999-07-02 17:52:21 +00:00
1999-06-09 16:33:18 +00:00
1999-09-24 19:10:57 +00:00
1999-09-29 22:14:47 +00:00
1999-07-02 17:52:21 +00:00
1999-09-24 19:10:57 +00:00
1999-06-10 16:29:32 +00:00
1999-09-11 17:54:18 +00:00
1999-08-08 14:21:04 +00:00
1999-06-09 16:33:18 +00:00
1999-08-05 13:31:42 +00:00
1999-06-12 11:07:52 +00:00
1999-07-28 23:25:59 +00:00
1999-09-14 15:06:25 +00:00
1999-09-29 22:14:47 +00:00