Revise ssl code to use a CERT_PKEY structure when outputting a
authorDr. Stephen Henson <steve@openssl.org>
Thu, 26 Jan 2012 16:00:34 +0000 (16:00 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 26 Jan 2012 16:00:34 +0000 (16:00 +0000)
commitc526ed410cdff6af4729e6abba658759ed19f753
treef9c6dbff3549bd47fd57f97883bd966550d665fe
parent4379d0e457ebd404f248d2e2c265ff11d25bfab4
Revise ssl code to use a CERT_PKEY structure when outputting a
certificate chain instead of an X509 structure.

This makes it easier to enhance code in future and the chain
output functions have access to the CERT_PKEY structure being
used.
ssl/d1_both.c
ssl/d1_clnt.c
ssl/d1_srvr.c
ssl/s3_both.c
ssl/s3_clnt.c
ssl/s3_srvr.c
ssl/ssl_cert.c
ssl/ssl_lib.c
ssl/ssl_locl.h