Skip Menu |

This queue is for tickets about the Crypt-RSA CPAN distribution.

Report information
The Basics
Id: 26028
Status: resolved
Priority: 0/
Queue: Crypt-RSA

People
Owner: Nobody in particular
Requestors: alankila [...] elma.fi
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Simple mistake in Crypt::RSA::Key::Private::AUTOLOAD()
Date: Sun, 01 Apr 2007 15:45:51 +0300
To: bug-Crypt-RSA [...] rt.cpan.org
From: "Antti S. Lankila" <alankila [...] elma.fi>
Makes it impossible to initialise these objects from 0x12345678 values in spirit of: $key->n($hex_modulus); if ($value =~ /^0x/) { $self->{private}->{"_$key"} = $self->{Checked} = 0; Math::Pari::_hex_cvt($value); Clearly, $self->{Checked} = 0 has been copypasted in middle of statement. Unfortunately, nothing detects this error. -- Antti
Fixed in 1.95. Thank you!