Collect email addresses from a certificate request's subject and subjectAltName.
Synopsis
Declared in <openssl/x509v3.h>
stack_st_OPENSSL_STRING*
X509_REQ_get1_email(X509_REQ* x);
Return Value
Newly allocated stack of email strings, or NULL on failure; free with X509_email_free.
Parameters
Name |
Description |
x |
Certificate request to query. |
Created with MrDocs