Skip Menu |

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

Report information
The Basics
Id: 46443
Status: resolved
Priority: 0/
Queue: Crypt-X509

People
Owner: alexander.w.jung [...] gmail.com
Requestors: rjuneja [...] verisign.com
Cc:
AdminCc:

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



Subject: Not decrypting Self Signed Certificates
This library is not properly working with self signed certificated and it is not able to parse the self signed certificates. Example of some certificates are attached Also the same certificates can be downloaded at: https://vertex12.com https://1eleven.com Any insight into this or how to fix this is highly appreciated. Thanks, Rahul
Subject: 1eleven.com.cer
Download 1eleven.com.cer
application/octet-stream 866b

Message body not shown because it is not plain text.

Subject: vertex12.cer
Download vertex12.cer
application/octet-stream 828b

Message body not shown because it is not plain text.

Hello, I just tried to verify your problem with crypt::x509. It seems that you tried to load base64-encoded data into the module. This is not supported and not tested for, the parser will simply fail. When decoding your certificates, everything works. (thanks for generating test-certificates with not_after dates after unix timestamp rollover) Yours, Alexander