<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/man/ssl.3, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2024-08-31T10:51:48+00:00</updated>
<entry>
<title>Remove SSL_add_compression_method</title>
<updated>2024-08-31T10:51:48+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-08-31T10:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a0ced14fec228fa0dfd2fa5d87c942b0af9326d8'/>
<id>urn:sha1:a0ced14fec228fa0dfd2fa5d87c942b0af9326d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssl2.h and ssl23.h join the party in the attic</title>
<updated>2024-07-13T18:33:18+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-07-13T18:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f5b8bec4f31efdcdb08519f0081a8e1c0ad0fa7a'/>
<id>urn:sha1:f5b8bec4f31efdcdb08519f0081a8e1c0ad0fa7a</id>
<content type='text'>
Now that the SSL2 client hello support is gone, nothing uses this anymore,
except that a few ports still need SSL2_VERSION.

ok beck
</content>
</entry>
<entry>
<title>sync the SSL text; ok tb</title>
<updated>2024-05-09T17:57:36+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2024-05-09T17:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=79f081be5e321042be1d841642ec5cb7e9f71cb8'/>
<id>urn:sha1:79f081be5e321042be1d841642ec5cb7e9f71cb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid OpenSSL SSL repetitions</title>
<updated>2024-05-08T09:41:33+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-05-08T09:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a703efb6f86c28b5126d21d2f5f1655929b718ba'/>
<id>urn:sha1:a703efb6f86c28b5126d21d2f5f1655929b718ba</id>
<content type='text'>
with the help of jmc
</content>
</entry>
<entry>
<title>Link to SSL_read_early_data(3)</title>
<updated>2022-09-17T16:03:21+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2022-09-17T16:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=70f7b2faa17684b3944dd57095e0993328b1b4a3'/>
<id>urn:sha1:70f7b2faa17684b3944dd57095e0993328b1b4a3</id>
<content type='text'>
OK tb
</content>
</entry>
<entry>
<title>add .Xr links to SSL_CTX_set_security_level(3)</title>
<updated>2022-07-13T22:05:53+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2022-07-13T22:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7c4094b0fe904a4fbd78a372a6498e1fc0a159b2'/>
<id>urn:sha1:7c4094b0fe904a4fbd78a372a6498e1fc0a159b2</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>
<entry>
<title>Document the public function SSL_set_SSL_CTX(3) from scratch,</title>
<updated>2020-09-20T10:20:44+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-09-20T10:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4ba5f77ac44570b20d41962dedd0b44fbfb8588e'/>
<id>urn:sha1:4ba5f77ac44570b20d41962dedd0b44fbfb8588e</id>
<content type='text'>
which is undocumented in OpenSSL but mentioned in passing in one
OpenSSL manual page, and which was recently mentioned by jsing@ when
working on SSL_set_ciphersuites(3).
With corrections from and OK inoguchi@.
</content>
</entry>
<entry>
<title>add forgotten link to newish page SSL_set1_host(3)</title>
<updated>2020-09-18T15:39:37+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-09-18T15:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ac86bcc7f040728eac3e6d706f159657d41072f3'/>
<id>urn:sha1:ac86bcc7f040728eac3e6d706f159657d41072f3</id>
<content type='text'>
and update merge notice
</content>
</entry>
<entry>
<title>Further improve the documentation of library initialization and configuration.</title>
<updated>2019-06-14T13:41:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-14T13:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d342104b3f35ddd0a6581d33f40a3e26852d29d3'/>
<id>urn:sha1:d342104b3f35ddd0a6581d33f40a3e26852d29d3</id>
<content type='text'>
Among other improvements:
* Use a uniform wording at the top of the DECSRIPTION for obsolete pages.
* Better explain how to use a non-standard configuration file.
* Remove obsolete functions from SEE ALSO.
Triggered by some suggestions from tb@.
Tweaks and OK tb@.
</content>
</entry>
</feed>
