1. 16 11月, 1999 1 次提交
    • M
      This corrects the reference count handling in SSL_get_session. · b7cfcfb7
      Mark J. Cox 提交于
      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
  2. 08 6月, 1999 1 次提交
  3. 24 5月, 1999 1 次提交
  4. 23 5月, 1999 3 次提交
  5. 17 5月, 1999 1 次提交
  6. 13 5月, 1999 1 次提交
  7. 10 5月, 1999 1 次提交
    • B
      No actual change, but the cert_st member of struct ssl_session_st is now · 9d5cceac
      Bodo Möller 提交于
      called sess_cert instead of just cert.  This is in preparation of further
      changes: Probably often when s->session->sess_cert is used, we should
      use s->cert instead; s->session->sess_cert should be a new structure
      containing only the stuff that is for just one connection (e.g.
      the peer's certificate, which the SSL client implementations currently
      store in s->session->[sess_]cert, which is a very confusing thing to do).
      Submitted by:
      Reviewed by:
      PR:
      9d5cceac
  8. 01 5月, 1999 1 次提交
  9. 30 4月, 1999 1 次提交
  10. 27 4月, 1999 1 次提交
  11. 24 4月, 1999 1 次提交
  12. 20 4月, 1999 1 次提交
  13. 17 4月, 1999 1 次提交
  14. 13 4月, 1999 1 次提交
  15. 31 3月, 1999 1 次提交
  16. 22 3月, 1999 1 次提交
  17. 22 2月, 1999 1 次提交
  18. 16 2月, 1999 1 次提交
    • M
      Updates to the new SSL compression code · 413c4f45
      Mark J. Cox 提交于
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Fix so that the version number in the master secret, when passed
           via RSA, checks that if TLS was proposed, but we roll back to SSLv3
           (because the server will not accept higher), that the version number
           is 0x03,0x01, not 0x03,0x00
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Submitted by:
      Reviewed by:
      PR:
      413c4f45
  19. 08 1月, 1999 1 次提交
  20. 21 12月, 1998 3 次提交