<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/man/Makefile, branch OPENBSD_6_1_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_1_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_1_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-12-10T14:56:56+00:00</updated>
<entry>
<title>Write an SSL_get_shared_ciphers(3) manual from scratch; another one</title>
<updated>2016-12-10T14:56:56+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-10T14:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1ae5a295246f70013d0aa7dff8db676dc9c89af1'/>
<id>urn:sha1:1ae5a295246f70013d0aa7dff8db676dc9c89af1</id>
<content type='text'>
where BUGS is longer than DESCRIPTION.  The function is listed in
ssl(3) and &lt;openssl/ssl.h&gt;, so it's clearly public.

The code looks slightly mysterious to me, so it would be welcome if
somebody more familiar with TLS protocols could check factual accuracy.
</content>
</entry>
<entry>
<title>New manual pages SSL_get_certificate(3), SSL_get_state(3), and</title>
<updated>2016-12-10T13:54:32+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-10T13:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d99197c36db049bab7be384c052c51e106741140'/>
<id>urn:sha1:d99197c36db049bab7be384c052c51e106741140</id>
<content type='text'>
SSL_num_renegotiations(3) written from scratch.  These functions
are listed in ssl(3) and &lt;openssl/ssl.h&gt;, so they are clearly public.
</content>
</entry>
<entry>
<title>Write SSL_renegotiate(3) manual from scratch; this function is listed</title>
<updated>2016-12-07T20:11:55+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-07T20:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=35370d3f3e9926796677d3695b7fb690f713d7b9'/>
<id>urn:sha1:35370d3f3e9926796677d3695b7fb690f713d7b9</id>
<content type='text'>
in ssl(3) and &lt;openssl/ssl.h&gt;, so it's clearly a public interface.

More could probably be said, the code looks somewhat mysterious to me,
but i think this stub is already better than nothing.
</content>
</entry>
<entry>
<title>Write SSL_copy_session_id(3) manual from scratch.  This function is</title>
<updated>2016-12-07T18:09:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-07T18:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2f03be913172115669ca3d36b9d1a86d971dac12'/>
<id>urn:sha1:2f03be913172115669ca3d36b9d1a86d971dac12</id>
<content type='text'>
listed in ssl(3) and &lt;openssl/ssl.h&gt;, so it's clearly a public interface.

We might wish to merge the improved code from OpenSSL 1.1.0,
but that's major bump, so i'm documenting the BUGS for now.
</content>
</entry>
<entry>
<title>Write new SSL_dup(3) manual from scratch.  This function is listed</title>
<updated>2016-12-07T17:09:07+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-07T17:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81f46327afec6d8f9d76f9f874f19bea9b163b91'/>
<id>urn:sha1:81f46327afec6d8f9d76f9f874f19bea9b163b91</id>
<content type='text'>
in ssl(3) and &lt;openssl/ssl.h&gt;, so it is clearly public.
</content>
</entry>
<entry>
<title>New SSL_dup_CA_list(3) manual written from scratch.</title>
<updated>2016-12-07T15:14:34+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-07T15:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=64b0343cff6afd2f4b4392cf6458096a6767b2c7'/>
<id>urn:sha1:64b0343cff6afd2f4b4392cf6458096a6767b2c7</id>
<content type='text'>
Mentioned in ssl(3) and &lt;openssl/ssl.h&gt;, so it is public.
</content>
</entry>
<entry>
<title>An SSL_SESSION_print(3) manual written from scratch.  It's clearly</title>
<updated>2016-12-06T23:45:34+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-06T23:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d0260bb9557f0da4a44fbb478729afe3aa5d4a4f'/>
<id>urn:sha1:d0260bb9557f0da4a44fbb478729afe3aa5d4a4f</id>
<content type='text'>
a public interface since it's listed both in ssl(3) and in
&lt;openssl/ssl.h&gt;.  Nothing to pilfer from OpenSSL in this case...
</content>
</entry>
<entry>
<title>New manual page SSL_SESSION_new(3) written from scratch.</title>
<updated>2016-12-06T18:40:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-06T18:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=addeba2af8a77b45c8dabbefa1eec0952a2c438a'/>
<id>urn:sha1:addeba2af8a77b45c8dabbefa1eec0952a2c438a</id>
<content type='text'>
The function prototype is listed in ssl(3) and &lt;openssl/ssl.h&gt;, so
it's clearly a public interface, but OpenSSL has no documentation
about it whatsoever.
</content>
</entry>
<entry>
<title>import tlsext documentation from OpenSSL</title>
<updated>2016-12-01T21:12:49+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-01T21:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=27ee99829de9fdc0848d30df5f4fa505b3df4b8e'/>
<id>urn:sha1:27ee99829de9fdc0848d30df5f4fa505b3df4b8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>import the parts of OpenSSL SSL_CTX_set_split_send_fragment(3)</title>
<updated>2016-12-01T19:40:05+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2016-12-01T19:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5e14a81047739d5fd22b79b58f53483d5450b12e'/>
<id>urn:sha1:5e14a81047739d5fd22b79b58f53483d5450b12e</id>
<content type='text'>
relevant for us, calling the page SSL_set_max_send_fragment(3)
</content>
</entry>
</feed>
