<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto/rc2, branch master</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=master</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-11-09T12:13:08+00:00</updated>
<entry>
<title>Remove unnecessary sizeof</title>
<updated>2022-11-09T12:13:08+00:00</updated>
<author>
<name>joshua</name>
<email></email>
</author>
<published>2022-11-09T12:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5029465506eb2a9a379e78b43540b535bb023fdc'/>
<id>urn:sha1:5029465506eb2a9a379e78b43540b535bb023fdc</id>
<content type='text'>
ok jsing@ tb@
</content>
</entry>
<entry>
<title>Add CBC, CFB64 and OFB64 test coverage for RC2</title>
<updated>2022-09-12T13:11:36+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-09-12T13:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=77e0dc143cbead5de7825f59dfee9ce1f58bc6c1'/>
<id>urn:sha1:77e0dc143cbead5de7825f59dfee9ce1f58bc6c1</id>
<content type='text'>
From Joshua Sing
</content>
</entry>
<entry>
<title>whitespace nits</title>
<updated>2022-09-12T13:09:01+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-09-12T13:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=82eac1700be94806eae510479bb555337940c090'/>
<id>urn:sha1:82eac1700be94806eae510479bb555337940c090</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move division by two out of sizeof()</title>
<updated>2022-09-12T04:12:39+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-09-12T04:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1014c03d42f6fc51150706520e1d6f0eb0fa20a'/>
<id>urn:sha1:d1014c03d42f6fc51150706520e1d6f0eb0fa20a</id>
<content type='text'>
CID 356778
</content>
</entry>
<entry>
<title>Add EVP test coverage for RC2.</title>
<updated>2022-09-07T21:25:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-09-07T21:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4ccf2baba3b7ebc9a0fc9f27d93da6692760b1a7'/>
<id>urn:sha1:4ccf2baba3b7ebc9a0fc9f27d93da6692760b1a7</id>
<content type='text'>
From Joshua Sing
</content>
</entry>
<entry>
<title>Add a table-driven test for RC2 in ECB mode to replace the old one.</title>
<updated>2022-09-06T15:36:25+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-09-06T15:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=95710a4c89056577c390e26bffc81e975fa45cce'/>
<id>urn:sha1:95710a4c89056577c390e26bffc81e975fa45cce</id>
<content type='text'>
From Joshua Sing
</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>Include -DLIBRESSL_INTERNAL in regress makefiles.</title>
<updated>2014-07-08T15:53:53+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-07-08T15:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7afb360c691a50252631f701035b15ed0177a3c8'/>
<id>urn:sha1:7afb360c691a50252631f701035b15ed0177a3c8</id>
<content type='text'>
ok miod@
</content>
</entry>
<entry>
<title>Build these tests with WARNINGS=Yes and -Werror, and do the necessary</title>
<updated>2014-06-01T11:11:46+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-06-01T11:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=18ef1425b569ea27254911a14222de8d26e365a9'/>
<id>urn:sha1:18ef1425b569ea27254911a14222de8d26e365a9</id>
<content type='text'>
fixes to keep building.
</content>
</entry>
<entry>
<title>Import the OpenSSL libcrypto tests in a form suitable for our rergress</title>
<updated>2014-04-15T18:01:18+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-15T18:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5346460520d82f1ee52c114e82ada966daf2a680'/>
<id>urn:sha1:5346460520d82f1ee52c114e82ada966daf2a680</id>
<content type='text'>
infrastructure.
The following tests have not been imported, for their code lacks a licence:
asn1, rsa, sha256, sha512, wp.
</content>
</entry>
</feed>
