<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/openssl/dgst.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>2026-01-02T00:05:48+00:00</updated>
<entry>
<title>openssl dgst: drop unused cfg.m</title>
<updated>2026-01-02T00:05:48+00:00</updated>
<author>
<name>kenjiro</name>
<email></email>
</author>
<published>2026-01-02T00:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc0e69463fbcbb26a7b75c96c0bb1e89ba54dbdf'/>
<id>urn:sha1:cc0e69463fbcbb26a7b75c96c0bb1e89ba54dbdf</id>
<content type='text'>
Remove an unused intermediate EVP_MD pointer and assign digests
directly to cfg.md.

ok tb joel
</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>openssl(1) dgst: fix build after clones removal</title>
<updated>2022-01-14T09:28:07+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-01-14T09:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=67498e68e869f6e5fad2c89bf72a5baeb3e01b9f'/>
<id>urn:sha1:67498e68e869f6e5fad2c89bf72a5baeb3e01b9f</id>
<content type='text'>
ok inoguchi jsing
</content>
</entry>
<entry>
<title>Remove unnecessary NULL check before free function in openssl(1) dgst</title>
<updated>2019-08-30T12:32:14+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-08-30T12:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=72d8e157430311c92d321207bd6724be62193a37'/>
<id>urn:sha1:72d8e157430311c92d321207bd6724be62193a37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wrap lines over 80 cols and put space before goto label in openssl(1) dgst</title>
<updated>2019-08-30T12:09:05+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-08-30T12:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc3004bd55e07dbfb328c27dc7517410985aa04e'/>
<id>urn:sha1:cc3004bd55e07dbfb328c27dc7517410985aa04e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify checking and more readable descriptions in openssl(1) dgst</title>
<updated>2019-08-30T11:43:34+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-08-30T11:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=29f61a7ee04022d83ca4937744259e39328aaadc'/>
<id>urn:sha1:29f61a7ee04022d83ca4937744259e39328aaadc</id>
<content type='text'>
suggested from jsing@
</content>
</entry>
<entry>
<title>Convert openssl(1) dgst to the newer style of option handling</title>
<updated>2019-08-30T11:19:00+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-08-30T11:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5c99dbafc4faca036112733ee4f613cd962eede4'/>
<id>urn:sha1:5c99dbafc4faca036112733ee4f613cd962eede4</id>
<content type='text'>
Adapt openssl(1) dgst command to new option handling.
Added dgst_options struct and option handlers, and replaced for-if-strcmp
handling with options_parse().

ok bcook@ jsing@
</content>
</entry>
<entry>
<title>Moving variables into struct in openssl(1) dgst</title>
<updated>2019-07-29T10:06:55+00:00</updated>
<author>
<name>inoguchi</name>
<email></email>
</author>
<published>2019-07-29T10:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0bb159585ffaa956098fc8101ed20bd67147df69'/>
<id>urn:sha1:0bb159585ffaa956098fc8101ed20bd67147df69</id>
<content type='text'>
First step to adapt openssl(1) dgst command to new option handling.
There is no functional changes by this diff, and just moving variables
into dgst_config struct.

ok bcook@
</content>
</entry>
<entry>
<title>switch the default algorithm for the dgst command from MD5 to SHA256</title>
<updated>2019-01-18T23:33:57+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2019-01-18T23:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=640fa09d8cf557a05ae0593b939b6f5c57397e06'/>
<id>urn:sha1:640fa09d8cf557a05ae0593b939b6f5c57397e06</id>
<content type='text'>
ok deraadt@
</content>
</entry>
</feed>
