#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/bio.h>
#include <openssl/x509.h>
#include <openssl/pem.h>
#include <openssl/err.h>
#include <openssl/asn1.h>
Go to the source code of this file.
Functions | |
int | verify_callback (int ok, X509_STORE_CTX *ctx) |
int | main (int argc, argv) |
Variables | |
BIO * | bio_err =NULL |
int verify_callback | ( | int | ok, |
X509_STORE_CTX * | ctx | ||
) |