Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DSSL_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.
/openssl/test/
H A Dssl_test.c511 if (!SSL_CTX_config(server_ctx, "server") in test_handshake()
512 || !SSL_CTX_config(client_ctx, "client")) { in test_handshake()
516 if (server2_ctx != NULL && !SSL_CTX_config(server2_ctx, "server2")) in test_handshake()
519 && !SSL_CTX_config(resume_server_ctx, "resume-server")) in test_handshake()
522 && !SSL_CTX_config(resume_client_ctx, "resume-client")) in test_handshake()
/openssl/demos/bio/
H A Dserver-cmod.c38 if (SSL_CTX_config(ctx, "server") == 0) { in main()
/openssl/ssl/
H A Dssl_mcnf.c99 int SSL_CTX_config(SSL_CTX *ctx, const char *name) in SSL_CTX_config() function
/openssl/util/
H A Dlibssl.num265 SSL_CTX_config 266 3_0_0 EXIST::FUNCTION:
/openssl/doc/man5/
H A Dconfig.pod353 by B<SSL_CONF_cmd(3)>, which will be called by SSL_CTX_config() or
/openssl/doc/
H A Dbuild.info2214 DEPEND[html/man3/SSL_CTX_config.html]=man3/SSL_CTX_config.pod
2215 GENERATE[html/man3/SSL_CTX_config.html]=man3/SSL_CTX_config.pod
2216 DEPEND[man/man3/SSL_CTX_config.3]=man3/SSL_CTX_config.pod
2217 GENERATE[man/man3/SSL_CTX_config.3]=man3/SSL_CTX_config.pod
3559 html/man3/SSL_CTX_config.html \
4222 man/man3/SSL_CTX_config.3 \
/openssl/apps/
H A Ds_client.c1824 if (SSL_CTX_config(ctx, ssl_config) == 0) { in s_client_main()
H A Ds_server.c1933 if (SSL_CTX_config(ctx, ssl_config) == 0) { in s_server_main()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md418 | `SSL_CTX_config` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/include/openssl/
H A Dssl.h.in2523 int SSL_CTX_config(SSL_CTX *ctx, const char *name);

Completed in 60 milliseconds