[openssl-dev] [openssl.org #4669] Enhancement request: let dgst support multiple files

Steffen Nurpmeso via RT rt at openssl.org
Thu Sep 1 13:18:44 UTC 2016


Hello.

>From the documentation i cannot tell what is wrong with the
following:

  echo abc > a; echo def > b; echo ghi > c
  openssl genpkey -algorithm RSA -out k.prv
  openssl pkey -in k.prv -pubout -out k.pub
  openssl dgst -sha512 -sign k.prv -out .sig a b c
  openssl dgst -sha512 -verify k.pub -signature .sig a b c
  rm k.prv k.pub a b c

It gives me

  ?0[steffen at wales bin]$ sh /tmp/t.sh
  ..............++++++
  ...++++++
  Verified OK
  Verification Failure
  Verification Failure

And being able to produce textual output would be great.
Thanks.

--steffen


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4669
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list