SSL_custom_ext_free_cb_ex

Free temporary storage allocated while adding a custom TLS extension.

Synopsis

Declared in <openssl/ssl.h>

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

Parameters

NameDescription
sSSL connection for which the extension was built.
ext_typeTLS extension type being freed.
contextBitmask identifying the message and conditions for this call.
outExtension payload previously returned by the matching add callback.
add_argApplication argument from SSL_CTX_add_custom_ext().