<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd, branch libressl-v3.4.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.4.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.4.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2021-11-24T09:28:56+00:00</updated>
<entry>
<title>In some situations, the verifier would discard the error on an unvalidated</title>
<updated>2021-11-24T09:28:56+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-24T09:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0f0b16dc977f6ca499f0f4540078d992c96da597'/>
<id>urn:sha1:0f0b16dc977f6ca499f0f4540078d992c96da597</id>
<content type='text'>
certificate chain. This would happen when the verification callback was
in use, instructing the verifier to continue unconditionally. This could
lead to incorrect decisions being made in software.

This is patches/common/006_x509.patch.sig
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2git to create branch 'OPENBSD_7_0'.</title>
<updated>2021-09-30T18:16:13+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2021-09-30T18:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7513e7d4daf94905fd4cb0a5e5c89109d2874f7'/>
<id>urn:sha1:d7513e7d4daf94905fd4cb0a5e5c89109d2874f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix appstest.sh for testing with OpenSSL 3.0</title>
<updated>2021-09-20T10:45:01+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2021-09-20T10:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cf3478857e894a95e502f01cb78a2e36749b72e8'/>
<id>urn:sha1:cf3478857e894a95e502f01cb78a2e36749b72e8</id>
<content type='text'>
- Fix 'Server Temp Key' check to work with both words "P-384" and "secp384r1".
- Test TLSv1 and TLSv1.1 only if OpenSSL version is 1.x.
</content>
</entry>
<entry>
<title>Switch two calls from memset() to explicit_bzero()</title>
<updated>2021-09-19T09:15:22+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-09-19T09:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f7454b8bede1be416adc77267c65bdcb40ee9f98'/>
<id>urn:sha1:f7454b8bede1be416adc77267c65bdcb40ee9f98</id>
<content type='text'>
This matches the documented behavior more obviously and ensures that
these aren't optimized away, although this is unlikely.

Discussed with deraadt and otto
</content>
</entry>
<entry>
<title>At least t_fork and t_vfork tests need coredumps enabled to succeed.</title>
<updated>2021-09-19T08:20:04+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2021-09-19T08:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1377a15fedcd957ed14732db959a3c76892b80a6'/>
<id>urn:sha1:1377a15fedcd957ed14732db959a3c76892b80a6</id>
<content type='text'>
Add ulimit -c unlimited before running the tests like it is done in
other places in regress.
OK bluhm@
</content>
</entry>
<entry>
<title>Implement flushing for TLSv1.3 handshakes.</title>
<updated>2021-09-16T19:25:30+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2021-09-16T19:25:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=30d2e422df85a55715b7f1da39294259d57b2b4f'/>
<id>urn:sha1:30d2e422df85a55715b7f1da39294259d57b2b4f</id>
<content type='text'>
When we finish sending a flight of records, flush the record layer output.
This effectively means calling BIO_flush() on the wbio.

Some things (such as apache2) have custom BIOs that perform buffering and
do not actually send on BIO_write(). Without BIO_flush() the server thinks
it has sent data and starts receiving records, however the client never
sends records since it never received those that the server should have
sent.

Joint work with tb@

ok tb@
</content>
</entry>
<entry>
<title>bump to LibreSSL 3.4.1</title>
<updated>2021-09-15T17:14:26+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-09-15T17:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=87ad048671e38be9ceea42ed9e24726a49a0167b'/>
<id>urn:sha1:87ad048671e38be9ceea42ed9e24726a49a0167b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid typedef redefinition</title>
<updated>2021-09-14T23:07:18+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2021-09-14T23:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=76f3844ea887613e8a6df2ccc1f84d9ac93169b3'/>
<id>urn:sha1:76f3844ea887613e8a6df2ccc1f84d9ac93169b3</id>
<content type='text'>
"typedef struct ssl_st SSL;" is defined in ossl_typ.h.
This reverts part of r1.204.

ok tb@
</content>
</entry>
<entry>
<title>Add missing void to definition of http_init().</title>
<updated>2021-09-14T16:37:20+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-09-14T16:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=754c6031403524bc1e6720ad57276c759275f554'/>
<id>urn:sha1:754c6031403524bc1e6720ad57276c759275f554</id>
<content type='text'>
ok deraadt florian
</content>
</entry>
<entry>
<title>zap trailing white space</title>
<updated>2021-09-14T14:35:09+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-09-14T14:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=746c55aa543d6248b92ed473eba70fcb07059390'/>
<id>urn:sha1:746c55aa543d6248b92ed473eba70fcb07059390</id>
<content type='text'>
</content>
</entry>
</feed>
