Return the signing callback installed on a DSA_METHOD.
Synopsis
Declared in <openssl/dsa.h>
[[deprecated]]
DSA_SIG*(*
DSA_meth_get_sign(DSA_METHOD const* dsam))(unsigned char const*, int, DSA*);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Function pointer used to create a DSA_SIG, or NULL if unset.
Parameters
Name |
Description |
dsam |
Method object to query. |
Created with MrDocs