<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bio/bio_cb.c, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-05-10T05:54:39+00:00</updated>
<entry>
<title>Use err_local.h rather than err.h in most places</title>
<updated>2025-05-10T05:54:39+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-05-10T05:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41e8f99dd1625a9f0c80ce9d4383e95b18e85709'/>
<id>urn:sha1:41e8f99dd1625a9f0c80ce9d4383e95b18e85709</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Hide symbols in asn1 and bio</title>
<updated>2023-07-05T21:23:37+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-05T21:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0da1913b3c721e1a62fd66bc43547b4e910cbc34'/>
<id>urn:sha1:0da1913b3c721e1a62fd66bc43547b4e910cbc34</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Add a new, mostly empty, bio_local.h and include it in the files</title>
<updated>2022-01-07T09:02:18+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-07T09:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1eb53a0fe0ea503fe673aa0a6e347e503090c429'/>
<id>urn:sha1:1eb53a0fe0ea503fe673aa0a6e347e503090c429</id>
<content type='text'>
that will need it in the upcoming bump.

discussed with jsing
</content>
</entry>
<entry>
<title>Avoid mangled output in BIO_debug_callback</title>
<updated>2021-03-25T09:26:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-03-25T09:26:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0939b7a663a0450286c355c29910f9611128d2b0'/>
<id>urn:sha1:0939b7a663a0450286c355c29910f9611128d2b0</id>
<content type='text'>
Instead of blindly skipping 14 characters, we can use the return
value of snprintf() to determine how much we should skip.

From Martin Vahlensieck with minor tweaks by me
</content>
</entry>
<entry>
<title>Use platform-defined method of printing a pointer.</title>
<updated>2014-12-08T03:54:19+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-12-08T03:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41c42b2f9ee7871cfe1b0d9efed171117f462833'/>
<id>urn:sha1:41c42b2f9ee7871cfe1b0d9efed171117f462833</id>
<content type='text'>
Casting a pointer to an unsigned long discards bits on an LLP64 system.

ok deraadt@
</content>
</entry>
<entry>
<title>Only import cryptlib.h in the four source files that actually need it.</title>
<updated>2014-07-11T08:44:49+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-11T08:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74e2c009c83ad374bd6acdcfc376a384e25ab007'/>
<id>urn:sha1:74e2c009c83ad374bd6acdcfc376a384e25ab007</id>
<content type='text'>
Remove the openssl public includes from cryptlib.h and add a small number
of includes into the source files that actually need them. While here,
also sort/group/tidy the includes.

ok beck@ miod@
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Any sane platform has stdio. Stop pretending we will ever use a platform</title>
<updated>2014-05-29T18:27:52+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-05-29T18:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e79909cf30efce3949f375df3aef096d334eb6fe'/>
<id>urn:sha1:e79909cf30efce3949f375df3aef096d334eb6fe</id>
<content type='text'>
that does not.
"fire bomb" tedu@
</content>
</entry>
<entry>
<title>We'll interpret a (void) cast on snprintf() to mean it's been verified that</title>
<updated>2014-04-19T11:46:39+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-04-19T11:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=15e0442b8cfbbc095af4db97db7cd2b6d8dc23d0'/>
<id>urn:sha1:15e0442b8cfbbc095af4db97db7cd2b6d8dc23d0</id>
<content type='text'>
truncation is either desirable, not an issue, or is detected and handled later

ok deraadt@
</content>
</entry>
<entry>
<title>&gt; As I walk through the valley of the shadow of death</title>
<updated>2014-04-16T19:42:24+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-04-16T19:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d11fbb5d4cf38ce5e92626ad387ee6861609f61b'/>
<id>urn:sha1:d11fbb5d4cf38ce5e92626ad387ee6861609f61b</id>
<content type='text'>
&gt; I take a look at my life and realize there's nothin' left
&gt; Cause I've been blasting and laughing so long,
&gt; That even my mama thinks that my mind is gone
Remove even more unspeakable evil being perpetuated in the name of VMS.
(and lesser evils done in the name of others.)
ok miod
</content>
</entry>
</feed>
