Collect email addresses from a certificate request's subject and subjectAltName.
Declared in <openssl/x509v3.h>
<openssl/x509v3.h>
stack_st_OPENSSL_STRING* X509_REQ_get1_email(X509_REQ* x);
Newly allocated stack of email strings, or NULL on failure; free with X509_email_free.