<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/buffer, branch libressl-v2.4.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.4.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.4.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-06-24T10:05:14+00:00</updated>
<entry>
<title>Put BUF_memdup() and BUF_reverse() under #ifndef LIBRESSL_INTERNAL.</title>
<updated>2015-06-24T10:05:14+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-06-24T10:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=87bad77cfdbb2f203b527a9651aa4c96f14b8e77'/>
<id>urn:sha1:87bad77cfdbb2f203b527a9651aa4c96f14b8e77</id>
<content type='text'>
</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>unbreak build this needed to be an and..</title>
<updated>2014-07-13T14:13:27+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-07-13T14:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c41dce262dbcf5a91165452e9183cc69c22d46fc'/>
<id>urn:sha1:c41dce262dbcf5a91165452e9183cc69c22d46fc</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Take out __bounded__ in the include files we use it in when not on OpenBSD.</title>
<updated>2014-07-13T10:27:22+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2014-07-13T10:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6cf55e250333dd1278daa51a90d18a6c98d044cd'/>
<id>urn:sha1:6cf55e250333dd1278daa51a90d18a6c98d044cd</id>
<content type='text'>
while we can take it out in portable at compile time, it is still a problem
when we install this header file on a system that doesn't support __bounded__
if this is unguarded.
ok miod@ bcook@
</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>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>Stop including standard headers via cryptlib.h - pull in the headers that</title>
<updated>2014-07-10T13:58:23+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-10T13:58:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c917c683bc93c68fbf4310ac181f7906e76b3c94'/>
<id>urn:sha1:c917c683bc93c68fbf4310ac181f7906e76b3c94</id>
<content type='text'>
are needed in the source files that actually require them.

ok beck@ miod@
</content>
</entry>
<entry>
<title>Replace memset(a, 0, ...); free(a); by explicit_bzero(a, ...); free(a); in</title>
<updated>2014-07-09T16:51:09+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-07-09T16:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a2694938f51e09289418ebb0c543b181fd4d929b'/>
<id>urn:sha1:a2694938f51e09289418ebb0c543b181fd4d929b</id>
<content type='text'>
fear a smartass-optimizing compiler decides memset is useless immediately
before free().

ok jsing@ deraadt@ tedu@
</content>
</entry>
<entry>
<title>Unifdef -UNO_SYS_TYPES_H</title>
<updated>2014-06-24T19:37:58+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-06-24T19:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=94dbb3a0f26c9ea3e0f9bc4671e9bdb835b8e80b'/>
<id>urn:sha1:94dbb3a0f26c9ea3e0f9bc4671e9bdb835b8e80b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more bounded attributes to the buffer and md5/sha headers in libssl</title>
<updated>2014-06-14T10:28:31+00:00</updated>
<author>
<name>avsm</name>
<email></email>
</author>
<published>2014-06-14T10:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f727d18969186896e7b3e0a18495a198b6bce451'/>
<id>urn:sha1:f727d18969186896e7b3e0a18495a198b6bce451</id>
<content type='text'>
ok miod@
</content>
</entry>
</feed>
