summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libssl libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* 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
* In ssl.h rev. 1.167 and s3_lib.c rev. 1.188, jsing@ providedschwarze2020-01-021-4/+21
| | | | | | | | the new function SSL_CTX_get_extra_chain_certs_only(3) and changed the semantics of the existing SSL_CTX_get_extra_chain_certs(3) API from the former OpenSSL 1.0.1 behaviour to the new, incompatible OpenSSL 1.0.2 behaviour. Adjust the documentation. OK jsing@ beck@ inoguchi@
* Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is stillschwarze2019-04-051-12/+33
| | | | | | | | | 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.
* ssl.h HISTORY up to 1.0.1; researched from OpenSSL gitschwarze2018-03-231-2/+6
|
* ssl.h HISTORY up to SSLeay 0.9.1; researched from OpenSSL gitschwarze2018-03-211-2/+6
|
* for pure *_ctrl() wrapper macros, move the reference from ssl(3)schwarze2017-04-101-3/+3
| | | | to SSL_CTX_ctrl(3) to make ssl(3) slightly more palatable
* Add Copyright and license.schwarze2016-11-301-15/+84
| | | | | | | Lots of improvements from OpenSSL: Document SSL_CTX_clear_extra_chain_certs(3). Correct SSL_CTX_add_extra_chain_cert(3) first argument type. Add some new information and improve wording.
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+45
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@