Sortix main manual
This manual documents Sortix main. You can instead view this document in the latest official manual.
NAME
OBJ_add_sigid, OBJ_sigid_free, OBJ_find_sigid_algs, OBJ_find_sigid_by_algs — signature algorithm mappingsSYNOPSIS
#include <openssl/objects.h>OBJ_add_sigid(int signature, int digest, int encryption);
OBJ_sigid_free(void);
OBJ_find_sigid_algs(int signature, int *pdigest, int *pencryption);
OBJ_find_sigid_by_algs(int *psignature, int digest, int encryption);