<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl/interop/server.c, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-02-01T14:39:09+00:00</updated>
<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>Only run tests against ciphers supported by the method.</title>
<updated>2022-07-07T13:12:57+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-07-07T13:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6c30e945e931211223b0bbf8f86a8754ce7d65d7'/>
<id>urn:sha1:6c30e945e931211223b0bbf8f86a8754ce7d65d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>alarm(3) cannot fail, remove error handling.</title>
<updated>2021-07-06T11:50:34+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2021-07-06T11:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=79ad01e78891813d44a87b6399284a5fdf74f0ee'/>
<id>urn:sha1:79ad01e78891813d44a87b6399284a5fdf74f0ee</id>
<content type='text'>
suggested by millert@
</content>
</entry>
<entry>
<title>Connect a client to a server.  Both can be current libressl, or</title>
<updated>2020-09-14T00:51:04+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-09-14T00:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=407ed00262824449401bb81ab8981bc63ea02280'/>
<id>urn:sha1:407ed00262824449401bb81ab8981bc63ea02280</id>
<content type='text'>
openssl 1.0.2, or openssl 1.1.  Pin client or server to a fixed TLS
version number.  Incompatible versions must fail.  Check that client
and server have used correct version by grepping in their session
print out.
</content>
</entry>
<entry>
<title>Fix typo in usage and comment.</title>
<updated>2019-03-21T17:52:26+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2019-03-21T17:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b45cb195c7a0d58f9ee417f6a2035faec7d3a555'/>
<id>urn:sha1:b45cb195c7a0d58f9ee417f6a2035faec7d3a555</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test that all supported TLS ciphers actually work.  Establish</title>
<updated>2019-02-21T23:06:33+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2019-02-21T23:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=375349e3dab4ad23aaba1771a89b29b9525e2c0c'/>
<id>urn:sha1:375349e3dab4ad23aaba1771a89b29b9525e2c0c</id>
<content type='text'>
connections between client and server implemented with LibreSSL or
OpenSSL with a fixed cipher on each side.  Check the used cipher
in the session print out.
</content>
</entry>
<entry>
<title>getopt(3) returns int, not char.  Fix type of ch variable to prevent</title>
<updated>2019-02-11T12:22:44+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2019-02-11T12:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=88618333f84d8a2726a86ece227e023659dbf0cc'/>
<id>urn:sha1:88618333f84d8a2726a86ece227e023659dbf0cc</id>
<content type='text'>
sign error during arm regress.
</content>
</entry>
<entry>
<title>Regress client and server can do session reuse now.  Test this with</title>
<updated>2018-11-10T08:33:45+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2018-11-10T08:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6bd0566375713b872fa7b3055181d18de32ba11b'/>
<id>urn:sha1:6bd0566375713b872fa7b3055181d18de32ba11b</id>
<content type='text'>
all combinations of LibreSSL, OpenSSL 1.0.2, and OpenSSL 1.1.  It
is currently disabled for TLS 1.3 as this needs more setup.
</content>
</entry>
<entry>
<title>The cert subdir is testing all combinations of certificate validation.</title>
<updated>2018-11-09T06:30:41+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2018-11-09T06:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e3076365506f38e78df5fe822fa92f5279cc68ca'/>
<id>urn:sha1:e3076365506f38e78df5fe822fa92f5279cc68ca</id>
<content type='text'>
Having the three libraries, client and server certificates, missing
or invalid CA or certificates, and enforcing peer certificate results
in 1944 new test cases.
</content>
</entry>
<entry>
<title>Add interop test with OpenSSL 1.1.  TLS 1.3 should be used automatically</title>
<updated>2018-11-07T19:09:01+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2018-11-07T19:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f0e5908a3eda97ad8aa14cba6eae080ee759006'/>
<id>urn:sha1:8f0e5908a3eda97ad8aa14cba6eae080ee759006</id>
<content type='text'>
when it becomes available in LibreSSL.
thanks to sthen@ for the new OpenSSL port
</content>
</entry>
</feed>
