Register a signature OID as the combination of a digest and public-key algorithm.
Declared in <openssl/objects.h>
int
OBJ_add_sigid(
int signid,
int dig_id,
int pkey_id);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| signid | NID of the composite signature algorithm. |
| dig_id | NID of the digest algorithm component. |
| pkey_id | NID of the public-key algorithm component. |