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
This is the hash or associative list container type in Qore, dynamically allocated only...
Definition: QoreHashNode.h:41
Qore's string value type, reference counted, dynamically-allocated only.
Definition: QoreStringNode.h:40
Qore's parse tree/value type for date-time values, reference-counted, dynamically-allocated only...
Definition: DateTimeNode.h:36
offers static functions to help with translating openssl data structures to Qore data structures ...
Definition: QoreSSLBase.h:32