summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_set_cert_store.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document SSL_CTX_set_cert_storetb2024-08-031-2/+18
| | | | From Kenjiro Nakayama
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-3/+3
| | | | on the web, so fix up SSLeay HISTORY accordingly
* ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+8
|
* In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ providedschwarze2018-02-251-3/+4
| | | | | | X509_STORE_up_ref(3). X509_STORE_new(3) and X509_STORE_free(3) have already been available earlier. Import the documentation from OpenSSL, adding some precision.
* fix some .Xr errors that jmc@ found with mdoclint(1)schwarze2017-04-101-4/+3
|
* various minor cleanup;jmc2016-12-161-3/+3
|
* Add Copyright and license.schwarze2016-11-301-7/+51
| | | | Remove the useless statement that a void function does not return a value.
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+80
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@