Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414 | cvs2svn | 2025-04-14 | 1 | -609/+0 |
| | |||||
* | Remove mention of a refcount bug | tb | 2024-01-13 | 1 | -18/+1 |
| | | | | | | Said bug was fixed in OpenSSL 1.0.0, released 14 years ago. It is of course unsurprising that you may accidentally increment the refcount if your idiom for decrementing it is CRYPTO_add(&bio-references, -1, CRYPTO_LOCK_BIO)). | ||||
* | BIO_f_ssl.3: Remove explicit library initialization | tb | 2024-01-13 | 1 | -8/+2 |
| | |||||
* | Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3) | schwarze | 2023-04-11 | 1 | -2/+11 |
| | | | | for the various BIO types. | ||||
* | document the interaction with BIO_dup_chain(3) | schwarze | 2022-12-18 | 1 | -2/+14 |
| | |||||
* | man pages: add missing commas between subordinate and main clauses | naddy | 2022-03-31 | 1 | -7/+7 |
| | | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@ | ||||
* | add missing backlinks to ssl(3) | schwarze | 2019-06-12 | 1 | -2/+5 |
| | |||||
* | In ssl.h rev. 1.158 2018/05/01 13:30:24, tb@ changed BIO_f_ssl(3) | schwarze | 2018-05-01 | 1 | -3/+3 |
| | | | | to return const. Update the documentation. | ||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -6/+10 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+10 |
| | |||||
* | ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+14 |
| | |||||
* | Merge new RETURN VALUES section; from Paul Yang via | schwarze | 2018-02-19 | 1 | -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; | schwarze | 2017-08-20 | 1 | -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) | schwarze | 2017-04-10 | 1 | -3/+5 |
| | |||||
* | various minor cleanup; | jmc | 2016-12-16 | 1 | -5/+5 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-11-14 | 1 | -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 other | schwarze | 2016-11-05 | 1 | -0/+479 |
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@ |