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@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

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to