1. 04 Dec, 1999 2 commits
  2. 03 Dec, 1999 5 commits
  3. 02 Dec, 1999 1 commit
  4. 01 Dec, 1999 1 commit
  5. 30 Nov, 1999 3 commits
  6. 29 Nov, 1999 2 commits
  7. 27 Nov, 1999 4 commits
  8. 26 Nov, 1999 1 commit
  9. 24 Nov, 1999 1 commit
  10. 23 Nov, 1999 1 commit
  11. 21 Nov, 1999 1 commit
  12. 19 Nov, 1999 1 commit
  13. 18 Nov, 1999 2 commits
  14. 17 Nov, 1999 3 commits
  15. 16 Nov, 1999 5 commits
  16. 15 Nov, 1999 1 commit
    • 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
  17. 14 Nov, 1999 3 commits
  18. 13 Nov, 1999 2 commits
  19. 12 Nov, 1999 1 commit