outbound_tls_ciphers
Name
outbound_tls_ciphers
Synopsis
#include "hooks/core/outbound_tls_ciphers.h"
| char * **outbound_tls_ciphers** (
| closure, | |
| | message)
; | |
void * <var class="pdparam">closure</var>
;
email_message * <var class="pdparam">message</var>
;
| int **has_core_outbound_tls_ciphers_hook** (
| )
; | |
| void **register_core_outbound_tls_ciphers_hook_first** (
| hook, | |
| | closure)
; | |
ec_hook_core_outbound_tls_ciphers_func_t <var class="pdparam">hook</var>
;
void *<var class="pdparam">closure</var>
;
| void **register_core_outbound_tls_ciphers_hook_last** (
| hook, | |
| | closure)
; | |
ec_hook_core_outbound_tls_ciphers_func_t <var class="pdparam">hook</var>
;
void *<var class="pdparam">closure</var>
;
| char * **call_core_outbound_tls_ciphers_hook** (
| message)
; | |
Description
This hook allows the available ciphers configured via the ecelerity.conf
file to be replaced based on the message
.