Return the Extended Key Usage (EKU) entries, if any, from the cert. Each entry is a dotted‐decimal OID string (e.g., "1.3.6.1.5.5.7.3.1").
Synopsis
Declared in <folly/ssl/OpenSSLCertUtils.h>
static
std::vector<std::string>
getExtendedKeyUsage(X509 const& x509);
Return Value
vector of EKU OID strings.
Parameters
Name |
Description |
x509 |
Reference to an X509 |
Created with MrDocs