<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bn, branch OPENBSD_3_5</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_5</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2004-03-22T14:57:05+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create branch 'OPENBSD_3_5'.</title>
<updated>2004-03-22T14:57:05+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2004-03-22T14:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7f48deb4b8030bed5b03cd35950aabb8ff34f0fa'/>
<id>urn:sha1:7f48deb4b8030bed5b03cd35950aabb8ff34f0fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>return(00); -&gt; return(0); markus@ ok</title>
<updated>2004-03-17T21:31:34+00:00</updated>
<author>
<name>aaron</name>
<email></email>
</author>
<published>2004-03-17T21:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=64ea189ee0511fddc5b6b2271c88779735dd8380'/>
<id>urn:sha1:64ea189ee0511fddc5b6b2271c88779735dd8380</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use bn_asm_vax.S (from netbsd); test + ok by miod</title>
<updated>2003-11-18T12:39:05+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2003-11-18T12:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3cf6590e9b2b978b44c38897634f84fbf167db4f'/>
<id>urn:sha1:3cf6590e9b2b978b44c38897634f84fbf167db4f</id>
<content type='text'>
use asm code for i386, except for the CBC code, because
it is not clean PIC code.
add &lt;machime/asm.h&gt; support to x86unix.pl
tested by: nick (on 30386), henning, djm, tedu, jmc and more;
no shlib minor crank necessary, only internal symbols changed.
</content>
</entry>
<entry>
<title>merge 0.9.7c; minor bugsfixes;</title>
<updated>2003-11-11T22:15:20+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2003-11-11T22:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=38a053f575d6faf05903707a8e835dc231c7eca9'/>
<id>urn:sha1:38a053f575d6faf05903707a8e835dc231c7eca9</id>
<content type='text'>
API addition: ERR_release_err_state_table
[make includes before you build libssl/libcrypto]
</content>
</entry>
<entry>
<title>Revert BN_cmp() change. Its arguments are const. Spotted by miod@.</title>
<updated>2003-09-29T21:12:50+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2003-09-29T21:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d427f064c56e95cd3c43d5ea3b39f88163b10826'/>
<id>urn:sha1:d427f064c56e95cd3c43d5ea3b39f88163b10826</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>Return immediately if argument to BN_sub_word is zero.</title>
<updated>2003-09-25T19:55:36+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2003-09-25T19:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c6223f04e5580b6affc19d5f7518c523814b7da8'/>
<id>urn:sha1:c6223f04e5580b6affc19d5f7518c523814b7da8</id>
<content type='text'>
ok markus@ deraadt@
</content>
</entry>
<entry>
<title>Use BN_is_zero(), not x-&gt;top == 0 to test if a BN is zero.</title>
<updated>2003-09-25T19:54:46+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2003-09-25T19:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cff7518117b7df6884d44414f64caaf7687f2e9b'/>
<id>urn:sha1:cff7518117b7df6884d44414f64caaf7687f2e9b</id>
<content type='text'>
ok markus@ deraadt@
</content>
</entry>
<entry>
<title>Add extra calls to bn_fix_top() in BN_cmp(), since some functions may</title>
<updated>2003-09-25T19:53:59+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2003-09-25T19:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b2faba93ca8a0634c3af02d30651d3d4e81b019a'/>
<id>urn:sha1:b2faba93ca8a0634c3af02d30651d3d4e81b019a</id>
<content type='text'>
leave an invalid BN.

ok markus@ deraadt@
</content>
</entry>
<entry>
<title>Do not produce a corrupt BIGNUM when adding 0 to 0 using BN_add_word().</title>
<updated>2003-08-21T08:14:19+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2003-08-21T08:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2a5450809a4f734d64251bf544c07ad83ca1ba31'/>
<id>urn:sha1:2a5450809a4f734d64251bf544c07ad83ca1ba31</id>
<content type='text'>
ok markus@
</content>
</entry>
<entry>
<title>merge 0.9.7b with local changes; crank majors for libssl/libcrypto</title>
<updated>2003-05-12T02:18:40+00:00</updated>
<author>
<name>markus</name>
<email></email>
</author>
<published>2003-05-12T02:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d4fcd82bb7f6d603bd61e19a81ba97337b89dfca'/>
<id>urn:sha1:d4fcd82bb7f6d603bd61e19a81ba97337b89dfca</id>
<content type='text'>
</content>
</entry>
</feed>
