Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dextensions_cust.c19 custom_ext_add_cb add_cb; member
39 if (add_cb_wrap->add_cb == NULL) in custom_ext_add_old_cb_wrap()
42 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al, in custom_ext_add_old_cb_wrap()
209 if (meth->add_cb != NULL) { in custom_ext_add()
337 if (meth->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_free()
371 if (add_cb == NULL && free_cb != NULL) in ossl_tls_add_custom_ext_intern()
415 meth->add_cb = add_cb; in ossl_tls_add_custom_ext_intern()
427 custom_ext_add_cb add_cb, in add_old_custom_ext() argument
445 add_cb_wrap->add_cb = add_cb; in add_old_custom_ext()
468 custom_ext_add_cb add_cb, in SSL_CTX_add_client_custom_ext() argument
[all …]
/openssl/doc/man3/
H A DSSL_extension_supported.pod39 SSL_custom_ext_add_cb_ex add_cb,
60 custom_ext_add_cb add_cb,
66 custom_ext_add_cb add_cb,
77 callbacks B<add_cb>, B<free_cb> and B<parse_cb> (see the
83 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and
92 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and
106 The callback B<add_cb> is called to send custom extension data to be
117 If the B<add_cb> does not wish to include the extension it must return 0.
119 If B<add_cb> returns -1 a fatal handshake error occurs using the TLS
122 When constructing the ClientHello, if B<add_cb> is set to NULL a zero length
[all …]
/openssl/ssl/
H A Dssl_local.h2005 SSL_custom_ext_add_cb_ex add_cb; member
2908 SSL_custom_ext_add_cb_ex add_cb,
/openssl/include/openssl/
H A Dssl.h.in880 custom_ext_add_cb add_cb,
888 custom_ext_add_cb add_cb,
896 SSL_custom_ext_add_cb_ex add_cb,

Completed in 32 milliseconds