<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libtls/tls_conninfo.c, 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>2019-11-02T13:37:59+00:00</updated>
<entry>
<title>Provide tls_conn_cipher_strength().</title>
<updated>2019-11-02T13:37:59+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2019-11-02T13:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=914deddb0bc7631f9603d3f22c07d8b3b6031d80'/>
<id>urn:sha1:914deddb0bc7631f9603d3f22c07d8b3b6031d80</id>
<content type='text'>
This returns the strength in bits of the symmetric cipher used for the
connection.

Diff from gilles@

ok tb@
</content>
</entry>
<entry>
<title>Tidy/standardise some code.</title>
<updated>2018-02-10T04:48:44+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-10T04:48:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0865717e89a23608e9e870a932e575c2eee93965'/>
<id>urn:sha1:0865717e89a23608e9e870a932e575c2eee93965</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfo</title>
<updated>2018-02-10T04:48:17+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-10T04:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3855930890e55b15f6866463de7926d47bc5f967'/>
<id>urn:sha1:3855930890e55b15f6866463de7926d47bc5f967</id>
<content type='text'>
functions require the conninfo passed in to be non-NULL.
</content>
</entry>
<entry>
<title>Add support to libtls for client-side TLS session resumption.</title>
<updated>2018-02-10T04:41:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-10T04:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7f2c0ca878baa76136bb91e6e42ba28feb243a6b'/>
<id>urn:sha1:7f2c0ca878baa76136bb91e6e42ba28feb243a6b</id>
<content type='text'>
A libtls client can specify a session file descriptor (a regular file
with appropriate ownership and permissions) and libtls will manage reading
and writing of session data across TLS handshakes.

Discussed at length with deraadt@ and tedu@.

Rides previous minor bump.

ok beck@
</content>
</entry>
<entry>
<title>Do not bother NULLing pointers in a struct that is about to be freed.</title>
<updated>2018-02-08T10:02:48+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-08T10:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=120e041b5f6f5987f04f27cac309e6faadcff5fe'/>
<id>urn:sha1:120e041b5f6f5987f04f27cac309e6faadcff5fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls</title>
<updated>2017-08-27T01:39:26+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-08-27T01:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6c9bbaf00dfc219bed78108aaeebd92eed0c33ee'/>
<id>urn:sha1:6c9bbaf00dfc219bed78108aaeebd92eed0c33ee</id>
<content type='text'>
can get at it, so libtls can also deal with notafter's past the
realm of 32 bit time in portable
</content>
</entry>
<entry>
<title>Add tls_peer_cert_chain_pem - To retreive the peer certificate and chain</title>
<updated>2017-04-05T03:19:22+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-05T03:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9290adf6754a1cc7020fd33160501d9c82e5d0dd'/>
<id>urn:sha1:9290adf6754a1cc7020fd33160501d9c82e5d0dd</id>
<content type='text'>
as PEM format. This allows for it to be used or examined with tools
external to libtls
bump minor
ok jsing@
</content>
</entry>
<entry>
<title>Internal changes to allow for relayd engine privsep. sends the hash of the</title>
<updated>2017-04-05T03:13:53+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-04-05T03:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f5eb17185d6269ff2a9ad8980b6ec5a8f508dcdd'/>
<id>urn:sha1:f5eb17185d6269ff2a9ad8980b6ec5a8f508dcdd</id>
<content type='text'>
public key as an identifier to RSA, and adds an function for relayd to
use to disable private key checking when doing engine privsep.
ok jsing@
</content>
</entry>
<entry>
<title>Avoid leaking conninfo servername.</title>
<updated>2017-01-09T15:31:20+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-01-09T15:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8f2060f57a83f3b6b423b11df3934ff4b88859d3'/>
<id>urn:sha1:8f2060f57a83f3b6b423b11df3934ff4b88859d3</id>
<content type='text'>
Issue found by and fix from Shuo Chen &lt;chenshuo at chenshuo dot com&gt;.
</content>
</entry>
<entry>
<title>make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden</title>
<updated>2016-11-04T18:07:24+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2016-11-04T18:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8d79d8e301e0ee5853d7b53fd588b3bace50f5b0'/>
<id>urn:sha1:8d79d8e301e0ee5853d7b53fd588b3bace50f5b0</id>
<content type='text'>
functions.. document with a man page.
bump majors on libtls, libssl, libcrypto
ok jsing@ guenther@
</content>
</entry>
</feed>
