<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bn, branch libressl-v2.3.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.3.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.3.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-12-24T05:50:16+00:00</updated>
<entry>
<title>More adress -&gt; address</title>
<updated>2015-12-24T05:50:16+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2015-12-24T05:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c9941e688a2d017068fd83419a3e3346b270db54'/>
<id>urn:sha1:c9941e688a2d017068fd83419a3e3346b270db54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix gcc version preprocessor checks to cope with gcc 5.x and beyond;</title>
<updated>2015-11-06T21:42:32+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-11-06T21:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c110b43d6c9d70ccdf48f4ce8b55e5385c0a8e82'/>
<id>urn:sha1:c110b43d6c9d70ccdf48f4ce8b55e5385c0a8e82</id>
<content type='text'>
reported by Ruslan Babayev.
</content>
</entry>
<entry>
<title>Reject too small bits value in BN_generate_prime_ex(), so that it does not risk</title>
<updated>2015-10-21T19:02:22+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-21T19:02:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=169b1d04ba02c0b6ed76ddbfa052ef2c50e38d9e'/>
<id>urn:sha1:169b1d04ba02c0b6ed76ddbfa052ef2c50e38d9e</id>
<content type='text'>
becoming negative in probable_prime_dh_safe(). Reported by Franck Denis who
noticed `openssl gendh 0' would segfault.
Fix adapted from OpenSSL RT#2701.

ok beck@ jsing@
</content>
</entry>
<entry>
<title>actually include the prerequisite dependency for BIO instead of doing nastyness</title>
<updated>2015-10-16T12:41:29+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-10-16T12:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5fecaacb6105a6c797b4faf4dd45b4e5b1d9303c'/>
<id>urn:sha1:5fecaacb6105a6c797b4faf4dd45b4e5b1d9303c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove excessive brackets on pointer math</title>
<updated>2015-09-28T18:58:33+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-09-28T18:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9e65350789e73f16ebd0672704b928a0f3dcb8a7'/>
<id>urn:sha1:9e65350789e73f16ebd0672704b928a0f3dcb8a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redo 1.25, without the NULL deref.</title>
<updated>2015-09-27T19:41:37+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-09-27T19:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ba7d6609fcab2f8dc72ed84e09920aee9da75aa9'/>
<id>urn:sha1:ba7d6609fcab2f8dc72ed84e09920aee9da75aa9</id>
<content type='text'>
ok sthen@ bcook@
</content>
</entry>
<entry>
<title>Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") for</title>
<updated>2015-09-18T09:00:04+00:00</updated>
<author>
<name>sthen</name>
<email></email>
</author>
<published>2015-09-18T09:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8a2b62a8c45beb43a75c8994a301e68c2f3a2e18'/>
<id>urn:sha1:8a2b62a8c45beb43a75c8994a301e68c2f3a2e18</id>
<content type='text'>
now, it has a NULL deref. Segfault reported by Mikolaj Kucharski, ok bcook
</content>
</entry>
<entry>
<title>Handle negative-zero in BN_bn2dec() too, just like in BN_print().</title>
<updated>2015-09-13T16:02:11+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-09-13T16:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5313e1a6e8d465ce51e34471a7b90930aaadf2e9'/>
<id>urn:sha1:5313e1a6e8d465ce51e34471a7b90930aaadf2e9</id>
<content type='text'>
ok miod
</content>
</entry>
<entry>
<title>BN does support negative-zero -- BN_print() sets the standard here.</title>
<updated>2015-09-13T15:59:29+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-09-13T15:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cd6c582063a3fd8f331646e17db3d5bb97124e53'/>
<id>urn:sha1:cd6c582063a3fd8f331646e17db3d5bb97124e53</id>
<content type='text'>
BN_bn2hex() had a 1-byte overflow when creating "-0\0".  Reported to
me a while back by unknown person -- did not have enough experience
to push this through then.
advice from jsing, ok miod
</content>
</entry>
<entry>
<title>Remove workaround for old SIMICS toolchain.</title>
<updated>2015-09-12T09:04:12+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-09-12T09:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a6fad4398c5c6f137d4e06054ff993a175e1149b'/>
<id>urn:sha1:a6fad4398c5c6f137d4e06054ff993a175e1149b</id>
<content type='text'>
</content>
</entry>
</feed>
