<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libtls/gotls, branch OPENBSD_7_4</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_4</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-07-02T06:37:27+00:00</updated>
<entry>
<title>Remove the ability to do tls 1.0 and 1.1 from libtls.</title>
<updated>2023-07-02T06:37:27+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-07-02T06:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=908a2337ae4c28163a92b9fda969dbdd36bc634b'/>
<id>urn:sha1:908a2337ae4c28163a92b9fda969dbdd36bc634b</id>
<content type='text'>
With this change any requests from configurations to request
versions of tls before tls 1.2 will use tls 1.2. This prepares
us to deprecate tls 1.0 and tls 1.1 support from libssl.

ok tb@
</content>
</entry>
<entry>
<title>Make this test module aware so it passes with Go 1.16</title>
<updated>2021-02-23T20:36:16+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-02-23T20:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=479ca8e451d375cb6fedc8ac95903bc80449092c'/>
<id>urn:sha1:479ca8e451d375cb6fedc8ac95903bc80449092c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a larger (2048 bit) RSA test key.</title>
<updated>2020-05-04T16:18:54+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-05-04T16:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b2af28cd297d80fb2c19ed05765fb6c5aa610a7a'/>
<id>urn:sha1:b2af28cd297d80fb2c19ed05765fb6c5aa610a7a</id>
<content type='text'>
Otherwise we fail to do PSS signatures since the key size is too small.
</content>
</entry>
<entry>
<title>Update protocol version test to include TLSv1.3.</title>
<updated>2020-02-16T17:03:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-02-16T17:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=65e9ca5e68eace9b728e65446cabbb9e1c6772e1'/>
<id>urn:sha1:65e9ca5e68eace9b728e65446cabbb9e1c6772e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tls_conn_cipher_strength() to gotls regress.</title>
<updated>2019-11-02T13:56:17+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-02T13:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d92505c71f123a8d3b82dbac2cde08b9de1d02e8'/>
<id>urn:sha1:d92505c71f123a8d3b82dbac2cde08b9de1d02e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not check for working go executable during make clean cleandir obj.</title>
<updated>2019-04-24T22:45:54+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2019-04-24T22:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=400374505109554a0be630a5c7633425a86ebfb5'/>
<id>urn:sha1:400374505109554a0be630a5c7633425a86ebfb5</id>
<content type='text'>
reminded by jsing@
</content>
</entry>
<entry>
<title>Fix a format string issue that Go 1.10 complains about.</title>
<updated>2018-03-15T16:21:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-03-15T16:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3af1ea8463212d819635d3aef59d741cea72dd8c'/>
<id>urn:sha1:3af1ea8463212d819635d3aef59d741cea72dd8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve unknown protocol version handling.</title>
<updated>2017-04-09T14:31:44+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-04-09T14:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=533521b6eb1b1211174844d12057ff6f304e906f'/>
<id>urn:sha1:533521b6eb1b1211174844d12057ff6f304e906f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In ssl.h TLS 1.0 is called TLSv1.  Adapt name in test to make it pass.</title>
<updated>2017-04-07T17:33:45+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2017-04-07T17:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a78dfe5ca7a56df9df7cad8f332d58ee33680f9d'/>
<id>urn:sha1:a78dfe5ca7a56df9df7cad8f332d58ee33680f9d</id>
<content type='text'>
OK jsing@
</content>
</entry>
<entry>
<title>Add a test that covers a libtls client talking to a Go TLS server with</title>
<updated>2017-03-07T13:22:39+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-03-07T13:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f3432a06f852cd787898bca11abb5707354176f'/>
<id>urn:sha1:8f3432a06f852cd787898bca11abb5707354176f</id>
<content type='text'>
varying minimum and maximum protocol versions. This gives us protocol
version test coverage against an independent TLS stack.
</content>
</entry>
</feed>
