Skip to content
  1. Dec 11, 1999
  2. Dec 10, 1999
  3. Dec 05, 1999
  4. Dec 03, 1999
  5. Dec 02, 1999
  6. Dec 01, 1999
  7. Nov 30, 1999
  8. Nov 29, 1999
  9. Nov 27, 1999
  10. Nov 26, 1999
  11. Nov 24, 1999
  12. Nov 23, 1999
  13. Nov 21, 1999
  14. Nov 19, 1999
  15. Nov 17, 1999
  16. Nov 16, 1999
  17. 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
  18. Nov 14, 1999
  19. Nov 12, 1999
  20. Nov 11, 1999
  21. Nov 10, 1999
  22. Nov 08, 1999
  23. Nov 04, 1999
  24. Nov 03, 1999
  25. Oct 29, 1999
  26. Oct 27, 1999
    • 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
  27. Oct 26, 1999
  28. Oct 21, 1999
  29. Oct 20, 1999
  30. Oct 13, 1999