summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_bio.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* remove prototypes with no matching functionjsg2024-05-191-12/+2
| | | | feedback and ok tb@
* Mention the type-specific BIO_ctrl(3) command constantsschwarze2023-04-291-12/+23
| | | | | in the manual pages of the respective BIO type. While here, fix some wrong return types in the SYNOPSIS.
* Mark a number of BIO_ctrl(3) command constants as intentionallyschwarze2023-04-281-2/+6
| | | | undocumented because they are NOOPs or deprecated.
* Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)schwarze2023-04-111-2/+11
| | | | for the various BIO types.
* Mark BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), and BIO_nwrite(3)schwarze2022-12-211-2/+8
| | | | | | | | | | | as intentionally undocumented. Bodo Moeller invented this "non-copying I/O" API in 1999, but according to codesearch.debian.net, it is still completely unused by anything. On top of that, it appears to be inflexible in so far as it only supports BIO pairs and no other BIO types and fragile in so far as it exposes pointers to internal storage and runs contrary to expectations of how BIO objects are supposed to work.
* new manual page BIO_dup_chain(3)schwarze2022-12-181-3/+7
|
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-311-4/+4
| | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
* In bio.h rev. 1.41 2018/05/01 13:29:09, tb@ added const qualifiersschwarze2018-05-011-3/+3
| | | | to the prototypes of several functions. Update the documentation.
* crypto HISTORY up to 0.9.6; researched from OpenSSL gitschwarze2018-03-221-1/+5
|
* crypto HISTORY up to 0.9.5; researched from OpenSSL gitschwarze2018-03-221-2/+6
|
* crypto HISTORY up to 0.9.4; researched from OpenSSL gitschwarze2018-03-211-2/+16
|
* delete bogus cross references reported by jmc@schwarze2017-01-061-11/+7
| | | | and add some missing escaping of backslashes while here
* replace all references to BIO(3) with references to BIO_new(3)schwarze2016-12-061-3/+3
|
* fix references to bio(3) to point to BIO(3) insteadschwarze2016-11-211-3/+3
|
* Add Copyright and license.schwarze2016-11-181-28/+105
| | | | | In the SYNOPSIS, provide prototypes rather than #define directives. Bring in improvements to the EXAMPLES section from OpenSSL.
* various cleanup;jmc2016-11-071-18/+18
|
* first pass; ok schwarzejmc2016-11-061-2/+4
|
* spelling; ok deraadtjmc2015-08-021-2/+2
|
* an TLS -> a TLS; from thanos tsouanasjmc2015-07-241-2/+2
|
* third batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-161-0/+295