Copy verification parameters into an SSL context.

Synopsis

Declared in <openssl/ssl.h>

int
SSL_CTX_set1_param(
    SSL_CTX* ctx,
    X509_VERIFY_PARAM* vpm);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

ctx

SSL context whose X509_VERIFY_PARAM is updated.

vpm

Source parameters that are duplicated into ctx.

Created with MrDocs