Security Advisories (1)
CVE-2020-17478 (2020-08-10)

ECDSA/EC/Point.pm in Crypt::Perl before 0.33 does not properly consider timing attacks against the EC point multiplication algorithm.

NAME

Crypt::Perl::X509::Extension::issuerAltName - X.509 issuerAltName extension

SYNOPSIS

my $san = Crypt::Perl::X509::Extension::issuerAltName->new(
    [ dNSName => 'foo.com' ],
    [ dNSName => 'bar.com' ],
    [ rfc822Name => 'haha@tld.com' ],
);

SEE ALSO