Home
last modified time | relevance | path

Searched refs:alert_cb (Results 1 – 4 of 4) sorted by relevance

/openssl/include/internal/
H A Dquic_tls.h80 int (*alert_cb)(void *arg, unsigned char alert_code); member
/openssl/doc/designs/quic-design/
H A Dquic-tls.md109 int (*alert_cb)(void *arg, unsigned char alert_code);
131 attempts to send an alert and will communicate this via the `alert_cb` callback.
201 `alert_cb` callback. Note that while the TLS RFC strictly allows the 2 byte
/openssl/ssl/quic/
H A Dquic_tls.c303 if (!rl->qtls->args.alert_cb(rl->qtls->args.alert_cb_arg, alert)) { in quic_write_records()
H A Dquic_channel.c333 tls_args.alert_cb = ch_on_handshake_alert; in ch_init()

Completed in 25 milliseconds