Your message dated Sat, 13 Dec 2025 16:40:27 +0100
with message-id <[email protected]>
and subject line dgst, ca, x509, req, ... man pages in 1ssl should mention all 
supported digests
has caused the Debian Bug report #528804,
regarding dgst, ca, x509, req, ... man pages in 1ssl should mention all 
supported digests
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
528804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528804
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openssl
Version: 0.9.8g-16

Modern versions of openssl support many digest algorithms, including the
full SHA-2 family (SHA-224 through SHA-512).

But the man pages in 1ssl only seem to list algorithms up to (and
including) sha1 for some reason.

For example:

> DGST(1SSL)                          OpenSSL                         DGST(1SSL)
>
> NAME
>        dgst, md5, md4, md2, sha1, sha, mdc2, ripemd160 - message digests
> 
> SYNOPSIS
>        openssl dgst [-md5|-md4|-md2|-sha1|-sha|-mdc2|-ripemd160|-dss1] [-c]
>        [-d] [-hex] [-binary] [-out filename] [-sign filename] [-passin arg]
>        [-verify filename] [-prverify filename] [-signature filename] [file...]
> 
>        [md5|md4|md2|sha1|sha|mdc2|ripemd160] [-c] [-d] [file...]
> 

and yet:

0 dkg@pip:~$ printf '' | openssl dgst -sha256
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
0 dkg@pip:~$

The output of "openssl dgst -h" does appear to list all the supported
ciphers, so this appears to be only a problem with the manual.

Thanks for maintaining openssl in debian!

        --dkg

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
This man page no longer claims to list all supported digests.

--- End Message ---

Reply via email to