summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_add1_chain_cert.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop mentioning DSA/DSStb2025-01-181-3/+3
| | | | | | | | Support for this went away in 2017, but a few things still mentioned DSA in various contexts. Replace DSA with ECDSA where appropriate and otherwise delete this. It won't work. ok jsing
* Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is stillschwarze2019-04-051-0/+222
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.