#include <openssl/x509.h>
#include <stdio.h>
#include <time.h>
#include <sys/types.h>
#include <openssl/bn.h>
#include <openssl/digest.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/mem.h>
#include <openssl/obj.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
int | ASN1_item_verify (const ASN1_ITEM *it, const X509_ALGOR *a, const ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey) |
int ASN1_item_verify | ( | const ASN1_ITEM * | it, |
const X509_ALGOR * | a, | ||
const ASN1_BIT_STRING * | signature, | ||
void * | asn, | ||
EVP_PKEY * | pkey | ||
) |
Definition at line 72 of file a_verify.c.