<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libtls/man, branch libressl-v2.9.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.9.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.9.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2019-03-20T14:17:19+00:00</updated>
<entry>
<title>fix examples (libtls uses its own error reporting mechanism)</title>
<updated>2019-03-20T14:17:19+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2019-03-20T14:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b358acd5505849bc5e54700a8268cf5bb82a96ce'/>
<id>urn:sha1:b358acd5505849bc5e54700a8268cf5bb82a96ce</id>
<content type='text'>
okay tb@
</content>
</entry>
<entry>
<title>Delete a note taken during the rev. 1.1 man page splite</title>
<updated>2018-12-14T20:18:27+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-12-14T20:18:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=723e2311c6f57a0db090a7c72abdd97eaa5f1a1b'/>
<id>urn:sha1:723e2311c6f57a0db090a7c72abdd97eaa5f1a1b</id>
<content type='text'>
that should have been deleted before commit.
The cross reference is already present below SEE ALSO.
Glitch noticed by jsing@.
</content>
</entry>
<entry>
<title>expose the default cert file as a function, not a define. it's really</title>
<updated>2018-11-29T14:24:23+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2018-11-29T14:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6dee83d0efd9b6a0e45f73737efb9078aafbdd15'/>
<id>urn:sha1:6dee83d0efd9b6a0e45f73737efb9078aafbdd15</id>
<content type='text'>
an internal detail of the library, so the string should live inside it,
not in the application code.
ok jsing
</content>
</entry>
<entry>
<title>typo in argument type, from Mario dot Andres dot Campos at gmail dot com</title>
<updated>2018-08-21T00:35:55+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-08-21T00:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=55bad82f410ba3dfdac2b650c51b16967e5ee1f6'/>
<id>urn:sha1:55bad82f410ba3dfdac2b650c51b16967e5ee1f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the same order in NAME, SYNOPSIS, DESCRIPTION, and RETURN VALUES to</title>
<updated>2018-07-24T02:01:34+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-07-24T02:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=94b59697fc997b93402f6846b0c90a706f050413'/>
<id>urn:sha1:94b59697fc997b93402f6846b0c90a706f050413</id>
<content type='text'>
improve readability and ease of maintenance.

Positive feedback jmc
Detailed suggestion &amp; ok schwarze
</content>
</entry>
<entry>
<title>Document tls_peer_ocsp_result() and use it in place of the non-existent</title>
<updated>2018-07-23T18:30:29+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-07-23T18:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=365b85e0fc5a1c968b45bd7be78ffca90a662d35'/>
<id>urn:sha1:365b85e0fc5a1c968b45bd7be78ffca90a662d35</id>
<content type='text'>
tls_peer_ocsp_result_msg() in the documentation.

input &amp; ok jsing
Reads fine to jmc and makes sense to schwarze
</content>
</entry>
<entry>
<title>Move a detail on tls_connect(3) to its documentation and be a bit more</title>
<updated>2018-07-09T19:51:18+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-07-09T19:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=da5bb38d000fd8a42cdaf0200269c630ddb90bce'/>
<id>urn:sha1:da5bb38d000fd8a42cdaf0200269c630ddb90bce</id>
<content type='text'>
explicit about the servername argument of tls_connect_servername(3).

input &amp; ok jsing, input &amp; ok schwarze on earlier version
</content>
</entry>
<entry>
<title>wording tweak for tls_init() from jsing</title>
<updated>2018-07-09T19:47:20+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2018-07-09T19:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e0bdc06279f9b86128f01c513ca26c39a0799d15'/>
<id>urn:sha1:e0bdc06279f9b86128f01c513ca26c39a0799d15</id>
<content type='text'>
ok jsing, schwarze
</content>
</entry>
<entry>
<title>Simplify and shorten the description of tls_init(3),</title>
<updated>2018-07-08T21:06:40+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-07-08T21:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0f82656f971a28659e6713c178edd8a396f2d381'/>
<id>urn:sha1:0f82656f971a28659e6713c178edd8a396f2d381</id>
<content type='text'>
fixing an awkward wording noticed by tb@.
OK tb@
</content>
</entry>
<entry>
<title>minor markup improvement: .Fa *cctx -&gt; .Pf * Fa cctx</title>
<updated>2018-05-26T12:35:26+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-05-26T12:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=66a7482cb9234517db97892bb0724012c91123d8'/>
<id>urn:sha1:66a7482cb9234517db97892bb0724012c91123d8</id>
<content type='text'>
</content>
</entry>
</feed>
