Return the opaque argument passed to the context's TLS 1.3 record‐padding callback.

Synopsis

Declared in <openssl/ssl.h>

void*
SSL_CTX_get_record_padding_callback_arg(SSL_CTX const* ctx);

Return Value

Pointer previously set via SSL_CTX_set_record_padding_callback_arg, or NULL.

Parameters

Name

Description

ctx

SSL context to query.

Created with MrDocs