32#ifndef _QORE_QORESSLBASE_H
34#define _QORE_QORESSLBASE_H
36#include <openssl/ssl.h>
37#include <openssl/x509v3.h>
42 DLLEXPORT
static QoreHashNode* X509_NAME_to_hash(X509_NAME* n);
43 DLLEXPORT
static DateTimeNode* ASN1_TIME_to_DateTime(ASN1_STRING* t);
44 DLLEXPORT
static QoreStringNode* ASN1_OBJECT_to_QoreStringNode(ASN1_OBJECT* o);
Qore's parse tree/value type for date-time values, reference-counted, dynamically-allocated only.
Definition DateTimeNode.h:47
This is the hash or associative list container type in Qore, dynamically allocated only,...
Definition QoreHashNode.h:51
offers static functions to help with translating openssl data structures to Qore data structures
Definition QoreSSLBase.h:40
Qore's string value type, reference counted, dynamically-allocated only.
Definition QoreStringNode.h:50