<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto/hmac, branch OPENBSD_7_6_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_6_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_6_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2024-08-08T03:46:50+00:00</updated>
<entry>
<title>hmac test: fix build with gcc</title>
<updated>2024-08-08T03:46:50+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-08-08T03:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9d335986042400f1b3b1458569ba52106358ab13'/>
<id>urn:sha1:9d335986042400f1b3b1458569ba52106358ab13</id>
<content type='text'>
The bounded attribute leads to failing regress compilation with gcc due
to a test passing a negative length to exercise a chck.

noticed and fixed suggested by claudio
</content>
</entry>
<entry>
<title>Adjust hmac test for removal of static buffer from HMAC()</title>
<updated>2024-05-30T17:01:38+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-05-30T17:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=31276a6e8ec689c1b9317a14b7e50282982b2150'/>
<id>urn:sha1:31276a6e8ec689c1b9317a14b7e50282982b2150</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()</title>
<updated>2021-11-18T20:11:55+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-18T20:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=96783e09cbf9ccf202964a6c9180cd45bd4dc567'/>
<id>urn:sha1:96783e09cbf9ccf202964a6c9180cd45bd4dc567</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zap trailing whitespace</title>
<updated>2021-11-18T15:20:33+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-18T15:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8ce49b819e2d8cd4bcc2862f9eac7d71b1e7887b'/>
<id>urn:sha1:8ce49b819e2d8cd4bcc2862f9eac7d71b1e7887b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hmactest: convert to opaque HMAC_CTX.</title>
<updated>2021-11-18T15:20:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-18T15:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=495e6e29df6536672313a49e83ea34b43fff0f13'/>
<id>urn:sha1:495e6e29df6536672313a49e83ea34b43fff0f13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing $OpenBSD$ markers.</title>
<updated>2018-07-17T17:06:50+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-07-17T17:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6016188a1940d280c27f96e45b21e6bc5cca1309'/>
<id>urn:sha1:6016188a1940d280c27f96e45b21e6bc5cca1309</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use an unsigned loop variable to avoid a comparison between signed</title>
<updated>2017-03-06T22:30:17+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2017-03-06T22:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=69d2345ce92ca3acae193959f1cf986f532906aa'/>
<id>urn:sha1:69d2345ce92ca3acae193959f1cf986f532906aa</id>
<content type='text'>
and unsigned.  Makes the test compile again.
OK inoguchi@
</content>
</entry>
<entry>
<title>Ensure MD and key initialized before processing HMAC</title>
<updated>2017-03-03T10:39:07+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2017-03-03T10:39:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c45f068d1d019c55301b10504d06350ca5e3e625'/>
<id>urn:sha1:c45f068d1d019c55301b10504d06350ca5e3e625</id>
<content type='text'>
Ensure both MD and key have been initialized before processing HMAC.
Releasing HMAC_CTX in error path of HMAC().
In regress test, added test 4,5,6 and cleaned up the code.

ok jsing@
</content>
</entry>
<entry>
<title>Include -DLIBRESSL_INTERNAL in regress makefiles.</title>
<updated>2014-07-08T15:53:53+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-08T15:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7afb360c691a50252631f701035b15ed0177a3c8'/>
<id>urn:sha1:7afb360c691a50252631f701035b15ed0177a3c8</id>
<content type='text'>
ok miod@
</content>
</entry>
<entry>
<title>Build these tests with WARNINGS=Yes and -Werror, and do the necessary</title>
<updated>2014-06-01T11:11:46+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-06-01T11:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=18ef1425b569ea27254911a14222de8d26e365a9'/>
<id>urn:sha1:18ef1425b569ea27254911a14222de8d26e365a9</id>
<content type='text'>
fixes to keep building.
</content>
</entry>
</feed>
