Searched refs:SSL_CTX_add_client_custom_ext (Results 1 – 8 of 8) sorted by relevance
/openssl-master/doc/man3/ |
A D | SSL_CTX_has_client_custom_ext.pod | 17 client extension of type B<ext_type> using SSL_CTX_add_client_custom_ext(). 26 L<SSL_CTX_add_client_custom_ext(3)>
|
A D | SSL_extension_supported.pod | 10 SSL_CTX_add_client_custom_ext, SSL_CTX_add_server_custom_ext, 59 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, 82 SSL_CTX_add_client_custom_ext() adds a custom extension for a TLS/DTLS client 95 the B<context> value to the same as for SSL_CTX_add_client_custom_ext() above. 271 SSL_CTX_add_custom_ext(), SSL_CTX_add_client_custom_ext() and
|
/openssl-master/test/ |
A D | ssl_old_test.c | 1598 if (!SSL_CTX_add_client_custom_ext(c_ctx, in main() 1607 if (!SSL_CTX_add_client_custom_ext(c_ctx, TACK_EXT_TYPE, in main() 1622 if (!SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_0, in main() 1626 || !SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_1, in main() 1630 || !SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_2, in main() 1634 || !SSL_CTX_add_client_custom_ext(c_ctx, CUSTOM_EXT_TYPE_3, in main()
|
A D | sslapitest.c | 5644 if (!TEST_true(SSL_CTX_add_client_custom_ext(cctx, TEST_EXT_TYPE1, in test_custom_exts() 5657 if (!TEST_false(SSL_CTX_add_client_custom_ext(cctx, TEST_EXT_TYPE1, in test_custom_exts()
|
/openssl-master/ssl/statem/ |
A D | extensions_cust.c | 448 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext() function
|
/openssl-master/util/ |
A D | libssl.num | 346 SSL_CTX_add_client_custom_ext 347 3_0_0 EXIST::FUNCTION:
|
/openssl-master/apps/ |
A D | s_client.c | 1855 if (!SSL_CTX_add_client_custom_ext(ctx, in s_client_main()
|
/openssl-master/include/openssl/ |
A D | ssl.h.in | 858 __owur int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx,
|
Completed in 46 milliseconds