<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libtls/Makefile, branch libressl-v2.2.7</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.2.7</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.2.7'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-06-05T21:52:01+00:00</updated>
<entry>
<title>Link ssl and crypto via BSDOBJDIR, works with native and cross builds</title>
<updated>2015-06-05T21:52:01+00:00</updated>
<author>
<name>tobiasu</name>
<email></email>
</author>
<published>2015-06-05T21:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=020815bd7a9c6eeda60d31af91ca5813e28b31d5'/>
<id>urn:sha1:020815bd7a9c6eeda60d31af91ca5813e28b31d5</id>
<content type='text'>
ok mpi@
</content>
</entry>
<entry>
<title>Record inter-library dependencies between libcrypto, libssl and libtls</title>
<updated>2015-05-17T22:39:39+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2015-05-17T22:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c5f087c6c031837a968277278b7d6de4ae1692fb'/>
<id>urn:sha1:c5f087c6c031837a968277278b7d6de4ae1692fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide a tls_accept_fds() function, which allows a TLS connection to be</title>
<updated>2015-03-31T14:03:38+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-03-31T14:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6532e10a84a6b48e6521919594e1bd396ddacdb6'/>
<id>urn:sha1:6532e10a84a6b48e6521919594e1bd396ddacdb6</id>
<content type='text'>
accepted via an existing pair of file descriptors.

Based on a diff from Jan Klemkow.
</content>
</entry>
<entry>
<title>Rename tls_config_insecure_noverifyhost() to</title>
<updated>2015-02-22T15:09:54+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-22T15:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f0da3833933c03ed608960137176284dab5c213'/>
<id>urn:sha1:8f0da3833933c03ed608960137176284dab5c213</id>
<content type='text'>
tls_config_insecure_noverifyname(), so that it is more accurate and keeps
inline with the distinction between DNS hostname and server name.

Requested by tedu@ during s2k15.
</content>
</entry>
<entry>
<title>Document tls_config_parse_protocols() and update documentation for</title>
<updated>2015-02-15T13:33:14+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-15T13:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3dbac869f1034ed967bdef2a4b0f58103bff3088'/>
<id>urn:sha1:3dbac869f1034ed967bdef2a4b0f58103bff3088</id>
<content type='text'>
tls_config_set_protocols().
</content>
</entry>
<entry>
<title>Provide a tls_connect_servername() function that has the same behaviour</title>
<updated>2015-02-11T07:01:10+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-11T07:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d641e8f3aa538ca2210627d0cd491ad424b56353'/>
<id>urn:sha1:d641e8f3aa538ca2210627d0cd491ad424b56353</id>
<content type='text'>
as tls_connect(), however allows the name to use for verification to be
explicitly provided, rather than being inferred from the host value.

Requested by reyk@

ok reyk@ tedu@
</content>
</entry>
<entry>
<title>Add manpage bits for tls_load_file() and tls_accept_socket().</title>
<updated>2015-02-07T23:45:06+00:00</updated>
<author>
<name>reyk</name>
<email></email>
</author>
<published>2015-02-07T23:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a9dd04a3411d0873fe70abad2d6a487dd368e513'/>
<id>urn:sha1:a9dd04a3411d0873fe70abad2d6a487dd368e513</id>
<content type='text'>
The tls_accept_socket() has been previously removed because the API is
not fixed yet; but it is also already used by httpd(8) and spamd(8) so
it is time to add it again and eventually change it later.

OK tedu@
</content>
</entry>
<entry>
<title>Add tls_config_set_dheparams() to allow specification of the parameters to</title>
<updated>2015-02-07T06:19:26+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-07T06:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=497cd6f0a725ed72f30fbe310fe0b2e7cb214019'/>
<id>urn:sha1:497cd6f0a725ed72f30fbe310fe0b2e7cb214019</id>
<content type='text'>
use for DHE. This enables the use of DHE cipher suites.

Rename tls_config_set_ecdhcurve() to tls_config_set_ecdhecurve() since it
is only used to specify the curve for ephemeral ECDH.

Discussed with reyk@
</content>
</entry>
<entry>
<title>Add MLINK for tls_config_set_ca_mem()</title>
<updated>2015-01-22T09:29:04+00:00</updated>
<author>
<name>reyk</name>
<email></email>
</author>
<published>2015-01-22T09:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3e5001c96f44981660c852fffdb1ef0d7ff59de5'/>
<id>urn:sha1:3e5001c96f44981660c852fffdb1ef0d7ff59de5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename libressl to libtls to avoid confusion and to make it easier to</title>
<updated>2014-10-31T13:46:17+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-10-31T13:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0832c4987f7c76663376596ce39d96366e9f82e5'/>
<id>urn:sha1:0832c4987f7c76663376596ce39d96366e9f82e5</id>
<content type='text'>
distinguish between LibreSSL (the project) and libressl (the library).

Discussed with many.
</content>
</entry>
</feed>
