Skip to content
  1. May 13, 1999
  2. May 12, 1999
  3. May 11, 1999
  4. May 10, 1999
  5. May 09, 1999
    • Bodo Möller's avatar
      No actual change, but the cert_st member of struct ssl_session_st is now · 9d5cceac
      Bodo Möller authored
      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