<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/modes, branch libressl-v3.5.3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.5.3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.5.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-01-22T00:45:17+00:00</updated>
<entry>
<title>Use memmove instead of memcpy for overlapping memory</title>
<updated>2022-01-22T00:45:17+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2022-01-22T00:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6f0157a09a68457e1f94fb74b95dc4308048d41c'/>
<id>urn:sha1:6f0157a09a68457e1f94fb74b95dc4308048d41c</id>
<content type='text'>
CID 251047 251094

OK beck@ jsing@ millert@ tb@
</content>
</entry>
<entry>
<title>Switch to &lt;endian.h&gt; from &lt;machine/endian.h&gt; for better portability.</title>
<updated>2021-11-09T18:40:21+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2021-11-09T18:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4d7b2a303b0012f3d9ea474efcca97480a760a9e'/>
<id>urn:sha1:4d7b2a303b0012f3d9ea474efcca97480a760a9e</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Make sure that the tag buffer size is equal to the tag size</title>
<updated>2019-05-08T14:18:25+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-05-08T14:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a32a0f9c7ce589f17b76a740fcf6998b70bd28e6'/>
<id>urn:sha1:a32a0f9c7ce589f17b76a740fcf6998b70bd28e6</id>
<content type='text'>
in CRYPTO_ccm128_tag(). Otherwise the caller might end up
using the part of the tag buffer that was left uninitialized.

Issue found by Guido Vranken.

ok inoguchi
</content>
</entry>
<entry>
<title>add c++ symbol annotations</title>
<updated>2018-07-24T10:47:19+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2018-07-24T10:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f1ec5a423eb80a4eab6359859a6bc989349df9ea'/>
<id>urn:sha1:f1ec5a423eb80a4eab6359859a6bc989349df9ea</id>
<content type='text'>
from Cameron Palmer
</content>
</entry>
<entry>
<title>Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being</title>
<updated>2018-01-24T23:03:37+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2018-01-24T23:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a05ff6d34d2de9471a4dd5deb311ef4002420640'/>
<id>urn:sha1:a05ff6d34d2de9471a4dd5deb311ef4002420640</id>
<content type='text'>
defined as they rely on unaligned access.

ok joel@
</content>
</entry>
<entry>
<title>In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdef</title>
<updated>2017-12-09T07:16:51+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-12-09T07:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b108baab2e3d570ff570c389d365e361db5258aa'/>
<id>urn:sha1:b108baab2e3d570ff570c389d365e361db5258aa</id>
<content type='text'>
block which defines a variable late, after code.  Place this chunk into
a { subblock } to satisfy old compilers and old eyes.
</content>
</entry>
<entry>
<title>Checking sizeof size_t by SIZE_MAX instead of _LP64</title>
<updated>2017-09-03T13:07:34+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2017-09-03T13:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4bc823661696046871b13d410fad0e0c625f3df8'/>
<id>urn:sha1:4bc823661696046871b13d410fad0e0c625f3df8</id>
<content type='text'>
ok bcook@
</content>
</entry>
<entry>
<title>Fix ifdef to if in gcm128.c</title>
<updated>2017-08-30T12:09:02+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2017-08-30T12:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f9ba584b3e1e3b1ab722586ccbeebc121bccee44'/>
<id>urn:sha1:f9ba584b3e1e3b1ab722586ccbeebc121bccee44</id>
<content type='text'>
ok deraadt@ bcook@
</content>
</entry>
<entry>
<title>fix missing bracket on ARM</title>
<updated>2017-08-14T05:29:32+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2017-08-14T05:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f0579f75da4b74c2ea6fe1c4f874152f5602fbf'/>
<id>urn:sha1:8f0579f75da4b74c2ea6fe1c4f874152f5602fbf</id>
<content type='text'>
ok beck@
</content>
</entry>
<entry>
<title>move endian/word size checks from runtime to compile time</title>
<updated>2017-08-13T17:46:24+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2017-08-13T17:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2818430742a240ddee6b2f35828ee883f6965ff8'/>
<id>urn:sha1:2818430742a240ddee6b2f35828ee883f6965ff8</id>
<content type='text'>
ok guenther@
</content>
</entry>
</feed>
