Skip Menu |

This queue is for tickets about the IO-Socket-SSL CPAN distribution.

Report information
The Basics
Id: 96765
Status: resolved
Priority: 0/
Queue: IO-Socket-SSL

People
Owner: Nobody in particular
Requestors: CARNIL [...] cpan.org
Cc:
AdminCc:

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



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
Am Fr 27. Jun 2014, 08:00:53, CARNIL schrieb: Show quoted text
> 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!
Thanks for reporting. This was a documentation error, the key must be x509_digest_xxx. It is fixed in git commit 0188eff and will thus be in the next release. Regards, Steffen
Subject: Re: [rt.cpan.org #96765] IO::Socket::SSL::Utils POD documents nonexistent cert_digest_*
Date: Fri, 27 Jun 2014 16:26:49 +0200
To: Steffen Ullrich via RT <bug-IO-Socket-SSL [...] rt.cpan.org>
From: Salvatore Bonaccorso <carnil [...] debian.org>
Hi Steffen, On Fri, Jun 27, 2014 at 08:38:35AM -0400, Steffen Ullrich via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=96765 > > > Am Fr 27. Jun 2014, 08:00:53, CARNIL schrieb:
> > 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!
> > Thanks for reporting. > This was a documentation error, the key must be x509_digest_xxx. > It is fixed in git commit 0188eff and will thus be in the next release.
Thanks (and sorry for the above sentence, was from our forwarding script, obviously this was clear that it was not a packaging bug :)). Regards, Salvatore