Add decoder implementations that feed already‐attached decoders (build chains).

Synopsis

Declared in <openssl/decoder.h>

int
OSSL_DECODER_CTX_add_extra(
    OSSL_DECODER_CTX* ctx,
    OSSL_LIB_CTX* libctx,
    char const* propq);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

ctx

Decoder context to extend.

libctx

Library context used when fetching extra decoders, or NULL for the default.

propq

Optional property query for fetching, or NULL.

Created with MrDocs