1. 16 Nov, 1999 3 commits
  2. 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
  3. 14 Nov, 1999 3 commits
  4. 13 Nov, 1999 2 commits
  5. 12 Nov, 1999 18 commits
  6. 11 Nov, 1999 3 commits
  7. 10 Nov, 1999 1 commit
  8. 09 Nov, 1999 3 commits
  9. 08 Nov, 1999 1 commit
  10. 04 Nov, 1999 1 commit
  11. 03 Nov, 1999 1 commit
  12. 30 Oct, 1999 1 commit
  13. 29 Oct, 1999 1 commit
  14. 27 Oct, 1999 1 commit
    • Dr. Stephen Henson's avatar
      Continued multibyte character support. · 74400f73
      Dr. Stephen Henson authored
      Add a bunch of functions to simplify the creation of X509_NAME structures.
      
      Change the X509_NAME_entry_add stuff in req/ca so it no longer uses
      X509_NAME_entry_count(): passing -1 has the same effect.
      74400f73