CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/04/05 12:29:43
Modified files:
lib/libssl/man : Makefile SSL_CTX_add_extra_chain_cert.3
SSL_CTX_use_certificate.3 ssl.3
Added files:
lib/libssl/man : SSL_CTX_add1_chain_cert.3
Log message:
Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is still
under a free license, omitting functions we don't have and tweaked by me;
the functions were provided by jsing@ in ssl.h rev. 1.166.
While here, also document SSL_CTX_get_extra_chain_certs(3) because
it is closely related to companion functions are already documented
and the API is kind of incomplete without it.