<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib, branch libressl-v3.4.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.4.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.4.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2021-09-30T18:16:13+00:00</updated>
<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>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>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>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>
<entry>
<title>Call the info cb on connect/accept exit in TLSv1.3</title>
<updated>2021-09-14T14:31:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-09-14T14:31:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b3f71d6bd6fb2c09b1e9b6022796a88a8ac4f7f'/>
<id>urn:sha1:2b3f71d6bd6fb2c09b1e9b6022796a88a8ac4f7f</id>
<content type='text'>
The p5-Net-SSLeay test expects the info callback to be called on
connect exit. This is the behavior in the legacy stack but wasn't
implemented in the TLSv1.3 stack. With this commit, p5-Net-SSLeay
tests are happy again after the bump.

ok bluhm inoguchi jsing
</content>
</entry>
<entry>
<title>provide a small manual page for the SSL_set_psk_use_session_callback(3)</title>
<updated>2021-09-14T14:30:57+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2021-09-14T14:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=893064c29739c4260c6617f7fdd94a8a802ae9cb'/>
<id>urn:sha1:893064c29739c4260c6617f7fdd94a8a802ae9cb</id>
<content type='text'>
stub, written from scratch;
OK tb@ on SSL_set_psk_use_session_callback.3
</content>
</entry>
<entry>
<title>Merge the stub SSL_SESSION_is_resumable(3) manual page from the</title>
<updated>2021-09-14T14:08:15+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2021-09-14T14:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1b8306e7e3cdef25c29c63bc651d4ae5597212f8'/>
<id>urn:sha1:1b8306e7e3cdef25c29c63bc651d4ae5597212f8</id>
<content type='text'>
OpenSSL 1.1.1 branch, which is still under a free license.
A few tweaks to wording and structure by me.
OK tb@ on SSL_SESSION_is_resumable.3
</content>
</entry>
<entry>
<title>As suggested by tb@, merge the description of OPENSSL_EC_NAMED_CURVE</title>
<updated>2021-09-14T13:47:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2021-09-14T13:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8516f8e8e45c406ec2ca34ec57684ee01de472a5'/>
<id>urn:sha1:8516f8e8e45c406ec2ca34ec57684ee01de472a5</id>
<content type='text'>
and OPENSSL_EC_EXPLICIT_CURVE
from OpenSSL commit 146ca72c Feb 19 14:35:43 2015 +0000
after tb@ changed the default from 0 to OPENSSL_EC_NAMED_CURVE
in ec/ec_lib.c rev. 1.41,
which is the same default that OpenSSL uses since 1.1.0.

While merging, drop the description of the pre-1.1.0 behaviour.
It seems irrelevant to me because tb@ found no application in Debian
codesearch using OPENSSL_EC_EXPLICIT_CURVE.  A former devious default
that was probably never relied upon by anyone does not need to be
documented.
</content>
</entry>
</feed>
