mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
6879ca51f6
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". Submitted by: kftseng@iyard.org
10 lines
386 B
Plaintext
10 lines
386 B
Plaintext
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".
|
|
|
|
WWW: http://search.cpan.org/dist/Crypt-OpenSSL-X509/
|