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-14 05:06:23 +01:00
.gitattributes Initial commit 2025-02-14 05:06:23 +01:00
Makefile Initial commit 2025-02-14 05:06:23 +01:00
perl-Crypt-OpenSSL-X509.spec Initial commit 2025-02-14 05:06:23 +01: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".