Eneboo - Documentación para desarrolladores
|
#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>
Funciones | |
int | verify_callback (int ok, X509_STORE_CTX *ctx) |
int | main (int argc, argv) |
Variables | |
BIO * | bio_err = NULL |
static int MS_CALLBACK verify_callback | ( | int | ok, |
X509_STORE_CTX * | ctx | ||
) |