Test whether the local build supports the given HPKE suite.

Synopsis

Declared in <openssl/hpke.h>

int
OSSL_HPKE_suite_check(OSSL_HPKE_SUITE suite);

Return Value

1 if supported, or 0 if not.

Parameters

Name

Description

suite

Suite identifiers to validate.

Created with MrDocs