Searched refs:SSL_CTX_add_custom_ext (Results 1 – 7 of 7) sorted by relevance
/openssl-master/doc/man3/ |
A D | SSL_extension_supported.pod | 9 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 D | SSL_CTX_use_serverinfo.pod | 36 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 D | extensions_cust.c | 476 int SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_custom_ext() function
|
/openssl-master/ssl/ |
A D | ssl_rsa.c | 694 if (!SSL_CTX_add_custom_ext(ctx, ext_type, context, in serverinfo_process_buffer()
|
/openssl-master/util/ |
A D | libssl.num | 442 SSL_CTX_add_custom_ext 443 3_0_0 EXIST::FUNCTION:
|
/openssl-master/test/ |
A D | sslapitest.c | 5650 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 D | ssl.h.in | 874 __owur int SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type,
|
Completed in 51 milliseconds