<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libtls, branch libressl-v3.2.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.2.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.2.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-07-04T09:07:02+00:00</updated>
<entry>
<title>Add a missing circular_init() call in the TLS ordering test.</title>
<updated>2020-07-04T09:07:02+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-07-04T09:07:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ca98cbb7c336fac18fa8a53f4f555ccf440e5838'/>
<id>urn:sha1:ca98cbb7c336fac18fa8a53f4f555ccf440e5838</id>
<content type='text'>
This makes the regress work correctly again - this was previously masked
by the fact that tls_close() (and hence SSL_shutdown()) was draining the
circular buffer, whereas now we're leaving data behind from a previous
test, resulting in the ordering test failing.
</content>
</entry>
<entry>
<title>Add TLS versioning tests.</title>
<updated>2020-05-13T17:57:27+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-05-13T17:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=85564cbdaaead9999e493a60665d8f6a911aeb69'/>
<id>urn:sha1:85564cbdaaead9999e493a60665d8f6a911aeb69</id>
<content type='text'>
This ensures that a TLSv1.0, TLSv1.1, TLSv1.2 or TLSv1.3 client can talk
with an appropriately configured server and vice versa.
</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>Update libtls config regress to include TLSv1.3.</title>
<updated>2020-01-20T08:40:16+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-01-20T08:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9c238ce75e032f6d1918b881939e60d5c86af4d1'/>
<id>urn:sha1:9c238ce75e032f6d1918b881939e60d5c86af4d1</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>Add subdirectires with SUBDIR += instead of a single assignment with</title>
<updated>2018-11-09T19:24:50+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-11-09T19:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=14d1b12c76ae17b63d5368e647a5bca9e82fc390'/>
<id>urn:sha1:14d1b12c76ae17b63d5368e647a5bca9e82fc390</id>
<content type='text'>
line continuations.
</content>
</entry>
<entry>
<title>Revise regress to match tls_keypair_clear() removal.</title>
<updated>2018-04-07T16:42:17+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-04-07T16:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=040fcad0f790a17c76004b9dd1b001925d76f29c'/>
<id>urn:sha1:040fcad0f790a17c76004b9dd1b001925d76f29c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the now unnecessary tls_init() call.</title>
<updated>2018-03-19T16:36:12+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-03-19T16:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7404a498429b2296b52ce77d887b7040276e03a3'/>
<id>urn:sha1:7404a498429b2296b52ce77d887b7040276e03a3</id>
<content type='text'>
</content>
</entry>
</feed>
