[Pkg-openssl-devel] Bug#561973: Not Found in 561973
Scott Schaefer
saschaefer at neurodiverse.org
Tue May 3 02:53:02 UTC 2011
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;
+ }
More information about the Pkg-openssl-devel
mailing list