<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl/interop, branch OPENBSD_7_1_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_1_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_1_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-02-05T18:34:06+00:00</updated>
<entry>
<title>Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_list</title>
<updated>2022-02-05T18:34:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-02-05T18:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5ca2668e5b3228e2b85bc6198b8c7dce04c22d65'/>
<id>urn:sha1:5ca2668e5b3228e2b85bc6198b8c7dce04c22d65</id>
<content type='text'>
SSL_CTX_set_cipher_list() in OpenSSL 1.1 does not accept TLSv1.3 ciphers.
This wasn't a problem until now since the AEAD- ciphers were counted as
distinct from TLS_ ciphers by the regress test, so they were never used
in the {run,check}-cipher-${cipher}-client-${clib}-server-${slib} tests

With the renaming, the TLSv1.3 ciphers are now considered as common
ciphers, so they're tested. With openssl11 this results in

0:error:1410D0B9:SSL routines:SSL_CTX_set_cipher_list:no cipher match:ssl/ssl_lib.c:2573:

The design of these tests doesn't allow easily adding a call to
SSL_CTX_set_ciphersuites (since they also need to work with openssl 1.0.2)
so skip the TLS_* ciphers for the time being.
</content>
</entry>
<entry>
<title>Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.</title>
<updated>2022-02-05T18:21:09+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-02-05T18:21:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ebd49daf0f01ffb595c4642dd2982bf31d7b9cd3'/>
<id>urn:sha1:ebd49daf0f01ffb595c4642dd2982bf31d7b9cd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tell testers which packages to install right away (and why)</title>
<updated>2021-12-02T17:10:53+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2021-12-02T17:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5f76eb00e8dae262a9b0c52bae0d3b6fe1ed6ce0'/>
<id>urn:sha1:5f76eb00e8dae262a9b0c52bae0d3b6fe1ed6ce0</id>
<content type='text'>
Other regress tests do it differently;  just fix/thouch those that did not
mention any package name at all.

This helps grepping logs for SKIPPED to find instructions for the next run.
</content>
</entry>
<entry>
<title>Make Bob happy.</title>
<updated>2021-09-03T11:58:24+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2021-09-03T11:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c49f54bd21b91f7bf439543ffad1572e290083d4'/>
<id>urn:sha1:c49f54bd21b91f7bf439543ffad1572e290083d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert accidental commit</title>
<updated>2021-08-30T17:34:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-08-30T17:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e501ef18aa9f692de97c6b92c6bfabf63c669322'/>
<id>urn:sha1:e501ef18aa9f692de97c6b92c6bfabf63c669322</id>
<content type='text'>
</content>
</entry>
<entry>
<title>link verify regress tests to build</title>
<updated>2021-08-30T17:28:47+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-08-30T17:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ed1026f341a36f6824b8a5991147f9467392ce3a'/>
<id>urn:sha1:ed1026f341a36f6824b8a5991147f9467392ce3a</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>Add to *FLAGS and *ADD rather than overwriting them</title>
<updated>2020-12-25T10:50:08+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-12-25T10:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2cc3e262414425825b3c19ff586f2c2cc20bccd2'/>
<id>urn:sha1:2cc3e262414425825b3c19ff586f2c2cc20bccd2</id>
<content type='text'>
This makes CFLAGS pick up -O2, which shaves a few seconds runtime
off these very slow tests.
</content>
</entry>
<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>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>
</feed>
