Home
last modified time | relevance | path

Searched refs:SSL_CTX_add_client_custom_ext (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_CTX_has_client_custom_ext.pod17 client extension of type B<ext_type> using SSL_CTX_add_client_custom_ext().
26 L<SSL_CTX_add_client_custom_ext(3)>
DSSL_extension_supported.pod7 SSL_CTX_add_client_custom_ext, SSL_CTX_add_server_custom_ext,
56 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type,
79 SSL_CTX_add_client_custom_ext() adds a custom extension for a TLS/DTLS client
92 the B<context> value to the same as for SSL_CTX_add_client_custom_ext() above.
268 SSL_CTX_add_custom_ext(), SSL_CTX_add_client_custom_ext() and
/freebsd-12-stable/secure/lib/libssl/
DVersion.map58 SSL_CTX_add_client_custom_ext;
/freebsd-12-stable/crypto/openssl/ssl/statem/
Dextensions_cust.c451 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl.h866 __owur int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx,
/freebsd-12-stable/crypto/openssl/apps/
Ds_client.c1897 if (!SSL_CTX_add_client_custom_ext(ctx, in s_client_main()
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile2765 MLINKS+= SSL_extension_supported.3 SSL_CTX_add_client_custom_ext.3