Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DSSL_extension_supported.pod9 SSL_CTX_add_custom_ext,
37 int SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type,
75 SSL_CTX_add_custom_ext() adds a custom extension for a TLS/DTLS client or server
84 B<parse_cb>. This function is similar to SSL_CTX_add_custom_ext() except it only
93 B<parse_cb>. This function is similar to SSL_CTX_add_custom_ext() except it
271 SSL_CTX_add_custom_ext(), SSL_CTX_add_client_custom_ext() and
287 The SSL_CTX_add_custom_ext() function was added in OpenSSL 1.1.1.
A DSSL_CTX_use_serverinfo.pod36 meaning as for L<SSL_CTX_add_custom_ext(3)>. If serverinfo is being loaded for
44 L<SSL_CTX_add_custom_ext(3)>. The following default context value will be used
/openssl-master/ssl/statem/
A Dextensions_cust.c476 int SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_custom_ext() function
/openssl-master/ssl/
A Dssl_rsa.c694 if (!SSL_CTX_add_custom_ext(ctx, ext_type, context, in serverinfo_process_buffer()
/openssl-master/util/
A Dlibssl.num442 SSL_CTX_add_custom_ext 443 3_0_0 EXIST::FUNCTION:
/openssl-master/test/
A Dsslapitest.c5650 if (!TEST_true(SSL_CTX_add_custom_ext(cctx, TEST_EXT_TYPE1, context, in test_custom_exts()
5661 || !TEST_false(SSL_CTX_add_custom_ext(cctx, TEST_EXT_TYPE1, in test_custom_exts()
5675 if (!TEST_true(SSL_CTX_add_custom_ext(sctx, TEST_EXT_TYPE1, context, in test_custom_exts()
5680 && !TEST_true(SSL_CTX_add_custom_ext(sctx2, TEST_EXT_TYPE1, in test_custom_exts()
5692 || !TEST_false(SSL_CTX_add_custom_ext(sctx, TEST_EXT_TYPE1, in test_custom_exts()
/openssl-master/include/openssl/
A Dssl.h.in874 __owur int SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type,

Completed in 51 milliseconds