<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/man/ssl.3, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-09-21T08:53:56+00:00</updated>
<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>
<entry>
<title>List all 17 SSL pages that were missing.</title>
<updated>2019-06-12T09:03:43+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-12T09:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=51eeb7ff1e9ea33451d6369eff4a51f7eaa5e93b'/>
<id>urn:sha1:51eeb7ff1e9ea33451d6369eff4a51f7eaa5e93b</id>
<content type='text'>
Split some excessively long lists into useful sub-categories.
Add a new, very short subsection "Obsolete functions" at the end.
OK tb@ jmc@
</content>
</entry>
<entry>
<title>Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is still</title>
<updated>2019-04-05T18:29:43+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-04-05T18:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a98b4eba250f598d6a0d68257edc1e04e6374565'/>
<id>urn:sha1:a98b4eba250f598d6a0d68257edc1e04e6374565</id>
<content type='text'>
under a free license, omitting functions we don't have and tweaked by me;
the functions were provided by jsing@ in ssl.h rev. 1.166.

While here, also document SSL_CTX_get_extra_chain_certs(3) because
it is closely related to companion functions are already documented
and the API is kind of incomplete without it.
</content>
</entry>
<entry>
<title>In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ provided</title>
<updated>2018-03-17T18:19:49+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-17T18:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=91837b260d5d83bde0c301289677be6220f79b59'/>
<id>urn:sha1:91837b260d5d83bde0c301289677be6220f79b59</id>
<content type='text'>
SSL_SESSION_has_ticket(3) and SSL_SESSION_get_ticket_lifetime_hint(3).
Merge the documentation from OpenSSL, tweaked by me.
</content>
</entry>
<entry>
<title>fix a wrong preposition; from Daniel Bevenius at gmail dot com</title>
<updated>2018-02-27T19:14:49+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-27T19:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=521259715e57e13b7621fcefb714da1e2dc81bad'/>
<id>urn:sha1:521259715e57e13b7621fcefb714da1e2dc81bad</id>
<content type='text'>
via OpenSSL commit cbade361 Dec 12 13:14:45 2017 +0100
</content>
</entry>
<entry>
<title>In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ provided</title>
<updated>2018-02-24T19:24:09+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-02-24T19:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f69c4306ffdb7fc61abc0209a64af812bf4e518e'/>
<id>urn:sha1:f69c4306ffdb7fc61abc0209a64af812bf4e518e</id>
<content type='text'>
SSL_SESSION_get_protocol_version(3).
Import the documentation form OpenSSL, tweaked by me, OK tb@.
</content>
</entry>
<entry>
<title>import SSL_export_keying_material(3) from OpenSSL</title>
<updated>2017-08-21T10:10:25+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2017-08-21T10:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=25b90c39d71447607219afa9b3783937438e27cf'/>
<id>urn:sha1:25b90c39d71447607219afa9b3783937438e27cf</id>
<content type='text'>
</content>
</entry>
</feed>
