custom_ext_free_cb

Free custom extension output produced by a matching add callback.

Synopsis

Declared in <openssl/ssl.h>

typedef void(* custom_ext_free_cb)(SSL*, unsigned int, unsigned char const*, void*);

Parameters

NameDescription
sSSL connection constructing the message.
ext_typeTLS extension type being freed.
outExtension data previously set by the add callback.
add_argApplication argument registered with the extension.