Returns DNS name, URI, and IP address subjectAltName entries in certificate order. Other GENERAL_NAME types are ignored.
Declared in <folly/ssl/OpenSSLCertUtils.h>
static
std::vector<GeneralName>
getSubjectAltNameEntries(X509 const& x509);
The subjectAltName entries.
| Name | Description |
|---|---|
| x509 | The certificate to read. |