Home
last modified time | relevance | path

Searched refs:SSL_CTX_config (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_config.pod5 SSL_CTX_config, SSL_config - configure SSL_CTX or SSL structure
11 int SSL_CTX_config(SSL_CTX *ctx, const char *name);
16 The functions SSL_CTX_config() and SSL_config() configure an B<SSL_CTX> or
19 By calling SSL_CTX_config() or SSL_config() an application can perform many
31 SSL_CTX_config() and SSL_config() return 1 for success or 0 if an error
62 if (SSL_CTX_config(ctx, "server") == 0) {
79 The SSL_CTX_config() and SSL_config() functions were added in OpenSSL 1.1.0.
/freebsd-14-stable/crypto/openssl/test/
HDssl_test.c504 if (!SSL_CTX_config(server_ctx, "server") in test_handshake()
505 || !SSL_CTX_config(client_ctx, "client")) { in test_handshake()
509 if (server2_ctx != NULL && !SSL_CTX_config(server2_ctx, "server2")) in test_handshake()
512 && !SSL_CTX_config(resume_server_ctx, "resume-server")) in test_handshake()
515 && !SSL_CTX_config(resume_client_ctx, "resume-client")) in test_handshake()
/freebsd-14-stable/crypto/openssl/demos/bio/
HDserver-cmod.c38 if (SSL_CTX_config(ctx, "server") == 0) { in main()
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_mcnf.c92 int SSL_CTX_config(SSL_CTX *ctx, const char *name) in SSL_CTX_config() function
/freebsd-14-stable/secure/lib/libssl/
HDVersion.map63 SSL_CTX_config;
/freebsd-14-stable/crypto/openssl/util/
HDlibssl.num265 SSL_CTX_config 266 3_0_0 EXIST::FUNCTION:
/freebsd-14-stable/crypto/openssl/doc/man5/
HDconfig.pod342 by B<SSL_CONF_cmd(3)>, which will be called by SSL_CTX_config() or
/freebsd-14-stable/crypto/openssl/doc/
HDbuild.info2122 DEPEND[html/man3/SSL_CTX_config.html]=man3/SSL_CTX_config.pod
2123 GENERATE[html/man3/SSL_CTX_config.html]=man3/SSL_CTX_config.pod
2124 DEPEND[man/man3/SSL_CTX_config.3]=man3/SSL_CTX_config.pod
2125 GENERATE[man/man3/SSL_CTX_config.3]=man3/SSL_CTX_config.pod
3316 html/man3/SSL_CTX_config.html \
3924 man/man3/SSL_CTX_config.3 \
/freebsd-14-stable/crypto/openssl/apps/
HDs_client.c1704 if (SSL_CTX_config(ctx, ssl_config) == 0) { in s_client_main()
HDs_server.c1855 if (SSL_CTX_config(ctx, ssl_config) == 0) { in s_server_main()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h2321 int SSL_CTX_config(SSL_CTX *ctx, const char *name);
HDssl.h.in2249 int SSL_CTX_config(SSL_CTX *ctx, const char *name);
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile412 MAN+= SSL_CTX_config.3
3999 MLINKS+= SSL_CTX_config.3 SSL_config.3