Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document the eight BIO_CONN_S_* constants that are passed to BIO_info_cb(3) | schwarze | 2023-04-30 | 1 | -2/+36 |
| | | | | | as the "state" argument. Document them here because connect BIOs are the only built-in BIO type using these constants. | ||||
* | Mention a few standard BIO_ctrl(3) command constants | schwarze | 2023-04-29 | 1 | -4/+8 |
| | | | | | that provide type-specific functionality here. While here, fix some wrong return types in the SYNOPSIS. | ||||
* | Document those BIO_ctrl(3) command constants | schwarze | 2023-04-26 | 1 | -13/+19 |
| | | | | that correspond to more than one macro each. | ||||
* | 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 effects that BIO_set_info_callback(3), BIO_callback_ctrl(3), | schwarze | 2023-04-06 | 1 | -3/+54 |
| | | | | BIO_get_info_callback(3), and BIO_info_cb(3) have on connect BIOs. | ||||
* | new manual page BIO_dup_chain(3) | schwarze | 2022-12-18 | 1 | -1/+12 |
| | |||||
* | correct the prototypes of BIO_get_conn_ip(3) and BIO_get_conn_int_port(3); | schwarze | 2022-12-18 | 1 | -5/+3 |
| | | | | | from Richard Levitte via OpenSSL commit 0e474b8b in the 1.1.1 branch, which is still under a freee license | ||||
* | man pages: add missing commas between subordinate and main clauses | naddy | 2022-03-31 | 1 | -3/+3 |
| | | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@ | ||||
* | In bio.h rev. 1.43 2018/05/12 18:51:59, tb@ added a const qualifier | schwarze | 2018-05-12 | 1 | -3/+3 |
| | | | | | to the argument of BIO_new_accept(3), BIO_new_connect(3), and BIO_new_mem_buf(3). Update the documentation. | ||||
* | In bio.h rev. 1.41 2018/05/01 13:29:09, tb@ added const qualifiers | schwarze | 2018-05-01 | 1 | -3/+3 |
| | | | | to the prototypes of several functions. Update the documentation. | ||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -3/+3 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | bio.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -3/+14 |
| | |||||
* | bio.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-20 | 1 | -2/+10 |
| | |||||
* | Delete completely useless crap and just use getaddrinfo. Fix man page | beck | 2016-12-20 | 1 | -18/+4 |
| | | | | | | | while we're at it. Note for the nostalgic, since "wais" is still an alias in /etc/services it will continue to work.. ok deraadt@ millert@ krw@ | ||||
* | make sure that all the BIO pages point back to the master page BIO_new(3) | schwarze | 2016-12-06 | 1 | -2/+4 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-11-18 | 1 | -2/+51 |
| | | | | Bring in one clarifying sentence from OpenSSL. | ||||
* | various cleanup; | jmc | 2016-11-07 | 1 | -12/+12 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | third batch of perlpod(1) to mdoc(7) conversion | schwarze | 2015-02-16 | 1 | -0/+332 |