<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/BIO_get_data.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 which functions are implemented as macros in the few cases</title>
<updated>2023-11-16T20:27:43+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2023-11-16T20:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c6900151193480e987d5cd27808c84949568d891'/>
<id>urn:sha1:c6900151193480e987d5cd27808c84949568d891</id>
<content type='text'>
where that information was missing.
</content>
</entry>
<entry>
<title>document BIO_copy_next_retry(3)</title>
<updated>2022-12-19T14:40:14+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2022-12-19T14:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aa9eeea5cb3b1a67c0c816d617df00cfcc705b5a'/>
<id>urn:sha1:aa9eeea5cb3b1a67c0c816d617df00cfcc705b5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>document BIO_set_retry_read(3), BIO_set_retry_write(3),</title>
<updated>2022-12-18T21:45:47+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2022-12-18T21:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=572cfab6254de28b5154c05a2b37cea165f3ebd4'/>
<id>urn:sha1:572cfab6254de28b5154c05a2b37cea165f3ebd4</id>
<content type='text'>
BIO_set_retry_special(3), BIO_clear_retry_flags(3), BIO_get_retry_flags(3),
and the BIO_FLAGS_* constants
</content>
</entry>
<entry>
<title>Document BIO_set_flags(3), BIO_clear_flags(3), BIO_test_flags(3),</title>
<updated>2022-12-17T22:21:24+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2022-12-17T22:21:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=127bc2afcf677c489a18ce7da12a137c8db370aa'/>
<id>urn:sha1:127bc2afcf677c489a18ce7da12a137c8db370aa</id>
<content type='text'>
and BIO_get_flags(3).
</content>
</entry>
<entry>
<title>In bio.h rev. 1.46/1.47 (Oct/Nov 2021), tb@ provided BIO_get_init(3).</title>
<updated>2022-11-25T17:44:01+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2022-11-25T17:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ce7696909ae3f8b4b42a00ec7d2fc3373e6ca372'/>
<id>urn:sha1:ce7696909ae3f8b4b42a00ec7d2fc3373e6ca372</id>
<content type='text'>
Document it.
</content>
</entry>
<entry>
<title>finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes</title>
<updated>2018-03-23T23:18:17+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-23T23:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c44c09a9be771317de7b5d8cc4da99b7c7d44bab'/>
<id>urn:sha1:c44c09a9be771317de7b5d8cc4da99b7c7d44bab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In bio.h rev. 1.35 2018/02/20 17:55:26, tb@ provided BIO_set_shutdown(3)</title>
<updated>2018-02-24T15:03:35+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-24T15:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0d171d2ce2e6db1b5ae526e8080dd5cc36824ffb'/>
<id>urn:sha1:0d171d2ce2e6db1b5ae526e8080dd5cc36824ffb</id>
<content type='text'>
and BIO_get_shutdown(3).  Write the documentation from scratch because
what OpenSSL provides doesn't explain the difference to BIO_set_close(3)
and is also worded in a rather confusing way.
</content>
</entry>
<entry>
<title>In bio.h rev. 1.32 2018/02/18 12:58:25, tb@ provided</title>
<updated>2018-02-19T14:08:52+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-19T14:08:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=04a62a41aa33928134cc3b6d6968040eb236e151'/>
<id>urn:sha1:04a62a41aa33928134cc3b6d6968040eb236e151</id>
<content type='text'>
BIO_get_data(3), BIO_set_data(3), and BIO_set_init(3).
Import the documentation from OpenSSL.
</content>
</entry>
</feed>
