Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H 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.
H 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
/freebsd/secure/lib/libssl/
H A DVersion.map419 SSL_CTX_add_custom_ext;
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_cust.c483 int SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_custom_ext() function
/freebsd/crypto/openssl/ssl/
H A Dssl_rsa.c694 if (!SSL_CTX_add_custom_ext(ctx, ext_type, context, in serverinfo_process_buffer()
/freebsd/crypto/openssl/util/
H A Dlibssl.num442 SSL_CTX_add_custom_ext 443 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/test/
H A Dsslapitest.c5964 if (!TEST_true(SSL_CTX_add_custom_ext(cctx, TEST_EXT_TYPE1, context, in test_custom_exts()
5975 || !TEST_false(SSL_CTX_add_custom_ext(cctx, TEST_EXT_TYPE1, in test_custom_exts()
5989 if (!TEST_true(SSL_CTX_add_custom_ext(sctx, TEST_EXT_TYPE1, context, in test_custom_exts()
5994 && !TEST_true(SSL_CTX_add_custom_ext(sctx2, TEST_EXT_TYPE1, in test_custom_exts()
6006 || !TEST_false(SSL_CTX_add_custom_ext(sctx, TEST_EXT_TYPE1, in test_custom_exts()
6222 if (!TEST_true(SSL_CTX_add_custom_ext(cctx, TLSEXT_TYPE_signed_certificate_timestamp, in test_serverinfo_custom()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h897 __owur int SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type,
H A Dssl.h.in874 __owur int SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type,
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3779 MLINKS+= SSL_extension_supported.3 SSL_CTX_add_custom_ext.3