On Thu, 27 Nov 2025 15:05:01 +0100, np wrote:
> 
> Hi,
> I'm using RC3 (from iso) upgraded to RC4. When running:
> 
> echo -n | openssl dgst -whirlpool

Here you need -provider legacy.
 
> I'm getting "initialization error", although whirlpool is in the
> list of supported algorithms. Same thing for shake128 and shake256,
> but without any message (exit status is 1). Same errors for any
> other inputs.

Here you need '-xoflen length'. See openssl-dgst man page.

Reply via email to