Attempting to duplicate this in testing (1.0.0d-2)
<http://packages.debian.org/source/testing/openssl> indicates that this
was resolevd via change to file in upstream sources (file apps/dgst.c).
$ openssl dgst -hmac mykey -sha1 -verify mykey.pub -signature outfile foo
MAC and Signing key cannot both be specified
+ if ((!!mac_name + !!keyfile + !!hmac_key) > 1)
+ {
+ BIO_printf(bio_err, "MAC and Signing key cannot both be
specified\n");
+ goto end;
+ }
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org