<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bio/b_print.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>2024-03-02T09:18:28+00:00</updated>
<entry>
<title>Remove BIO_{sn,v,vsn}printf(3)</title>
<updated>2024-03-02T09:18:28+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-03-02T09:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=624e55f48614f7c5aaa62d91eee54f0862c62db0'/>
<id>urn:sha1:624e55f48614f7c5aaa62d91eee54f0862c62db0</id>
<content type='text'>
Unsued printing functionality. If something should need this we can readily
add it back.

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>failed to detect asprintf() error by observing return of -1, instead the</title>
<updated>2019-06-28T05:47:57+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2019-06-28T05:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c1fcaeae79bc31f65b74c1825ddee23b90beee04'/>
<id>urn:sha1:c1fcaeae79bc31f65b74c1825ddee23b90beee04</id>
<content type='text'>
code was inspecting the pointer (which is, sadly, undefined on error, because
the current specification of asprintf is crazy sloppy)
</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>Tsk. Tsk. Someone forgot to compile test the other half.</title>
<updated>2014-06-11T15:40:52+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-06-11T15:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1a0198722c76096bd556f920747be41365d2a0c'/>
<id>urn:sha1:d1a0198722c76096bd556f920747be41365d2a0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide support for non-funopen systems.</title>
<updated>2014-06-11T15:08:43+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-11T15:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1cb9257d81d89a6f2d941f4e009fdd8c4061956e'/>
<id>urn:sha1:1cb9257d81d89a6f2d941f4e009fdd8c4061956e</id>
<content type='text'>
ok beck
</content>
</entry>
<entry>
<title>Replace entire printf-like guts with calls to libc snprintf.</title>
<updated>2014-04-21T11:18:34+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-04-21T11:18:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=012efae0df701c62fb24d997e9ba13a1dacef649'/>
<id>urn:sha1:012efae0df701c62fb24d997e9ba13a1dacef649</id>
<content type='text'>
funopen(3) is used to interface to BIO descriptors.
ok guenther
</content>
</entry>
<entry>
<title>Change library to use intrinsic memory allocation functions instead of</title>
<updated>2014-04-17T13:37:50+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-04-17T13:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6aa5f85bab6ba5f9189fbc3d53a12e0f6dae48dd'/>
<id>urn:sha1:6aa5f85bab6ba5f9189fbc3d53a12e0f6dae48dd</id>
<content type='text'>
OPENSSL_foo wrappers. This changes:
OPENSSL_malloc-&gt;malloc
OPENSSL_free-&gt;free
OPENSSL_relloc-&gt;realloc
OPENSSL_freeFunc-&gt;free
</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>
</feed>
