<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libssl, branch libressl-v3.9.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.9.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.9.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2024-03-01T03:47:32+00:00</updated>
<entry>
<title>Remove the ciphers_by_values_test()</title>
<updated>2024-03-01T03:47:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-03-01T03:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4065c14b5251969ddd6f55affe1a93df98f3dbdf'/>
<id>urn:sha1:4065c14b5251969ddd6f55affe1a93df98f3dbdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id()</title>
<updated>2024-03-01T03:46:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-03-01T03:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c95cd34b68853f0bcf248d64df4fbe90e47af794'/>
<id>urn:sha1:c95cd34b68853f0bcf248d64df4fbe90e47af794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssltest: drop another use of CRYPTO_mem_leaks()</title>
<updated>2024-03-01T03:45:16+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-03-01T03:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3f8118d230db791e442d7c0356a9b1c3752f6d4a'/>
<id>urn:sha1:3f8118d230db791e442d7c0356a9b1c3752f6d4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove GOST and STREEBOG support from libssl.</title>
<updated>2024-02-03T15:58:34+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2024-02-03T15:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=20afa90e552d2efed2187dbafc92170a3895e921'/>
<id>urn:sha1:20afa90e552d2efed2187dbafc92170a3895e921</id>
<content type='text'>
This version of GOST is old and not anywhere close to compliant with
modern GOST standards. It is also very intrusive in libssl and
makes a mess everywhere.  Efforts to entice a suitably minded anyone
to care about it have been unsuccessful.

At this point it is probably best to remove this, and if someone
ever showed up who truly needed a working version, it should be
a clean implementation from scratch, and have it use something
closer to the typical API in libcrypto so it would integrate less
painfully here.

This removes it from libssl in preparation for it's removal from
libcrypto with a future major bump

ok tb@
</content>
</entry>
<entry>
<title>Add a shutdown sequence regress test.</title>
<updated>2024-01-30T14:46:46+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-01-30T14:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=58b71efb8cd73a807ec46c267e6e92a1f728420c'/>
<id>urn:sha1:58b71efb8cd73a807ec46c267e6e92a1f728420c</id>
<content type='text'>
Some software relies on SSL_shutdown() returning 0 (indicating close-notify
sent) before returning 1 on a subsequent call (indicating close-notify sent
and received). It is worth noting that there is no guarantee that this will
occur in normal operation, as the peer could send a close-notify prior to
SSL_shutdown() being called.

This is currently failing for TLSv1.3.
</content>
</entry>
<entry>
<title>Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack.</title>
<updated>2024-01-27T14:35:13+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-01-27T14:35:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c8d20b6287dfe3ed671896311b9b2372794b52d3'/>
<id>urn:sha1:c8d20b6287dfe3ed671896311b9b2372794b52d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable shutdown regress test.</title>
<updated>2024-01-19T08:29:26+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-01-19T08:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=502845cb6c29b8882b712acc681e421587a3f84b'/>
<id>urn:sha1:502845cb6c29b8882b712acc681e421587a3f84b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add regress test coverage for SSL_shutdown().</title>
<updated>2024-01-19T08:29:08+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2024-01-19T08:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3d9800133cfe170c9c442d27469ee41fbc756d0f'/>
<id>urn:sha1:3d9800133cfe170c9c442d27469ee41fbc756d0f</id>
<content type='text'>
This tests and codifies the behaviour of SSL_shutdown() with respect to
SSL_quiet_shutdown() and SSL_set_shutdown(). For now, only the legacy stack
(TLSv1.2) is tested, as there are currently some subtle differences with
the TLSv1.3 stack.
</content>
</entry>
<entry>
<title>tlsexttest: \178 isn't a valid octal escape sequence</title>
<updated>2023-12-13T06:00:28+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-12-13T06:00:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b526604c84220e8165b966dbbc996260e8b8b3c8'/>
<id>urn:sha1:b526604c84220e8165b966dbbc996260e8b8b3c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove last OPENSSL_NO_ENGINE from libssl regress</title>
<updated>2023-11-19T13:12:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-11-19T13:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b275ac283a395bb2a4f1409dcc2f3818c43d5043'/>
<id>urn:sha1:b275ac283a395bb2a4f1409dcc2f3818c43d5043</id>
<content type='text'>
</content>
</entry>
</feed>
