Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H A 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)>
H A 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.1/secure/lib/libssl/
H A DVersion.map58 SSL_CTX_add_client_custom_ext;
/freebsd-12.1/crypto/openssl/ssl/statem/
H A Dextensions_cust.c450 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext() function
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h866 __owur int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx,
/freebsd-12.1/crypto/openssl/apps/
H A Ds_client.c1867 if (!SSL_CTX_add_client_custom_ext(ctx, in s_client_main()
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man2734 MLINKS+= SSL_extension_supported.3 SSL_CTX_add_client_custom_ext.3