summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/BIO_f_ssl.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)schwarze2023-04-111-2/+11
| | | | for the various BIO types.
* document the interaction with BIO_dup_chain(3)schwarze2022-12-181-2/+14
|
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-311-7/+7
| | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
* add missing backlinks to ssl(3)schwarze2019-06-121-2/+5
|
* In ssl.h rev. 1.158 2018/05/01 13:30:24, tb@ changed BIO_f_ssl(3)schwarze2018-05-011-3/+3
| | | | to return const. Update the documentation.
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-6/+10
| | | | on the web, so fix up SSLeay HISTORY accordingly
* ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze2018-03-211-2/+10
|
* ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+14
|
* Merge new RETURN VALUES section; from Paul Yang viaschwarze2018-02-191-6/+35
| | | | OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800 tweaked by me.
* remove a duplicate BIO_do_accept() call from an example;schwarze2017-08-201-12/+6
| | | | | from Beat Bolli <dev at drbeat dot li> via OpenSSL commit 7a67a3ba Jan 18 23:49:43 2017 +0100
* fix some .Xr errors that jmc@ found with mdoclint(1)schwarze2017-04-101-3/+5
|
* various minor cleanup;jmc2016-12-161-5/+5
|
* Add Copyright and license.schwarze2016-11-141-13/+93
| | | | | In the SYNOPSIS, show function prototypes rather than macro definitions. Delete the useless NOTES section header.
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+479
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@