<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.sbin/ocspcheck/http.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>2020-01-11T17:37:19+00:00</updated>
<entry>
<title>Set "Content-Type: application/ocsp-request" in ocspcheck(1)'s POSTs,</title>
<updated>2020-01-11T17:37:19+00:00</updated>
<author>
<name>sthen</name>
<email></email>
</author>
<published>2020-01-11T17:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=447ae9961c3e13c550103d720a0cabeb72e6b84f'/>
<id>urn:sha1:447ae9961c3e13c550103d720a0cabeb72e6b84f</id>
<content type='text'>
it is required by the RFC and some CAs require it (e.g. sectigo).
From daharmasterkor at gmail com, ok jca@
</content>
</entry>
<entry>
<title>When system calls indicate an error they return -1, not some arbitrary</title>
<updated>2019-06-28T13:35:02+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2019-06-28T13:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=835d788017c49be8b4986b0f04686da55f2cd0da'/>
<id>urn:sha1:835d788017c49be8b4986b0f04686da55f2cd0da</id>
<content type='text'>
value &lt; 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
</content>
</entry>
<entry>
<title>update for libtls default cert changes.</title>
<updated>2018-11-29T14:25:07+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2018-11-29T14:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5f08effe8d3a6601a2f55a020ef051bef28cf946'/>
<id>urn:sha1:5f08effe8d3a6601a2f55a020ef051bef28cf946</id>
<content type='text'>
bonus: this exposed a few missing const qualifiers.
</content>
</entry>
<entry>
<title>Use TLS_CA_CERT_FILE instead of a separate define.</title>
<updated>2018-11-06T20:41:11+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-11-06T20:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5b8cabaeb0bc8cca139fc6efd8423cf50026cd9c'/>
<id>urn:sha1:5b8cabaeb0bc8cca139fc6efd8423cf50026cd9c</id>
<content type='text'>
ok beck@ bluhm@ tb@
</content>
</entry>
<entry>
<title>recallocarray() for data buffer from the net.</title>
<updated>2017-03-26T18:41:02+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-03-26T18:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a9c6c96197cbf10503422d120e7ee8f14da648a7'/>
<id>urn:sha1:a9c6c96197cbf10503422d120e7ee8f14da648a7</id>
<content type='text'>
ok beck
</content>
</entry>
<entry>
<title>Don't use &lt;sys/param.h&gt; from userland without cause.  Sort &lt;sys/*&gt;</title>
<updated>2017-02-03T08:08:15+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2017-02-03T08:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=029b15cc9cd252b331360ebf706dc808dc6e3135'/>
<id>urn:sha1:029b15cc9cd252b331360ebf706dc808dc6e3135</id>
<content type='text'>
before other includes per style(9) while we're here.

ok florian@ bcook@ jsing@ beck@
</content>
</entry>
<entry>
<title>netinet/in.h should be included, and freebsd and some others</title>
<updated>2017-02-01T18:54:37+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-02-01T18:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=36527924777b40f99b5324846b40489cbe0a224b'/>
<id>urn:sha1:36527924777b40f99b5324846b40489cbe0a224b</id>
<content type='text'>
don't have EAI_NODATA, so make this easier for people
from bernard spill
</content>
</entry>
<entry>
<title>bring changes from acme-client over here.</title>
<updated>2017-01-25T13:31:01+00:00</updated>
<author>
<name>benno</name>
<email></email>
</author>
<published>2017-01-25T13:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3af807377e50161edb4d10f72176df174ae7200a'/>
<id>urn:sha1:3af807377e50161edb4d10f72176df174ae7200a</id>
<content type='text'>
ok beck@
</content>
</entry>
<entry>
<title>string terminator is called a NUL</title>
<updated>2017-01-24T10:57:48+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-01-24T10:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fe061e1512154f32cb50b3aeb15690496997ab14'/>
<id>urn:sha1:fe061e1512154f32cb50b3aeb15690496997ab14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Yes the "if (const == val" idiom provides some safety, but it grates on</title>
<updated>2017-01-24T10:33:16+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-01-24T10:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f5db1b892e56a62e47a445aac13bb563d788a618'/>
<id>urn:sha1:f5db1b892e56a62e47a445aac13bb563d788a618</id>
<content type='text'>
us too much.
ok beck jsing
</content>
</entry>
</feed>
