Home | C-Bits Package Documentation | Project Page |
#include <cbits/SSLCert.h>
#include <openssl/x509.h>
#include <openssl/asn1.h>
Include dependency graph for SSLCert.cpp:
Defines | |
#define | ASN_EXTRACT(a, b) |
|
Value: char buf[256];\ if( ASN1_STRING_to_UTF8( (unsigned char**)&buf, (a) ) )\ {\ (b) = std::string("error");\ }\ else\ {\ (b) = std::string( buf );\ } |
|
|