DSA_meth_get_verify

Return the signature-verification callback from a DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
int(*
DSA_meth_get_verify(DSA_METHOD const* dsam))(unsigned char const*, int, DSA_SIG*, DSA*);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the verify callback, or NULL if unset.

Parameters

NameDescription
dsamMethod table to query.