No actual change, but the cert_st member of struct ssl_session_st is now
authorBodo Möller <bodo@openssl.org>
Sun, 9 May 1999 21:22:45 +0000 (21:22 +0000)
committerBodo Möller <bodo@openssl.org>
Sun, 9 May 1999 21:22:45 +0000 (21:22 +0000)
commit9d5cceac6fb0eca8945f630afff1a2288aa6332a
treec3ba9334410f07e695dddfce321d85bc00e4139c
parentca8e5b9b8ad3c199943ad7850bf66bc03279c0b9
No actual change, but the cert_st member of struct ssl_session_st is now
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:
ssl/s2_clnt.c
ssl/s2_srvr.c
ssl/s3_clnt.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_lib.c
ssl/ssl_sess.c