24 #ifndef _QORE_QORESSLBASE_H
26 #define _QORE_QORESSLBASE_H
28 #include <openssl/ssl.h>
29 #include <openssl/x509v3.h>
34 DLLEXPORT
static QoreHashNode *X509_NAME_to_hash(X509_NAME *n);
35 DLLEXPORT
static DateTimeNode *ASN1_TIME_to_DateTime(ASN1_STRING *t);
36 DLLEXPORT
static QoreStringNode *ASN1_OBJECT_to_QoreStringNode(ASN1_OBJECT *o);
39 #endif // _QORE_CLASS_SSLBASE_H