Digest algorithm to use when signing or resigning. If not present then the
default digest algorithm for the signing key will be used (usually SHA-256).
+Note that, in the case signed attributes are not used (B<-noattr>), for
+some hash-less signing schemes the given digest algorithm will be ignored
+and a digest algorithm required by the signing scheme will be used. This is
+the case for EdDSA (RFC 8419). For SLH-DSA (RFC 9814) and ML-DSA (RFC 9882),
+the scheme-suggested digest algorithm will only be used if none is given.
+
=item B<-signer> I<file>
A signing certificate. When signing or resigning a message, this option can be
No revocation checking is done on the signer's certificate.
+Ed448 signing is not supported when using signed-data with signed attributes
+since OpenSSL does not currently support the digestAlgorithm id-shake256-len
+as required per RFC 8419.
+
=head1 SEE ALSO
L<ossl_store-file(7)>