<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libtls/tls_verify.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>2018-02-05T00:52:24+00:00</updated>
<entry>
<title>Be consistent with the goto label names used in libtls code.</title>
<updated>2018-02-05T00:52:24+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-05T00:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bc472499298f03ebe5c71920633cfa2b20046c93'/>
<id>urn:sha1:bc472499298f03ebe5c71920633cfa2b20046c93</id>
<content type='text'>
No change to generated assembly.
</content>
</entry>
<entry>
<title>Rework name verification code so that a match is indicated via an argument,</title>
<updated>2017-04-10T17:11:13+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-04-10T17:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2c72bbf2735f97ac7b152b55787c620ee18ae10f'/>
<id>urn:sha1:2c72bbf2735f97ac7b152b55787c620ee18ae10f</id>
<content type='text'>
rather than return codes. More strictly follow RFC 6125, in particular only
check the CN if there are no SAN identifiers present in the certificate
(per section 6.4.4).

Previous behaviour questioned by Daniel Stenberg &lt;daniel at haxx dot se&gt;.

ok beck@ jca@
</content>
</entry>
<entry>
<title>Avoid signed vs unsigned comparisons.</title>
<updated>2016-11-04T15:32:40+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-11-04T15:32:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=299c27a5dccc05ae30853c4b791d163ec1db344b'/>
<id>urn:sha1:299c27a5dccc05ae30853c4b791d163ec1db344b</id>
<content type='text'>
ok miod@
</content>
</entry>
<entry>
<title>Add callback-based interface to libtls.</title>
<updated>2016-09-04T12:26:43+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2016-09-04T12:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4c3227121f5bf798fe9f6f79ae9a4c10d0e1f1e5'/>
<id>urn:sha1:4c3227121f5bf798fe9f6f79ae9a4c10d0e1f1e5</id>
<content type='text'>
This allows working with buffers and callback functions instead of directly on
sockets or file descriptors.
Original patch from Tobias Pape &lt;tobias_at_netshed.de&gt;.
ok beck@
</content>
</entry>
<entry>
<title>Revert previous since it adds new symbols.</title>
<updated>2016-08-02T07:47:11+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2016-08-02T07:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fb78d4f6d57624a16bd22c0319a858faff7ab48b'/>
<id>urn:sha1:fb78d4f6d57624a16bd22c0319a858faff7ab48b</id>
<content type='text'>
Requested by deraadt@
</content>
</entry>
<entry>
<title>Instead of declaring a union in multiple places, move it to tls_internal.h.</title>
<updated>2015-09-29T13:10:53+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-29T13:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cd11a75d1ba630fdc614df713c4cdf04feab7c78'/>
<id>urn:sha1:cd11a75d1ba630fdc614df713c4cdf04feab7c78</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>clean some ugly intendation warts</title>
<updated>2015-09-29T10:17:04+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-09-29T10:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0955203c8ae992482b5992c6f6cfb1985575ae82'/>
<id>urn:sha1:0955203c8ae992482b5992c6f6cfb1985575ae82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not match a wildcard against a name with no host part.</title>
<updated>2015-09-11T13:12:29+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-09-11T13:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=168cb0727cfcb60dd65b05be568017b6cad877b2'/>
<id>urn:sha1:168cb0727cfcb60dd65b05be568017b6cad877b2</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>add tls_peer functions for checking names and issuers of peer certificates.</title>
<updated>2015-09-11T12:56:55+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-09-11T12:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=27e5e00bb80457049b7e7613f43e8f1165402316'/>
<id>urn:sha1:27e5e00bb80457049b7e7613f43e8f1165402316</id>
<content type='text'>
ok jsing@
</content>
</entry>
<entry>
<title>Indent labels with a space so that diff -p is more friendly.</title>
<updated>2015-09-09T19:49:07+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-09-09T19:49:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a5cc87715bc46cc35410be393e19d5d05848b5a9'/>
<id>urn:sha1:a5cc87715bc46cc35410be393e19d5d05848b5a9</id>
<content type='text'>
Requested by bluhm@
</content>
</entry>
</feed>
