1. 29 Nov, 1999 1 commit
    • Dr. Stephen Henson's avatar
      Add part of chain verify SSL support code: not complete or doing anything · 13938ace
      Dr. Stephen Henson authored
      yet.
      
      Add a function X509_STORE_CTX_purpose_inherit() which implements the logic
      of "inheriting" purpose and trust from a parent structure and using a default:
      this will be used in the SSL code and possibly future S/MIME.
      
      Partial documentation of the 'verify' utility. Still need to document how all
      the extension checking works and the various error messages.
      13938ace
  2. 27 Nov, 1999 4 commits
  3. 26 Nov, 1999 1 commit
  4. 24 Nov, 1999 1 commit
  5. 23 Nov, 1999 1 commit
  6. 21 Nov, 1999 1 commit
  7. 19 Nov, 1999 1 commit
  8. 18 Nov, 1999 2 commits
  9. 17 Nov, 1999 3 commits
  10. 16 Nov, 1999 5 commits
  11. 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
  12. 14 Nov, 1999 3 commits
  13. 13 Nov, 1999 2 commits
  14. 12 Nov, 1999 14 commits