<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl/ssl, 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>2021-11-21T21:40:45+00:00</updated>
<entry>
<title>Prepare ssltest for opaque DH</title>
<updated>2021-11-21T21:40:45+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-21T21:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5cc37e948d612e777022d53baf8fce09928bce5f'/>
<id>urn:sha1:5cc37e948d612e777022d53baf8fce09928bce5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix ssltest to work with opaque EVP_PKEY.</title>
<updated>2021-11-18T16:45:28+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-18T16:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3d651cab534ea2c4e3ed5afba0a7de03058834d5'/>
<id>urn:sha1:3d651cab534ea2c4e3ed5afba0a7de03058834d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make this test compile again after the damage done in libcrypto</title>
<updated>2021-10-31T16:56:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-10-31T16:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2698d12df56e54607660430d3df9bb8dff6dd1ca'/>
<id>urn:sha1:2698d12df56e54607660430d3df9bb8dff6dd1ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pull in ssl_locl.h so that we can keep reaching into libssl internals.</title>
<updated>2021-10-15T16:49:12+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-10-15T16:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2f485ea9309901fbcf267b8c0311420ec1f3f269'/>
<id>urn:sha1:2f485ea9309901fbcf267b8c0311420ec1f3f269</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssltest.c does not need param.h</title>
<updated>2021-10-13T17:02:10+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-10-13T17:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=97c964bb761067cdd82510a97f8cbcebd963202d'/>
<id>urn:sha1:97c964bb761067cdd82510a97f8cbcebd963202d</id>
<content type='text'>
From Jonas Termansen
</content>
</entry>
<entry>
<title>Garbage collect do_test_cipherlist().</title>
<updated>2021-07-03T16:04:29+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-07-03T16:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=22c6e88bbe3db425c3ad81c34ab49a96cfd66d47'/>
<id>urn:sha1:22c6e88bbe3db425c3ad81c34ab49a96cfd66d47</id>
<content type='text'>
This code no longer compiles and the equivalent test coverage has been
added to regress/lib/libssl/ciphers (and is actually run).
</content>
</entry>
<entry>
<title>Disable some code that reaches into libssl internals.</title>
<updated>2021-06-30T18:11:47+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-06-30T18:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=add9d0d8d906ecd375af373d3858c43e0f44be41'/>
<id>urn:sha1:add9d0d8d906ecd375af373d3858c43e0f44be41</id>
<content type='text'>
This should be moved to a dedicated regress test.
</content>
</entry>
<entry>
<title>Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.</title>
<updated>2020-07-14T18:13:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-07-14T18:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=433ca5556ec97043c86247c7a189970e68a998b3'/>
<id>urn:sha1:433ca5556ec97043c86247c7a189970e68a998b3</id>
<content type='text'>
Otherwise we end up switching to TLSv1.3 and using a TLSv1.3 cipher suite.
</content>
</entry>
<entry>
<title>Add a -tls1_2 option so we can force TLSv1.2 for testing.</title>
<updated>2020-07-14T18:11:16+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-07-14T18:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=350ea5f5e1d55fa3fa13fde2f8e301eb8a441963'/>
<id>urn:sha1:350ea5f5e1d55fa3fa13fde2f8e301eb8a441963</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove temporary RSA keys/callbacks code.</title>
<updated>2020-07-07T19:42:58+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2020-07-07T19:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56a4b841969e93e17fc585709a33a6c28318f0d6'/>
<id>urn:sha1:56a4b841969e93e17fc585709a33a6c28318f0d6</id>
<content type='text'>
This was removed from libssl a very long time ago...
</content>
</entry>
</feed>
