<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl, branch OPENBSD_7_3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-02-02T12:37:14+00:00</updated>
<entry>
<title>Sync function prototypes and declarations to satisfy clang 15.</title>
<updated>2023-02-02T12:37:14+00:00</updated>
<author>
<name>anton</name>
<email></email>
</author>
<published>2023-02-02T12:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ec08cb0adb3ed1bd870b2eeebb5ab254a4a4d6a6'/>
<id>urn:sha1:ec08cb0adb3ed1bd870b2eeebb5ab254a4a4d6a6</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Don't run session tests with openssl 3.0 - these tests aren't TLSv1.3 ready</title>
<updated>2023-02-01T16:03:47+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-02-01T16:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=18e41f44e8da16fa34d9627787df9e72e6d1bf09'/>
<id>urn:sha1:18e41f44e8da16fa34d9627787df9e72e6d1bf09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hopefully the last one.</title>
<updated>2023-02-01T15:59:50+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-02-01T15:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=397f620c6d0e0e10db7eca8d1f7cdcf96e4ef3dc'/>
<id>urn:sha1:397f620c6d0e0e10db7eca8d1f7cdcf96e4ef3dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>One more openssl 1.0.2 thing missed.</title>
<updated>2023-02-01T15:58:20+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-02-01T15:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=544a66582d11ee6b8e488dc93ef69d2187f787c7'/>
<id>urn:sha1:544a66582d11ee6b8e488dc93ef69d2187f787c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch from eopenssl to eopenssl30. Missed in both previous commits</title>
<updated>2023-02-01T15:38:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-02-01T15:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=09fb96cdc9f31f63544c6888bb2e8c8c30025bc5'/>
<id>urn:sha1:09fb96cdc9f31f63544c6888bb2e8c8c30025bc5</id>
<content type='text'>
for some reason.
</content>
</entry>
<entry>
<title>Retire OpenSSL 1.0.2 interop</title>
<updated>2023-02-01T14:39:09+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-02-01T14:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=17e85e0d750477ecd6d94c4da3d089193c536e8f'/>
<id>urn:sha1:17e85e0d750477ecd6d94c4da3d089193c536e8f</id>
<content type='text'>
Now that the OpenSSL 1.0.2 port is gone, there's no need to keep the
interop tests anymore. anton's and bluhm's regress tests will switch
to testing interoperability with OpenSSL 3.0.
</content>
</entry>
<entry>
<title>Add openssl 3.0 interop tests</title>
<updated>2023-01-27T08:28:36+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-01-27T08:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=971c759a469620704a18f7c93e7d71fbae75e7c2'/>
<id>urn:sha1:971c759a469620704a18f7c93e7d71fbae75e7c2</id>
<content type='text'>
The plan is to retire the 1.0.2 interop tests soon so as to be able to
drop the dead and dangerous OpenSSL 1.0.2 port.

The cert part is extremely slow on arm64: the whole interop test on an m1
is about 10x slower (~45 min!) than on a modern amd64 laptop, so people
running regress may want to wait a bit with adding OpenSSL 3 to their test
boxes until this is sorted out.
</content>
</entry>
<entry>
<title>tlsfuzzer: hook up new connection abort tests while skipping the NST</title>
<updated>2023-01-06T19:25:20+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-01-06T19:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=787add8fe3417fe14118d5a0fda7d148828c5736'/>
<id>urn:sha1:787add8fe3417fe14118d5a0fda7d148828c5736</id>
<content type='text'>
tests for TLSv1.3 since that's not currently handled.
</content>
</entry>
<entry>
<title>Add explicit LL suffixes to large constants to appease some compilers on</title>
<updated>2023-01-01T17:43:04+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2023-01-01T17:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1a57ec0380f59e775cd37dfd0921b00983dbffa9'/>
<id>urn:sha1:1a57ec0380f59e775cd37dfd0921b00983dbffa9</id>
<content type='text'>
32-bit systems.
</content>
</entry>
<entry>
<title>Revise cipher list regress coverage of SSL_set_security_level().</title>
<updated>2022-12-17T16:05:28+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2022-12-17T16:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b76c072452e6a1c867a6726ec9818e3c3281607d'/>
<id>urn:sha1:b76c072452e6a1c867a6726ec9818e3c3281607d</id>
<content type='text'>
A SSL_set_security_level() call was added to the cipher list regress, which
expects a failure - however, it should succeed and fails for a completely
unrelated reason. Rework this regress so that it actually passes and tests
for the expected behaviour.
</content>
</entry>
</feed>
