<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bn/asm/ppc.pl, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-09-07T03:56:37+00:00</updated>
<entry>
<title>Rename old assembly bn_sqr_words() to bn_sqr_word_wise().</title>
<updated>2025-09-07T03:56:37+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2025-09-07T03:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6dd87e766b900133746524ad2d5599160de6f5c8'/>
<id>urn:sha1:6dd87e766b900133746524ad2d5599160de6f5c8</id>
<content type='text'>
bn_sqr_words() does not actually compute the square of the words, it only
computes the square of each individual word - rename it to reflect reality.

Discussed with tb@
</content>
</entry>
<entry>
<title>Rename bn_mul_words()/bn_mul_add_words().</title>
<updated>2025-08-30T07:54:27+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2025-08-30T07:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=694b88dc8ad458db9997e90128806a423fec09db'/>
<id>urn:sha1:694b88dc8ad458db9997e90128806a423fec09db</id>
<content type='text'>
Most bn_.*_words() functions operate on two word arrays, however
bn_mul_words() and bn_mul_add_words() operate on one word array and
multiply by a single word. Rename these to bn_mulw_words() and
bn_mulw_add_words() to reflect this, following naming scheme that we use
for primitives.

This frees up bn_mul_words() to actually be used for multiplying two word
arrays. Rename bn_mul_normal() to bn_mul_words(), which will then become
one of the possible assembly integration points.

ok tb@
</content>
</entry>
<entry>
<title>Remove AIX toc data after every function. NFC</title>
<updated>2023-02-02T20:12:05+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2023-02-02T20:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=236a5d2198d194578e1ab95b61039a767942692a'/>
<id>urn:sha1:236a5d2198d194578e1ab95b61039a767942692a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spelling fixes; from paul tagliamonte</title>
<updated>2022-12-26T07:18:53+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-12-26T07:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120'/>
<id>urn:sha1:2eb7e5ff6bb69760f9dd4a43e7e3520ebb930120</id>
<content type='text'>
i removed the arithmetics -&gt; arithmetic changes, as i felt they
were not clearly correct

ok tb
</content>
</entry>
<entry>
<title>import OpenSSL-1.0.1c</title>
<updated>2012-10-13T21:23:50+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2012-10-13T21:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=228cae30b117c2493f69ad3c195341cd6ec8d430'/>
<id>urn:sha1:228cae30b117c2493f69ad3c195341cd6ec8d430</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OpenSSL 1.0.0f: import upstream source</title>
<updated>2012-01-05T22:59:13+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2012-01-05T22:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=731838c66b52c0ae5888333005b74115a620aa96'/>
<id>urn:sha1:731838c66b52c0ae5888333005b74115a620aa96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>import OpenSSL-1.0.0a</title>
<updated>2010-10-01T22:54:21+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2010-10-01T22:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=829fd51d4f8dde4a7f3bf54754f3c1d1a502f5e2'/>
<id>urn:sha1:829fd51d4f8dde4a7f3bf54754f3c1d1a502f5e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>import of openssl-0.9.7j</title>
<updated>2006-06-27T05:05:42+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2006-06-27T05:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f6198d4d0ab97685dc56be2d48715ed39fcc74b9'/>
<id>urn:sha1:f6198d4d0ab97685dc56be2d48715ed39fcc74b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@</title>
<updated>2005-04-29T05:37:34+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2005-04-29T05:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a95585a25ab25668b931a78b7543f707a3354db8'/>
<id>urn:sha1:a95585a25ab25668b931a78b7543f707a3354db8</id>
<content type='text'>
</content>
</entry>
</feed>
