Motion Master 6.0.0-alpha.50
Next-generation motion control software
Loading...
Searching...
No Matches
cert_info.cc File Reference
#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>
Include dependency graph for cert_info.cc:

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.