<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bio/bio_cb.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-12-08T03:54:19+00:00</updated>
<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>
<entry>
<title>More KNF.</title>
<updated>2014-04-16T15:05:23+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-16T15:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0dc5f46224428f0ddf61596a00e25ce0e1ba18d4'/>
<id>urn:sha1:0dc5f46224428f0ddf61596a00e25ce0e1ba18d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First pass at applying KNF to the OpenSSL code, which almost makes it</title>
<updated>2014-04-15T16:37:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-15T16:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=405f0a76509e0e96df735b5b902a28b8ab6c9c55'/>
<id>urn:sha1:405f0a76509e0e96df735b5b902a28b8ab6c9c55</id>
<content type='text'>
readable. This pass is whitespace only and can readily be verified using
tr and md5.
</content>
</entry>
<entry>
<title>Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions</title>
<updated>2014-04-15T16:21:04+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-04-15T16:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=815e93e74514b0f699488f372d491cf84236cd99'/>
<id>urn:sha1:815e93e74514b0f699488f372d491cf84236cd99</id>
<content type='text'>
where the return value is ignored changing to (void) snprintf.
ok deraadt@
</content>
</entry>
<entry>
<title>Remove some stuff that isn't needed.</title>
<updated>2014-04-13T19:50:56+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-04-13T19:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3de95b4758dde82f08a9ad769778198dbcd05cfb'/>
<id>urn:sha1:3de95b4758dde82f08a9ad769778198dbcd05cfb</id>
<content type='text'>
ok miod@ deraadt@
</content>
</entry>
</feed>
