CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/04/04 09:03:21
Modified files:
lib/libssl : Symbols.list s3_lib.c ssl.h
Log message:
Provide SSL chain/cert chain APIs.
These allow for chains to be managed on a per-certificate basis rather than
as a single "extra certificates" list. Note that "chain" in this context
does not actually include the leaf certificate however, unlike
SSL_CTX_use_certificate_chain_{file,mem}().
Thanks to sthen@ for running this through a bulk ports build.
ok beck@ tb@