<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/certhash.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-07-27T14:46:20+00:00</updated>
<entry>
<title>openssl certhash: add digest param to certhash_directory</title>
<updated>2025-07-27T14:46:20+00:00</updated>
<author>
<name>joshua</name>
<email></email>
</author>
<published>2025-07-27T14:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8219b8128b462a346c845af56428e15357a85683'/>
<id>urn:sha1:8219b8128b462a346c845af56428e15357a85683</id>
<content type='text'>
This will allow us to call certhash_directory with other digests as
required to implement the openssl rehash command, which uses SHA1 or MD5.

ok jsing tb
</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>Add a length check before NUL-terminating target.  From Jonas Termansen.</title>
<updated>2021-10-23T08:13:48+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-10-23T08:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9c3051ec53c22409d3a757a649f3111323e730dc'/>
<id>urn:sha1:9c3051ec53c22409d3a757a649f3111323e730dc</id>
<content type='text'>
ok jsing
</content>
</entry>
<entry>
<title>Add RCS marker</title>
<updated>2021-08-28T08:16:39+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-08-28T08:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=16e9a9063337bc01a6d6a12218680ccac4acb2bb'/>
<id>urn:sha1:16e9a9063337bc01a6d6a12218680ccac4acb2bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark the initialized struct options arrays as both static and const.</title>
<updated>2019-07-14T03:30:46+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2019-07-14T03:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ce9daaa0080f6ec467441aa485eb3f11ad6fb74a'/>
<id>urn:sha1:ce9daaa0080f6ec467441aa485eb3f11ad6fb74a</id>
<content type='text'>
This moves them from .data to .data.rel.ro

ok deraadt@ inoguchi@
</content>
</entry>
<entry>
<title>Indent labels with a single space so that diff prototypes are more useful.</title>
<updated>2018-02-07T05:47:55+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2018-02-07T05:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6d829832b5c1cafa0527a7c2595749b17b0b8efe'/>
<id>urn:sha1:6d829832b5c1cafa0527a7c2595749b17b0b8efe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rearrange pledge promises into the canonical order; easier to eyeball</title>
<updated>2017-01-20T08:57:12+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-01-20T08:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ff6fa3ffece7ca61b2a5e2a66b4920c710d4e36b'/>
<id>urn:sha1:ff6fa3ffece7ca61b2a5e2a66b4920c710d4e36b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not need sys/param.h</title>
<updated>2015-11-20T16:16:59+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-11-20T16:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=03b14a5404c5069c33d583db003a93432b930b90'/>
<id>urn:sha1:03b14a5404c5069c33d583db003a93432b930b90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exit if a pledge call fails in non-interactive mode.</title>
<updated>2015-10-17T15:00:11+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-10-17T15:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=db101f70294bca3ebe9eaa1f16aaae8cd872d2e4'/>
<id>urn:sha1:db101f70294bca3ebe9eaa1f16aaae8cd872d2e4</id>
<content type='text'>
ok semarie@
</content>
</entry>
</feed>
