CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/25 10:24:57
Modified files:
lib/libssl : ssl_cert.c ssl_locl.h
Log message:
Add a chain member to CERT_PKEY and provide functions for manipulating it.
Note that this is not the full chain, as the leaf certificate currently
remains in the x509 member of CERT_PKEY. Unfortunately we've got to
contend with the fact that some OpenSSL *_chain_* APIs exclude the leaf
certificate while others include it...
ok beck@ tb@
