<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.sbin/ocspcheck/http.c, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-04-19T12:58:16+00:00</updated>
<entry>
<title>remove duplicate includes</title>
<updated>2023-04-19T12:58:16+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2023-04-19T12:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=66b857bfb31c84024d348c1b47c595ee2d24262f'/>
<id>urn:sha1:66b857bfb31c84024d348c1b47c595ee2d24262f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The argument to ctype functions must be EOF or representable as an</title>
<updated>2022-12-15T08:07:03+00:00</updated>
<author>
<name>florian</name>
<email></email>
</author>
<published>2022-12-15T08:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4ea33cbd5b1bd5d90283a46d371d5642fc8e7894'/>
<id>urn:sha1:4ea33cbd5b1bd5d90283a46d371d5642fc8e7894</id>
<content type='text'>
unsigned char.

Casting to int is particularly useless because that's what the
compiler already does. We need to prevent sign extension, not write
down that we want sign extension.

OK deraadt, kn, miod, op
</content>
</entry>
<entry>
<title>Add missing void to definition of http_init().</title>
<updated>2021-09-14T16:37:20+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-09-14T16:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=754c6031403524bc1e6720ad57276c759275f554'/>
<id>urn:sha1:754c6031403524bc1e6720ad57276c759275f554</id>
<content type='text'>
ok deraadt florian
</content>
</entry>
<entry>
<title>Remove unneeded calls to tls_init(3)</title>
<updated>2021-07-14T13:33:57+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2021-07-14T13:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f50b4db1e7622eb89cc64abe1c046266ba811bf1'/>
<id>urn:sha1:f50b4db1e7622eb89cc64abe1c046266ba811bf1</id>
<content type='text'>
As per the manual and lib/libtls/tls.c revision 1.79 from 2018
"Automatically handle library initialisation for libtls." initialisation
is handled automatically by other tls_*(3) functions.

Remove explicit tls_init() calls from base to not give the impression of
it being needed.

Feedback tb
OK Tests mestre
</content>
</entry>
<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>
</feed>
