OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
verify.c File Reference
#include <stdio.h>
#include <string.h>
#include <openssl/bio.h>
#include <openssl/asn1.h>
#include <openssl/x509.h>
#include <openssl/pem.h>
#include <openssl/err.h>
#include "example.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

BIObio_err =NULL
 
BIObio_out =NULL
 

Function Documentation

int main ( int  argc,
argv   
)

Definition at line 72 of file verify.c.

int verify_callback ( int  ok,
X509_STORE_CTX ctx 
)

Variable Documentation

BIO* bio_err =NULL

Definition at line 69 of file verify.c.

BIO* bio_out =NULL

Definition at line 70 of file verify.c.