This implement a large majority of OpenSSL's useful X509 API. The email() method supports both certificates where the subject is of the form: "... CN=Firstname lastname/emailAddress=user@domain", and also certificates where there is a X509v3 Extension of the form "X509v3 Subject Alternative Name: email=user@domain".
Go to file
2025-02-13 23:39:16 -05:00
.gitattributes Initial commit 2025-02-14 05:06:23 +01:00
Crypt-OpenSSL-X509-1.914-Do-not-hard-code-CFLAGS.patch * Thu Feb 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 2.0.1-2.sme 2025-02-13 23:39:16 -05:00
Crypt-OpenSSL-X509-2.0.1-convertversion.patch * Thu Feb 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 2.0.1-2.sme 2025-02-13 23:39:16 -05:00
Crypt-OpenSSL-X509-2.0.1.tar.gz * Thu Feb 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 2.0.1-2.sme 2025-02-13 23:39:16 -05:00
Makefile Initial commit 2025-02-14 05:06:23 +01:00
perl-Crypt-OpenSSL-X509.spec * Thu Feb 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 2.0.1-2.sme 2025-02-13 23:39:16 -05:00
README.md Initial commit 2025-02-14 05:06:23 +01:00

perl-Crypt-OpenSSL-X509

SMEServer Koozali local git repo for perl-Crypt-OpenSSL-X509

Documentation


https://metacpan.org/pod/perl-Crypt-OpenSSL-X509

Bugzilla

CPAN bug report are here

Show list of Koozali outstanding bugs: here

Description

This implement a large majority of OpenSSL's useful X509 API. The email() method supports both certificates where the subject is of the form: "... CN=Firstname lastname/emailAddress=user@domain", and also certificates where there is a X509v3 Extension of the form "X509v3 Subject Alternative Name: email=user@domain".