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
DSA_meth_new, DSA_meth_free, DSA_meth_dup, DSA_meth_get0_name, DSA_meth_set1_name, DSA_meth_set_sign, DSA_meth_set_finish — build up DSA methodsSYNOPSIS
#include <openssl/dsa.h>DSA_meth_new(const char *name, int flags);
DSA_meth_free(DSA_METHOD *meth);
DSA_meth_dup(const DSA_METHOD *meth);
DSA_meth_get0_name(const DSA_METHOD *meth);
DSA_meth_set1_name(DSA_METHOD *meth, const char *name);
DSA_meth_set_sign(DSA_METHOD *meth, DSA_SIG *(*sign)(const unsigned char *, int, DSA *));
DSA_meth_set_finish(DSA_METHOD *meth, int (*finish)(DSA *));