New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
authorBodo Möller <bodo@openssl.org>
Thu, 13 May 1999 15:09:38 +0000 (15:09 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 13 May 1999 15:09:38 +0000 (15:09 +0000)
commitb56bce4fc72c99c1ac85ee7de4d0145fe026bb4e
tree40c085c04a84e670495414815d376182b5dfaae2
parent0981259adab3fa083bff0838fb64bcf68f687e1b
New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
While modifying the sources, I found some inconsistencies on the use of
s->cert vs. s->session->sess_cert; I don't know if those could
really have caused problems, but possibly this is a proper bug-fix
and not just a clean-up.
12 files changed:
CHANGES
apps/s_server.c
crypto/crypto.h
ssl/s2_clnt.c
ssl/s2_srvr.c
ssl/s3_clnt.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_cert.c
ssl/ssl_err.c
ssl/ssl_locl.h
ssl/ssl_sess.c