toddr / Crypt-OpenSSL-RSA

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

Crypt::OpenSSL::Bignum should likely be required #27

Open timlegge opened 4 years ago

timlegge commented 4 years ago

Related to https://github.com/timlegge/perl-Net-SAML2/issues/24. Net::SAML2 has RSA based keys included as a test so calls Crypt-OpenSSL-RSA
my $bigNum = ( $rsaKey->get_key_parameters() )[1];

get_key_parameters requires Crypt::OpenSSL::Bignum

toddr commented 2 years ago

It is currently listed as a recommends. To be fair, the code pretty much dies if the load fails. I'll look at this in a few days.