CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/25 10:35:48
Modified files:
lib/libssl : ssl_both.c ssl_clnt.c ssl_locl.h ssl_srvr.c
Log message:
Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains.
We will now include the certificates in the chain in the certificate list,
or use the existing extra_certs if present. Failing that we fall back to
the automatic chain building if not disabled.
This also simplifies the code significantly.
ok beck@ tb@
