toddr / Crypt-OpenSSL-RSA

Release history of Crypt-OpenSSL-RSA
https://metacpan.org/pod/Crypt::OpenSSL::RSA
Other
8 stars 25 forks source link

Whirlpool is missing the header #48

Open timlegge opened 3 weeks ago

timlegge commented 3 weeks ago

Noticed that the whirlpool was missing the header file. Not sure if that is intentional as it effectively disables the digest. Enabling it also changes the number of tests.

I will send a PR shortly and enable whirlpool on openssl < 3.0. There seems to be some issues with whirlpool support on OpenSSL 3.0+ for signing which I will look at.