History log of /openbsd-src/lib/libcrypto/man/BIO_f_buffer.3 (Results 1 – 17 of 17)
Revision Date Author Comments
# 538b1168 29-Apr-2023 schwarze <schwarze@openbsd.org>

Mention a few standard BIO_ctrl(3) command constants
that provide type-specific functionality here,
and add the missing return type to one function prototype.


# b737a7be 28-Apr-2023 schwarze <schwarze@openbsd.org>

Mark a number of BIO_ctrl(3) command constants as intentionally
undocumented because they are NOOPs or deprecated.


# e3dcf5f3 26-Apr-2023 schwarze <schwarze@openbsd.org>

Document those BIO_ctrl(3) command constants
that correspond to more than one macro each.


# eae3c81d 11-Apr-2023 schwarze <schwarze@openbsd.org>

Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)
for the various BIO types.


# 62cec4ff 23-Dec-2022 schwarze <schwarze@openbsd.org>

Mark BIO_buffer_get_num_lines(3) as intentionally undocumented.
Contrary to what bio.h says, it does not *not* retrieve some "IO type",
whatever that is supposed to be, but it is a NOOP, and nothing

Mark BIO_buffer_get_num_lines(3) as intentionally undocumented.
Contrary to what bio.h says, it does not *not* retrieve some "IO type",
whatever that is supposed to be, but it is a NOOP, and nothing uses it.
Despite its name, it is unrelated to BIO_f_buffer(3), and please
be careful to not confuse it with BIO_get_buffer_num_lines(3).

show more ...


# 53d779ef 18-Dec-2022 schwarze <schwarze@openbsd.org>

new manual page BIO_dup_chain(3)


# 41ce3b17 31-Mar-2022 naddy <naddy@openbsd.org>

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@


# abc5ebd3 01-May-2018 schwarze <schwarze@openbsd.org>

In bio.h rev. 1.41 2018/05/01 13:29:09, tb@ added const qualifiers
to the prototypes of several functions. Update the documentation.


# 10e00d17 27-Mar-2018 schwarze <schwarze@openbsd.org>

found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly


# 30205016 21-Mar-2018 schwarze <schwarze@openbsd.org>

bio.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git


# 94cd7e1e 20-Mar-2018 schwarze <schwarze@openbsd.org>

bio.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git


# 5bee811b 06-Dec-2016 schwarze <schwarze@openbsd.org>

replace all references to BIO(3) with references to BIO_new(3)


# 802e70ef 14-Nov-2016 schwarze <schwarze@openbsd.org>

Add Copyright and license.
In the SYNOPSIS, show function prototypes rather than macro definitions.


# b34045ed 07-Nov-2016 jmc <jmc@openbsd.org>

various cleanup;


# 523dc83e 11-Nov-2015 jmc <jmc@openbsd.org>

add missing functions to NAME, or otherwise correct the mlink
entry for them;

feedback/ok schwarze


# a8e3df37 09-Sep-2015 schwarze <schwarze@openbsd.org>

Add missing CVS Mdocdate tags. No text change, except for the change
of date that can't be helped.


# 9a5a2d0d 14-Feb-2015 schwarze <schwarze@openbsd.org>

second batch of perlpod(1) to mdoc(7) conversion