<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/man, branch OPENBSD_6_5_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_5_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_5_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2019-04-09T22:01:50+00:00</updated>
<entry>
<title>Recommend SSL_CTX_add1_chain_cert(3) rather than</title>
<updated>2019-04-09T22:01:50+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-04-09T22:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1e058bee4dd8093d5d6bebd88f82654927d1582c'/>
<id>urn:sha1:1e058bee4dd8093d5d6bebd88f82654927d1582c</id>
<content type='text'>
SSL_CTX_add_extra_chain_cert(3).
From Dr. Stephen Henson &lt;steve at openssl dot org&gt;
via OpenSSL commit a4339ea3 Jan 3 22:38:03 2014 +0000
which is still under a free license.
</content>
</entry>
<entry>
<title>Document SSL_CTX_clear_mode(3) and SSL_clear_mode(3).</title>
<updated>2019-04-09T21:06:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-04-09T21:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=58b03032ff8a03f5c8a1f05dc50a303855755822'/>
<id>urn:sha1:58b03032ff8a03f5c8a1f05dc50a303855755822</id>
<content type='text'>
From Kurt Roeckx &lt;kurt at roeckx dot be&gt;
via OpenSSL commit 57fd5170 May 13 11:24:11 2018 +0200
which is still under a free license.
While here, polish awkward wording and reduce duplication.
</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>* note that the handshake must be completed first</title>
<updated>2019-03-18T18:31:15+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-03-18T18:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1e9de36acc5cec27302baaac8e72f788dd247ea4'/>
<id>urn:sha1:1e9de36acc5cec27302baaac8e72f788dd247ea4</id>
<content type='text'>
* correct the description of "unknown"
(the previous are both from OpenSSL 1.1.1, still under a free license)
* add a comment saying that TLS1_get_version() and TLS1_get_client_version()
are intentionally undocumented (reasons provided by jsing@)
</content>
</entry>
<entry>
<title>In ssl.h rev. 1.165, tb@ provided version agnostic DTLS methods.</title>
<updated>2019-03-18T06:23:38+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-03-18T06:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=33fe134c03b75508beb7767275aec4b2d58943fd'/>
<id>urn:sha1:33fe134c03b75508beb7767275aec4b2d58943fd</id>
<content type='text'>
Document them.
</content>
</entry>
<entry>
<title>Document SSL_get1_supported_ciphers(3) and SSL_get_client_ciphers(3).</title>
<updated>2019-01-22T01:18:24+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2019-01-22T01:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b5ca8ca004a1646eb06426fc01dc1b74a3266542'/>
<id>urn:sha1:b5ca8ca004a1646eb06426fc01dc1b74a3266542</id>
<content type='text'>
The text comes from OpenSSL, where it was still published under a
free license.

from schwarze
</content>
</entry>
<entry>
<title>In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3).</title>
<updated>2019-01-21T12:35:33+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-01-21T12:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d0c5d9f79179fb350f59297cb38a48a99582549e'/>
<id>urn:sha1:d0c5d9f79179fb350f59297cb38a48a99582549e</id>
<content type='text'>
Document it.
</content>
</entry>
<entry>
<title>Fix formatting and grammatical issues with the description of how to use</title>
<updated>2018-08-27T15:42:39+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-08-27T15:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=26a03876b975111cf08bf5fdfe07c4c8c404abaa'/>
<id>urn:sha1:26a03876b975111cf08bf5fdfe07c4c8c404abaa</id>
<content type='text'>
i2d_SSL_SESSION. Also rework the example code so that it is clearer and
uses more appropriate names.

Input from and ok schwarze@, tb@
</content>
</entry>
<entry>
<title>tweak previous;</title>
<updated>2018-08-24T21:29:51+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2018-08-24T21:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8e193d2984d7936d529aa5923c6ab990118cd6ff'/>
<id>urn:sha1:8e193d2984d7936d529aa5923c6ab990118cd6ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust documentation for SSL_copy_session_id()</title>
<updated>2018-08-24T20:31:32+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-08-24T20:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=044c68fef6bcd34d1b1717ed5a3143c363a3f7c4'/>
<id>urn:sha1:044c68fef6bcd34d1b1717ed5a3143c363a3f7c4</id>
<content type='text'>
ok jsing
</content>
</entry>
</feed>
