Closed dd86k closed 8 months ago
On second thought:
Therefore:
Tag
but will accommodate GNU/BSD-styled tagnamesOpenSSL Tag
or just OpenSSL
if it cannot be fitted in the columnName
ripemd160 RIPEMD-160, RIPEMD160, RMD160
Both GNU and BSD tag names are checked in ddgst 3.0. Uses BSD tag names for writing digests to stdout.
Currently the
--tag
switch outputs OpenSSL compatible tag names likeSHA2-512
, but GNU coreutils and BSD utilities will useSHA512
.At least in
v2.0.1-3-g93c8ed3
, both styles in check files mode is supported, but otherwise only the OpenSSL style is used on output.Though now the question is, do I only add
--tag2
for BSD style or make--tag
for BSD style and move OpenSSL to--tag2
...