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_do_sign, DSA_do_verify — raw DSA signature operationsSYNOPSIS
#include <openssl/dsa.h>DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, DSA *dsa);