|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
#include "cert_info.h"#include <openssl/bio.h>#include <openssl/err.h>#include <openssl/pem.h>#include <openssl/x509.h>#include <ctime>#include <memory>#include <optional>#include <string>Namespaces | |
| namespace | mm |
Functions | |
| std::expected< CertInfo, std::string > | mm::readCertInfo (const std::string &certPath) |
| Parses a PEM file and extracts the leaf's validity window and the full certificate chain. | |