<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/man, branch libressl-v3.3.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.3.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.3.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-10-12T09:26:57+00:00</updated>
<entry>
<title>drop references to the SSL protocol because support was removed long ago;</title>
<updated>2020-10-12T09:26:57+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-10-12T09:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=adb2405cc95fd38f891b353fc87ac322cd0f9de2'/>
<id>urn:sha1:adb2405cc95fd38f891b353fc87ac322cd0f9de2</id>
<content type='text'>
suggested by tb@
</content>
</entry>
<entry>
<title>List and describe the recommended methods first and relegate the</title>
<updated>2020-10-12T09:18:33+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-10-12T09:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5090dc860f4ce3780c82fa7a572aac6d5a3dc86f'/>
<id>urn:sha1:5090dc860f4ce3780c82fa7a572aac6d5a3dc86f</id>
<content type='text'>
deprecated methods to a separate table.  Simplify and shorten the
surrounding verbiage.
Joint work with tb@.
</content>
</entry>
<entry>
<title>In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3)</title>
<updated>2020-10-11T16:14:38+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-10-11T16:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e994fdfa1400dd06ae32a20006569a744700123f'/>
<id>urn:sha1:e994fdfa1400dd06ae32a20006569a744700123f</id>
<content type='text'>
and *_client_method(3).  Adjust the documentation.
While here, delete most of the verbiage regarding the deprecated
functions SSLv23_*(3) and add the missing entry to RETURN VALUES.
OK tb@
</content>
</entry>
<entry>
<title>A void function has no return value, so zap RETURN VALUES section</title>
<updated>2020-10-08T18:21:30+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-10-08T18:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9cf5b188fe2977ece65be44cde18fa8070bb88f3'/>
<id>urn:sha1:9cf5b188fe2977ece65be44cde18fa8070bb88f3</id>
<content type='text'>
documenting that SSL_set_bio(3) cannot fail. A similar commit was
made by schwarze a while ago for a few functions in libcrypto.
</content>
</entry>
<entry>
<title>grammar fix: if/when a renegotiation takeS place</title>
<updated>2020-10-08T16:02:38+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-10-08T16:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5568c81efcf1de7154c14ba980e3942177409110'/>
<id>urn:sha1:5568c81efcf1de7154c14ba980e3942177409110</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comment out SSL_get0_peername(3) for the OpenBSD 6.8 release</title>
<updated>2020-09-22T16:31:37+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-09-22T16:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3c2327f4edba471c6f740a93c21833ec7d949058'/>
<id>urn:sha1:3c2327f4edba471c6f740a93c21833ec7d949058</id>
<content type='text'>
because tb@ decided to not enable it before the release.
OK tb@
</content>
</entry>
<entry>
<title>reword ambiguous title line;</title>
<updated>2020-09-22T13:27:08+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-09-22T13:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=73027e1287f7c452f7daf47c5abbfaf91a1e4967'/>
<id>urn:sha1:73027e1287f7c452f7daf47c5abbfaf91a1e4967</id>
<content type='text'>
issue noticed by and patch OK by jsing@
</content>
</entry>
<entry>
<title>s/before the handshake is complete/during the handshake/g</title>
<updated>2020-09-21T15:18:13+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-09-21T15:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6e09d7f1e9f3ef530e31923e85921a0535f5a4e0'/>
<id>urn:sha1:6e09d7f1e9f3ef530e31923e85921a0535f5a4e0</id>
<content type='text'>
because that is both shorter and more precise;
wording suggested by jsing@
</content>
</entry>
<entry>
<title>two wording tweaks suggested by jsing@, adding clarity</title>
<updated>2020-09-21T14:59:46+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-09-21T14:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=27ff728c524e9adfa73f3906fd342bb9fd830e98'/>
<id>urn:sha1:27ff728c524e9adfa73f3906fd342bb9fd830e98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In ssl.h rev. 1.174 to 1.176, tb@ added some stubs related to 0-RTT data.</title>
<updated>2020-09-21T08:53:56+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-09-21T08:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5779d9399959bbcedd72b6c73f1b8d433a6c14fe'/>
<id>urn:sha1:5779d9399959bbcedd72b6c73f1b8d433a6c14fe</id>
<content type='text'>
Write documentation from scratch explaining why we don't support 0-RTT
but how we stub it out instead.
Tweaks and OK tb@.

... and beck@ pointed out that this OpenSSL API is akin to adding a
laser sighting system to a giant blackpowder cannon that one keeps
blowing one's own feet to mangled scraps with ...
</content>
</entry>
</feed>
