#include <openssl/x509.h>
#include <openssl/asn1.h>
#include <openssl/digest.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/obj.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
int | x509_digest_sign_algorithm (EVP_MD_CTX *ctx, X509_ALGOR *algor) |
int | x509_digest_verify_init (EVP_MD_CTX *ctx, const X509_ALGOR *sigalg, EVP_PKEY *pkey) |
int x509_digest_sign_algorithm | ( | EVP_MD_CTX * | ctx, |
X509_ALGOR * | algor | ||
) |
Definition at line 68 of file algorithm.c.
int x509_digest_verify_init | ( | EVP_MD_CTX * | ctx, |
const X509_ALGOR * | sigalg, | ||
EVP_PKEY * | pkey | ||
) |
Definition at line 113 of file algorithm.c.