<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/BIO_f_buffer.3, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-06-08T22:40:31+00:00</updated>
<entry>
<title>.Lb libcrypto ; OK tb@</title>
<updated>2025-06-08T22:40:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-08T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8be86af02fed1bda350c8dd14ee064cb66e3b0f5'/>
<id>urn:sha1:8be86af02fed1bda350c8dd14ee064cb66e3b0f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mention a few standard BIO_ctrl(3) command constants</title>
<updated>2023-04-29T12:22:08+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2023-04-29T12:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b36506b63292482df9b9392a84cf82ea3cc56d93'/>
<id>urn:sha1:b36506b63292482df9b9392a84cf82ea3cc56d93</id>
<content type='text'>
that provide type-specific functionality here,
and add the missing return type to one function prototype.
</content>
</entry>
<entry>
<title>Mark a number of BIO_ctrl(3) command constants as intentionally</title>
<updated>2023-04-28T16:49:00+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2023-04-28T16:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=42eb9e5212736da8772caf9b4bf0371af8ef0d34'/>
<id>urn:sha1:42eb9e5212736da8772caf9b4bf0371af8ef0d34</id>
<content type='text'>
undocumented because they are NOOPs or deprecated.
</content>
</entry>
<entry>
<title>Document those BIO_ctrl(3) command constants</title>
<updated>2023-04-26T15:03:02+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2023-04-26T15:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=034a8a0478c8f668632ce2a2ce620194f69e2c0f'/>
<id>urn:sha1:034a8a0478c8f668632ce2a2ce620194f69e2c0f</id>
<content type='text'>
that correspond to more than one macro each.
</content>
</entry>
<entry>
<title>Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)</title>
<updated>2023-04-11T16:58:43+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2023-04-11T16:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fdb1eca18c61c136a3750f89858caf1e54dc603a'/>
<id>urn:sha1:fdb1eca18c61c136a3750f89858caf1e54dc603a</id>
<content type='text'>
for the various BIO types.
</content>
</entry>
<entry>
<title>Mark BIO_buffer_get_num_lines(3) as intentionally undocumented.</title>
<updated>2022-12-23T17:27:53+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2022-12-23T17:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b994d6b549e306c0b900427114e95d6cc9f94b23'/>
<id>urn:sha1:b994d6b549e306c0b900427114e95d6cc9f94b23</id>
<content type='text'>
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).
</content>
</entry>
<entry>
<title>new manual page BIO_dup_chain(3)</title>
<updated>2022-12-18T19:35:36+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2022-12-18T19:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2ab3ae88e9a6011f29b5008c662d7a265297dea8'/>
<id>urn:sha1:2ab3ae88e9a6011f29b5008c662d7a265297dea8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>man pages: add missing commas between subordinate and main clauses</title>
<updated>2022-03-31T17:27:26+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2022-03-31T17:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3d8be07546f5ec331a0f851b0ea88212376ebb95'/>
<id>urn:sha1:3d8be07546f5ec331a0f851b0ea88212376ebb95</id>
<content type='text'>
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@
</content>
</entry>
<entry>
<title>In bio.h rev. 1.41 2018/05/01 13:29:09, tb@ added const qualifiers</title>
<updated>2018-05-01T17:05:05+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-05-01T17:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d43036dd09aeeef2500a4108c43e0d756c57038e'/>
<id>urn:sha1:d43036dd09aeeef2500a4108c43e0d756c57038e</id>
<content type='text'>
to the prototypes of several functions.  Update the documentation.
</content>
</entry>
<entry>
<title>found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs</title>
<updated>2018-03-27T17:35:50+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-27T17:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=30d10c511917e0e339dec931667fc4b6eb014430'/>
<id>urn:sha1:30d10c511917e0e339dec931667fc4b6eb014430</id>
<content type='text'>
on the web, so fix up SSLeay HISTORY accordingly
</content>
</entry>
</feed>
