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
OBJ_find_sigid_algs, OBJ_find_sigid_by_algs — signature algorithm mappingsSYNOPSIS
#include <openssl/objects.h>OBJ_find_sigid_algs(int signature, int *pdigest, int *pencryption);
OBJ_find_sigid_by_algs(int *psignature, int digest, int encryption);