<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/store, branch libressl-v2.1.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-11-18T03:28:05+00:00</updated>
<entry>
<title>further BUF_strdup conversion: these places should be safe to rely on</title>
<updated>2014-11-18T03:28:05+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-11-18T03:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=869cc81dd908a614d1eb453fa73a49d0d193735a'/>
<id>urn:sha1:869cc81dd908a614d1eb453fa73a49d0d193735a</id>
<content type='text'>
the function argument not being NULL
</content>
</entry>
<entry>
<title>Check the result of sk_*_push() operations for failure.</title>
<updated>2014-10-28T05:46:56+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-10-28T05:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=794dcf073b734d649d7b5d30916d7a3ae919b66e'/>
<id>urn:sha1:794dcf073b734d649d7b5d30916d7a3ae919b66e</id>
<content type='text'>
ok doug@ jsing@
</content>
</entry>
<entry>
<title>Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, use</title>
<updated>2014-10-16T03:19:02+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-10-16T03:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cd7a711274bfeecd7b0e36c535b010869192f2e1'/>
<id>urn:sha1:cd7a711274bfeecd7b0e36c535b010869192f2e1</id>
<content type='text'>
intrinsic functions everywhere, and wrap these functions in an
#ifndef LIBRESSL_INTERNAL to make sure we don't bring their use back.
</content>
</entry>
<entry>
<title>Kill a bunch more BUF_strdup's - these are converted to have a check for</title>
<updated>2014-07-22T02:21:20+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-07-22T02:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=de26b5621b74df2934238e0cedd549c31c9c6a32'/>
<id>urn:sha1:de26b5621b74df2934238e0cedd549c31c9c6a32</id>
<content type='text'>
NULL before an intrinsic strdup.
ok miod@
</content>
</entry>
<entry>
<title>Explicitly include &lt;openssl/opensslconf.h&gt; in every file that references</title>
<updated>2014-07-10T22:45:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-10T22:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62348213609ef233110561d1a6ed67ad66df1c7e'/>
<id>urn:sha1:62348213609ef233110561d1a6ed67ad66df1c7e</id>
<content type='text'>
an OPENSSL_NO_* define. This avoids relying on something else pulling it
in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is
never going to do anything, since OPENSSL_NO_XYZ will never defined, due
to the fact that opensslconf.h has not been included.

This also includes some miscellaneous sorting/tidying of headers.
</content>
</entry>
<entry>
<title>{malloc,reallocarray} + memset(,0,) -&gt; calloc</title>
<updated>2014-07-09T16:59:33+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-09T16:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d6352b3ca373c6522c50f9a506b9f55e5e1f923e'/>
<id>urn:sha1:d6352b3ca373c6522c50f9a506b9f55e5e1f923e</id>
<content type='text'>
ok tedu@
</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>c-file-style hints, begone; ok beck</title>
<updated>2014-06-11T01:53:03+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-11T01:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3cfd4331825dbf02b7beeac7702b6022af4b0587'/>
<id>urn:sha1:3cfd4331825dbf02b7beeac7702b6022af4b0587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>malloc() result does not need a cast.</title>
<updated>2014-06-07T14:41:57+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-07T14:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=800fbde652d67326eeb163d56d8f72ebb239b3c4'/>
<id>urn:sha1:800fbde652d67326eeb163d56d8f72ebb239b3c4</id>
<content type='text'>
ok miod
</content>
</entry>
<entry>
<title>use calloc, from Benjamin Baier</title>
<updated>2014-05-29T16:42:04+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2014-05-29T16:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d91b3915cf96d42bf3ca583dbdeee285ea9ca608'/>
<id>urn:sha1:d91b3915cf96d42bf3ca583dbdeee285ea9ca608</id>
<content type='text'>
</content>
</entry>
</feed>
