<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/ocsp.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>2025-05-09T12:50:59+00:00</updated>
<entry>
<title>openssl ocsp: switch from X509V3error() to perror()</title>
<updated>2025-05-09T12:50:59+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-05-09T12:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=408ef0f57afffc0126e90e96873f2e37d00ea680'/>
<id>urn:sha1:408ef0f57afffc0126e90e96873f2e37d00ea680</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>sync x509v3_add_value with x509_utl.c</title>
<updated>2024-08-31T18:39:25+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-08-31T18:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7cff01809ed1eec28d24a5246c3846d39cbe840b'/>
<id>urn:sha1:7cff01809ed1eec28d24a5246c3846d39cbe840b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add and use local copy of X509V3_add_value()</title>
<updated>2024-08-30T17:26:44+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-08-30T17:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b21dd57f022de9f69eed60cf85a733806ef7e905'/>
<id>urn:sha1:b21dd57f022de9f69eed60cf85a733806ef7e905</id>
<content type='text'>
The public API will be removed. This fixes its only consumer.
</content>
</entry>
<entry>
<title>ocsp.c: zap trailing whitespace</title>
<updated>2024-08-29T11:04:02+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-08-29T11:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9ddf477719bbfbb9a62ee13e5791b81e5e603323'/>
<id>urn:sha1:9ddf477719bbfbb9a62ee13e5791b81e5e603323</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename struct ${app}_config to plain cfg</title>
<updated>2023-03-06T14:32:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-06T14:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2ba7dcfcbc2ef5aaeb8eb14f36f83bd57c22bcae'/>
<id>urn:sha1:2ba7dcfcbc2ef5aaeb8eb14f36f83bd57c22bcae</id>
<content type='text'>
All the structs are static and we need to reach into them many times.
Having a shorter name is more concise and results in less visual clutter.
It also avoids many overlong lines and we will be able to get rid of some
unfortunate line wrapping down the road.

Discussed with jsing
</content>
</entry>
<entry>
<title>Remove the legacy interactive mode from openssl(1).</title>
<updated>2022-11-11T17:07:39+00:00</updated>
<author>
<name>joshua</name>
<email></email>
</author>
<published>2022-11-11T17:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=273d9e16fc9e481283c2b2302b348e4863e29f28'/>
<id>urn:sha1:273d9e16fc9e481283c2b2302b348e4863e29f28</id>
<content type='text'>
This removes the legacy interactive mode from openssl(1) since it is
rarely used, complicates the code, and has also been removed from
OpenSSL in version 3.x.x.

ok tb@ jsing@
</content>
</entry>
<entry>
<title>Make sure an OCSP query sends a host header</title>
<updated>2020-10-13T18:25:35+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-10-13T18:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1c75dcca39cf1c20590e494e1a8c18049f973cef'/>
<id>urn:sha1:1c75dcca39cf1c20590e494e1a8c18049f973cef</id>
<content type='text'>
While OCSP uses HTTP/1.0 where a host header is optional, some widely
used OCSP responders will return 400 bad request if it is missing. Add
such a header unless it's already provided in the user's custom headers.

OpenSSL did something similar in ff4a9394a23 and 76e0cd12f68
(both commits are under the old license)

ok inoguchi
</content>
</entry>
<entry>
<title>set SO_REUSEADDR on the server socket when we play oscp server.</title>
<updated>2020-10-08T23:46:57+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2020-10-08T23:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8a033220022febef2ce5c113b5e10b6b403f7cd4'/>
<id>urn:sha1:8a033220022febef2ce5c113b5e10b6b403f7cd4</id>
<content type='text'>
ok inoguchi@ tb@ deraadt@
</content>
</entry>
<entry>
<title>Wrap long lines, add space in front of goto label in openssl(1) ocsp.c</title>
<updated>2020-09-09T13:57:36+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-09-09T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d0f1d7eeb783a137afecbb1236f2e01605777cdc'/>
<id>urn:sha1:d0f1d7eeb783a137afecbb1236f2e01605777cdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change SSLv23_client_method to TLS_client_method openssl(1) ocsp</title>
<updated>2020-09-09T13:08:38+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2020-09-09T13:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cf10ba6b487773d1c43d92c59ab19861e612c6b4'/>
<id>urn:sha1:cf10ba6b487773d1c43d92c59ab19861e612c6b4</id>
<content type='text'>
</content>
</entry>
</feed>
