<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/sm3, branch OPENBSD_7_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-01-25T17:59:44+00:00</updated>
<entry>
<title>Remove #error if OPENSSL_NO_FOO is defined</title>
<updated>2025-01-25T17:59:44+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-25T17:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d52abc236226c5a47c36b07e2256e77141e373a'/>
<id>urn:sha1:5d52abc236226c5a47c36b07e2256e77141e373a</id>
<content type='text'>
discussed with jsing
</content>
</entry>
<entry>
<title>sm3: fix ugly whitespace</title>
<updated>2024-12-12T09:54:44+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-12-12T09:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a2689f8f051c34219fbeeae6fed242d8192943ec'/>
<id>urn:sha1:a2689f8f051c34219fbeeae6fed242d8192943ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused SM3_Transform()</title>
<updated>2024-03-28T12:09:09+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-03-28T12:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=73e72c1d1d18848aa2ac0563c9f3aef39033f839'/>
<id>urn:sha1:73e72c1d1d18848aa2ac0563c9f3aef39033f839</id>
<content type='text'>
Along with the misnamed SM3_transform() prototype.
</content>
</entry>
<entry>
<title>Rename SM3_block_data_order() and make static.</title>
<updated>2024-03-28T12:04:38+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-03-28T12:04:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=935d86d8f4acd322b363157682bed8f95ad79386'/>
<id>urn:sha1:935d86d8f4acd322b363157682bed8f95ad79386</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework loads and stores for sm3.</title>
<updated>2024-03-28T11:22:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-03-28T11:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4d2c14fd32d11e4e37c204a3b9e297d41826cd36'/>
<id>urn:sha1:4d2c14fd32d11e4e37c204a3b9e297d41826cd36</id>
<content type='text'>
Replace loads with crypto_load_be32toh() or be32toh(). Use
crypto_store_htobe32() or htobe32() for stores.

ok tb@
</content>
</entry>
<entry>
<title>Expand ROTATE macro to crypto_rol_u32().</title>
<updated>2024-03-28T08:37:03+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-03-28T08:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c3d9a35da858806d159851beb0916ebe1e7401e1'/>
<id>urn:sha1:c3d9a35da858806d159851beb0916ebe1e7401e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inline initial hash values.</title>
<updated>2024-03-28T08:33:14+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-03-28T08:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=42d4fd9b5659baede67d7800274759b8aca34529'/>
<id>urn:sha1:42d4fd9b5659baede67d7800274759b8aca34529</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove no unnecessary do { } while (0);</title>
<updated>2024-03-28T08:31:11+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-03-28T08:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1b92876eefb185fcdd019a21d5c80b9ee896362c'/>
<id>urn:sha1:1b92876eefb185fcdd019a21d5c80b9ee896362c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inline HASH_MAKE_STRING.</title>
<updated>2024-03-28T08:30:25+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-03-28T08:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=31ae96a10cb7b1ee9f71f19daa703af66ef260c3'/>
<id>urn:sha1:31ae96a10cb7b1ee9f71f19daa703af66ef260c3</id>
<content type='text'>
No change to generated assembly.
</content>
</entry>
<entry>
<title>Expand HASH_* defines.</title>
<updated>2024-03-28T08:26:42+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-03-28T08:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=628339ed2ed0d5336b64b6a7b9bbf82987992d03'/>
<id>urn:sha1:628339ed2ed0d5336b64b6a7b9bbf82987992d03</id>
<content type='text'>
No change in generated assembly.
</content>
</entry>
</feed>
