<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl/interop, branch libressl-v3.3.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.3.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.3.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-10-30T03:12:40+00:00</updated>
<entry>
<title>botan2 uses C++11, so use ports-gcc on gcc-archs</title>
<updated>2020-10-30T03:12:40+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-10-30T03:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=641a04692ce38bf174dd730b7180e766bdaff878'/>
<id>urn:sha1:641a04692ce38bf174dd730b7180e766bdaff878</id>
<content type='text'>
This makes this interop test pass on sparc64.
</content>
</entry>
<entry>
<title>Do not fail with obscure error messages on 'make'</title>
<updated>2020-10-29T06:05:12+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-10-29T06:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1822c50c29255a6f1fb43434b5b68915ea021a20'/>
<id>urn:sha1:1822c50c29255a6f1fb43434b5b68915ea021a20</id>
<content type='text'>
Fix some tests that fail with obscure error messages on 'make' if the
required package (either version of OpenSSL or Botan 2) isn't installed.
This can be avoided by doing 'make regress' instead.  I'll try to adjust
my finger memory for the many tests outside the LibreSSL tree that have
the same "problem". The fix here is unintrusive and I've been wasting
enough time with this to want to change it.

ok bluhm
</content>
</entry>
<entry>
<title>1) Move the interop tests to the end so we see tlsfuzzer first</title>
<updated>2020-09-21T15:13:24+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2020-09-21T15:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9d558960cf920187dcf488f05a3decde546bbddc'/>
<id>urn:sha1:9d558960cf920187dcf488f05a3decde546bbddc</id>
<content type='text'>
2) Reorder the interop tests so the really slow "cert" test is at the end
3) Change the cert tests to use REGRESS_SLOW_TARGETS when testing combination
   of client and server that does not involve libressl. This way we can
   skip testing openssl to openssl11 when running these manually by
   setting REGRESS_SKIP_SLOW to "yet" in mk.conf

ok jsing@
</content>
</entry>
<entry>
<title>Test botan TLS client with libressl, openssl, openssl11 server.</title>
<updated>2020-09-15T01:45:16+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-09-15T01:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=99c305e9a1574d8ffff5ba4752c88b964c0fafbd'/>
<id>urn:sha1:99c305e9a1574d8ffff5ba4752c88b964c0fafbd</id>
<content type='text'>
</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>If CPU does not support AES-NI, LibreSSL TLS 1.3 client prefers</title>
<updated>2020-09-12T15:48:30+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-09-12T15:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e0ab7f11dbb9b75ca3e654c6a2b285049e1c7afc'/>
<id>urn:sha1:e0ab7f11dbb9b75ca3e654c6a2b285049e1c7afc</id>
<content type='text'>
chacha-poly over aes-gcm.  Expect both fallbacks for non 1.3 ciphers.
</content>
</entry>
<entry>
<title>Enable cert and cipher interop tests.  cert just works.  cipher has</title>
<updated>2020-09-11T22:48:00+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-09-11T22:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=66b3b0fa0e26b882333bdd906d8811b1f4094144'/>
<id>urn:sha1:66b3b0fa0e26b882333bdd906d8811b1f4094144</id>
<content type='text'>
been fixed to work with libressl TLS 1.3.  Both libressl and openssl11
replace obsolete TLS 1.2 ciphers with AEAD-AES256-GCM-SHA384 or
TLS_AES_256_GCM_SHA384 in TLS 1.3 respectively.  The test expects
that now.  Currently GOST does not work with libressl and TLS 1.3
and is disabled.
</content>
</entry>
<entry>
<title>Revise regress for TLSv1.3 server being enabled.</title>
<updated>2020-05-11T18:20:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-05-11T18:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9cb614ecfae85e33f73e37c50b4b124384f3403e'/>
<id>urn:sha1:9cb614ecfae85e33f73e37c50b4b124384f3403e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable cert interop tests for now.</title>
<updated>2020-01-25T16:10:32+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-01-25T16:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7d21cbd7f1e56eb8ddf1d70461ed852a17e87e91'/>
<id>urn:sha1:7d21cbd7f1e56eb8ddf1d70461ed852a17e87e91</id>
<content type='text'>
The libressl TLSv1.3 client and server currently lack client certificate
authentication support and this test expects all clients can auth with
all servers.

We can likely turn this back on in the near future.
</content>
</entry>
<entry>
<title>Actually disable cipher interop tests.</title>
<updated>2020-01-25T16:09:05+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-01-25T16:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2de79ce59f152afc2bd7f8ebf2d6e99265f6df6f'/>
<id>urn:sha1:2de79ce59f152afc2bd7f8ebf2d6e99265f6df6f</id>
<content type='text'>
</content>
</entry>
</feed>
