summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_get_verify_result.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix .Xr order. From mandoc -Tlint.tb2021-06-261-3/+3
|
* Install the new page SSL_set1_host(3), link to it from relevant places,schwarze2020-09-171-3/+5
| | | | | | | and add two other .Xrs that might help readers find their way. Update the merge notices of all files touched and merge a few trivial changes from the OpenSSL 1.1.1 branch. OK tb@
* 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/+6
|
* Copyright and licenseschwarze2016-12-031-3/+50
|
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+49
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@