Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
EVP_VerifyInit_ex, EVP_VerifyUpdate, EVP_VerifyFinal, EVP_VerifyInit — EVP signature verification functionsSYNOPSIS
#include <openssl/evp.h>EVP_VerifyInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
EVP_VerifyUpdate(EVP_MD_CTX *ctx, const void *d, unsigned int cnt);
EVP_VerifyFinal(EVP_MD_CTX *ctx, unsigned char *sigbuf, unsigned int siglen, EVP_PKEY *pkey);
EVP_VerifyInit(EVP_MD_CTX *ctx, const EVP_MD *type);