toddr / Crypt-OpenSSL-RSA

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

After upgrading from 0.28 Net::OAuth signature fails #14

Closed vti closed 5 years ago

vti commented 6 years ago

After upgrading from 0.28 signatures calculated by Net::OAuth are not valid anymore.

vti commented 6 years ago

Bisecting shows this commit as the first bad one 13df4d34e7cbc9d067f863ddb94260a26df3c9e6

vti commented 6 years ago

Apparently this option is required:

$private_key->use_sha1_hash;

Maybe this can be documented.

gregoa commented 6 years ago

Issue with patch filed for Net::OAuth at https://rt.cpan.org/Ticket/Display.html?id=125291

jwittkoski commented 6 years ago

This bit me as well - changing the default signing behavior to sha256 instead of the prior sha1 should have been listed as a backwards incompatible change.

toddr commented 5 years ago

This has been fixed in 65ff114cae2ed17abea12304d195614f5dec01dd and has been released to CPAN as 0.31