Hello,
We are facing problems with the translation of hex to binary via open ssl.
When we use the qsh command
> echo "testmessage" | openssl dgst -binary -sha256
then there is no result.
When we use the command without the binary option)
> echo "testmessage" | openssl dgst -sha256
then we get a response. So the conversion to binary does not work. That conversion is needed for the call of an external Api.
We are on OS 7.5, we use version 1.1.1. N of open ssl.
Anyone knows what we can do to make it work?
On another system (also on OS 7.5) it does work!
Thanks for any suggestions.
Ed
------------------------------
Ed Steures
------------------------------