<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto/bn/general, branch OPENBSD_7_0_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_0_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_0_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-12-17T00:51:12+00:00</updated>
<entry>
<title>Remove echo headlines.</title>
<updated>2020-12-17T00:51:12+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-12-17T00:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a'/>
<id>urn:sha1:c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feed the bntest output to bc(1).  This checks the result of the big</title>
<updated>2019-09-05T00:59:36+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2019-09-05T00:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eaf2bcaf943cadd7752548dc239eb638c441f553'/>
<id>urn:sha1:eaf2bcaf943cadd7752548dc239eb638c441f553</id>
<content type='text'>
num calculations and avoids lots of ugly output to stdout.  Remove
fflush(3) of stderr, it is unbuffered anyway.
with Moritz Buhl
</content>
</entry>
<entry>
<title>Add a test for the bn_to_string() function introduced in v3_utl.c r1.32.</title>
<updated>2019-04-13T22:06:31+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-04-13T22:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e533ab8a685e850dd6d3aa69d42e803d0926b372'/>
<id>urn:sha1:e533ab8a685e850dd6d3aa69d42e803d0926b372</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>fix resource leaks, ok @guenther</title>
<updated>2017-08-12T17:01:13+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2017-08-12T17:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4932843c4abdbabd6802b3c7c4c134d63c75e6a6'/>
<id>urn:sha1:4932843c4abdbabd6802b3c7c4c134d63c75e6a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check return value of every BN_* functions in bntest</title>
<updated>2017-02-23T14:14:37+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2017-02-23T14:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=12f3b5d4e332869652488564f0d8546899965af5'/>
<id>urn:sha1:12f3b5d4e332869652488564f0d8546899965af5</id>
<content type='text'>
- add macro CHECK_GOTO
- unify function return code to rc
- add err: label for error goto
ok bcook@
</content>
</entry>
<entry>
<title>Remove unused variable in C source to make the test compile and pass.</title>
<updated>2017-02-07T14:24:34+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2017-02-07T14:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2db995a8c0290425b390cdb915b2586eb31dcad4'/>
<id>urn:sha1:2db995a8c0290425b390cdb915b2586eb31dcad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_mont</title>
<updated>2017-01-31T13:19:05+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2017-01-31T13:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=246deb4bbd4aa0deb89c6c0051f717622541248e'/>
<id>urn:sha1:246deb4bbd4aa0deb89c6c0051f717622541248e</id>
<content type='text'>
This regress bntest.c patch is originally from master branch of OpenSSL.
- dca2e0e test/bntest.c: regression test for CVE-2016-7055.
- 3e7a496 test/bntest.c: regression test for carry bug in bn_sqr8x_internal.

These tests were added for these commit.
- 2fac86d bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).
- 3f4bcf5 bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.

ok beck@
</content>
</entry>
<entry>
<title>Make explicit _ct and _nonct versions of bn_mod_exp funcitons that</title>
<updated>2017-01-21T09:38:59+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-21T09:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a0a595cda97de2b217b0582cfa601ee4c746bfce'/>
<id>urn:sha1:a0a595cda97de2b217b0582cfa601ee4c746bfce</id>
<content type='text'>
matter for constant time, and make the public interface only used
external to the library.

This moves us to a model where the important things are constant time
versions unless you ask for them not to be, rather than the opposite.
I'll continue with this method by method.

Add regress tests for same.
ok jsing@
</content>
</entry>
<entry>
<title>Update libcrypto regress to handle header and non-exported symbol changes.</title>
<updated>2016-12-21T15:51:05+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-12-21T15:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e8afa36258d3a8aa37c43dd1c5e2e7410f2c007f'/>
<id>urn:sha1:e8afa36258d3a8aa37c43dd1c5e2e7410f2c007f</id>
<content type='text'>
</content>
</entry>
</feed>
