summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/BIO_f_ssl.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@