<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress, branch libressl-v3.8.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-05-24T09:15:14+00:00</updated>
<entry>
<title>Copy the verify param hostflags independently of the host list</title>
<updated>2023-05-24T09:15:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-24T09:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cb416a0ac54838a4c54249c6c74fbaa3aafa6d6b'/>
<id>urn:sha1:cb416a0ac54838a4c54249c6c74fbaa3aafa6d6b</id>
<content type='text'>
Without this, hostflags set on the SSL_CTX would not propagate to newly
created SSL. This is surprising behavior that was changed in OpenSSL 1.1
by Christian Heimes after the issue was flagged by Quentin Pradet:
https://bugs.python.org/issue43522
This is a version of the fix that landed in OpenSSL.

There used to be a workaround in place in urllib3, but that was removed at
some point. We haven't fixed this earlier since it wasn't reported. It only
showed up after recent fallout of extraordinarily strict library checking
in urllib3 coming from their own interpretation of the implications of
PEP 644.

ok jsing
</content>
</entry>
<entry>
<title>Add a test to verify that an SSL inherits the hostflags from the SSL_CTX</title>
<updated>2023-05-24T08:54:59+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-24T08:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0151931d7b9060a9d578a30bd59113ee37d19c9d'/>
<id>urn:sha1:0151931d7b9060a9d578a30bd59113ee37d19c9d</id>
<content type='text'>
This is currently an expected failure that will be fixed shortly.
</content>
</entry>
<entry>
<title>Provide CRYPTO_INT for statically linking libcrypto for libssl regress</title>
<updated>2023-05-24T08:49:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-24T08:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c30d8915b92324dbd7b7e4ae1afec4b16a034358'/>
<id>urn:sha1:c30d8915b92324dbd7b7e4ae1afec4b16a034358</id>
<content type='text'>
This will be needed for the ssl_verify_param test
</content>
</entry>
<entry>
<title>Add empty line for consistency</title>
<updated>2023-05-23T11:06:52+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-23T11:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bdde2af02514a12044135087400ae31ed4bede39'/>
<id>urn:sha1:bdde2af02514a12044135087400ae31ed4bede39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add regress coverage for obj_dat.c r1.52</title>
<updated>2023-05-23T11:05:09+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-23T11:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6fad0e103e01dc741e9c2d195c978d7c6110a8e0'/>
<id>urn:sha1:6fad0e103e01dc741e9c2d195c978d7c6110a8e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ecdhtest: Fix indent</title>
<updated>2023-05-20T16:00:22+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-20T16:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4ab3a31b044d49f88bc748d2d50b0234b05104e7'/>
<id>urn:sha1:4ab3a31b044d49f88bc748d2d50b0234b05104e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a slow regress target that runs openssl speed with proper alignment</title>
<updated>2023-05-20T12:07:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-20T12:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=60a7766ceebcd12f2f115404174534b3834614d4'/>
<id>urn:sha1:60a7766ceebcd12f2f115404174534b3834614d4</id>
<content type='text'>
and with an unaligned offset. Let's see if all ciphers on our strict
alignment arches can deal with this.
</content>
</entry>
<entry>
<title>ecdhtest: check malloc() return values</title>
<updated>2023-05-16T18:41:18+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-16T18:41:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a79b4e1a2cccf54e1d2f364852261b2fce8bdd5f'/>
<id>urn:sha1:a79b4e1a2cccf54e1d2f364852261b2fce8bdd5f</id>
<content type='text'>
From Ilya Chipitsine
</content>
</entry>
<entry>
<title>Assert that test-&gt;want != NULL at this point</title>
<updated>2023-05-13T07:17:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-13T07:17:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8b5299328bd2f067c7820bd2775a8e1d54bb19aa'/>
<id>urn:sha1:8b5299328bd2f067c7820bd2775a8e1d54bb19aa</id>
<content type='text'>
Should make coverity happier
</content>
</entry>
<entry>
<title>asn1oct: add a couple more tests</title>
<updated>2023-05-12T10:43:28+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-12T10:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=691f32f6d318c9bab9c2d738a840e54776d6d9e8'/>
<id>urn:sha1:691f32f6d318c9bab9c2d738a840e54776d6d9e8</id>
<content type='text'>
</content>
</entry>
</feed>
