Register a signature OID as the combination of a digest and public‐key algorithm.

Synopsis

Declared in <openssl/objects.h>

int
OBJ_add_sigid(
    int signid,
    int dig_id,
    int pkey_id);

Return Value

1 on success, or 0 on failure.

Parameters

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.

Created with MrDocs