CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/25 10:46:48
Modified files:
lib/libssl : ssl_rsa.c
Log message:
Rework ssl_ctx_use_certificate_chain_bio() to use the CERT_PKEY chain.
This means that any additional CA certificates end up on the per
certificate chain, rather than the single/shared extra_certs.
Also simplify this code and in particular, avoid setting the return value
to indicate success until we've actually succeeded.
ok beck@ tb@
