perl-crypt-openssl-x509
perl-crypt-openssl-x509 copied to clipboard
Perl interface to OpenSSL's X509 module.
Checkend function always returning certificate expired for the below certificate: [cert.txt](https://github.com/dsully/perl-crypt-openssl-x509/files/8844171/cert.txt)
Hi! I'm enjoying this module and it would be great if it could return the x509 not before / not after as a UNIX timestamp instead of just as a...
See: https://github.com/openssl/openssl/blob/master/doc/man7/migration_guide.pod
Please add a method 'issuer_hash', which returns a hash of the issuer subject just like 'hash' returns a hash of the subject. This is anologous to `openssl x509`'s `-issuer_hash` parameter,...
I am getting following errors while trying to install this module in strawberry perl This is perl 5, version 26, subversion 1 (v5.26.1) built for MSWin32-x64-multi-thread. (OS Win-10) ========================================== cpan>...
The SYNOPSIS suggests that this library only deals with certificates whose public key is RSA. I see what looks like ECC support, though, in the .xs file. Does this library...
Hi, I am not able to install Crypt::OpenSSL::X509 on a Windows machine using CPAN. Can you help me out? Below some additional information. Can someone please help me on this...
Installing Crypt::OpenSSL::X509 1.804 fails on MacOS 10.6 with system perl: sudo /usr/bin/cpan Crypt::OpenSSL::X509 CPAN: Storable loaded ok (v2.18) Going to read /Users/phil/.cpan/Metadata Database was generated on Tue, 03 Dec 2013...
I edited Makefile.PL and added /usr/sfw/local/include so the openssl header files could be located. inc '-I/usr/include/openssl -I/usr/local/include/ssl -I/usr/local/ssl/include -I/usr/sfw/include'; ``` libs '-L/usr/lib -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -L/usr/sfw/lib'; ``` I am still...
I have two openssl version compiled for 64 bits (0.9.7g, and 1.0.0e) and a third for 32 bits (1d). I have two perls (both 5.8.7), one 32 and one 64....