blob: 84fe870b4b25af9fef884cdaa966572217ad1675 (
plain) (
blame)
1
2
3
4
5
6
7
|
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".
|