From: | CARNIL [...] cpan.org |
Subject: | IO::Socket::SSL::Utils POD documents nonexistent cert_digest_* |
We have the following bug reported to the Debian package of
IO-Socket-SSL (https://bugs.debian.org/752879):
It doesn't seem to be a bug in the packaging, so you may want to take
a look. Thanks!
------8<-----------8<-----------8<-----------8<-----------8<-----
IO::Socket::SSL::Utils POD says that CERT_asHash() return a hash that
contains, among others:
cert_digest_xxx
Binary digest of the certificate using the given digest
algorithm, e.g. cert_digest_sha256 if (the default)
SHA-256 was used.
But there is no such key:
$ perl test-cert-ashash.pl /usr/share/ca-certificates/mozilla/EC-ACC.crt
crl_uri
ext
extkeyusage
fingerprint_sha256
issuer
keyusage
not_after
not_before
ocsp_uri
pubkey_digest_sha256
serial
subject
subjectAltNames
version
x509_digest_sha256
I guess it should be s/cert_digest/x509_digest/g.
------8<-----------8<-----------8<-----------8<-----------8<-----
Thanks for considering,
Salvatore Bonaccorso,
Debian Perl Group