#pragma once #include #include #include #include X509 *X509_open_cert(const char *path); char *X509_get_common_name(X509 *cert);