Home
last modified time | relevance | path

Searched refs:ssl (Results 1 – 25 of 116) sorted by relevance

12345

/curl/docs/cmdline-opts/
H A Dssl.md4 Long: ssl
11 - ssl-reqd
15 - --ssl pop3://example.com/
18 # `--ssl`
20 Warning: this is considered an insecure option. Consider using --ssl-reqd
25 server does not support SSL/TLS. See also --ftp-ssl-control and --ssl-reqd for
34 This option was formerly known as --ftp-ssl (added in 7.11.0). That option
H A Dproxy-ssl-auto-client-cert.md4 Long: proxy-ssl-auto-client-cert
10 - ssl-auto-client-cert
13 - --proxy-ssl-auto-client-cert -x https://proxy $URL
16 # `--proxy-ssl-auto-client-cert`
18 Same as --ssl-auto-client-cert but used in HTTPS proxy context.
H A Dftp-ssl-ccc.md4 Long: ftp-ssl-ccc
11 - ssl
12 - ftp-ssl-ccc-mode
14 - --ftp-ssl-ccc ftps://example.com/
17 # `--ftp-ssl-ccc`
H A Dftp-ssl-ccc-mode.md4 Long: ftp-ssl-ccc-mode
12 - ftp-ssl-ccc
14 - --ftp-ssl-ccc-mode active --ftp-ssl-ccc ftps://example.com/
17 # `--ftp-ssl-ccc-mode`
H A Dftp-ssl-control.md4 Long: ftp-ssl-control
11 - ssl
13 - --ftp-ssl-control ftp://example.com
16 # `--ftp-ssl-control`
H A Dssl-auto-client-cert.md4 Long: ssl-auto-client-cert
11 - proxy-ssl-auto-client-cert
13 - --ssl-auto-client-cert $URL
16 # `--ssl-auto-client-cert`
H A Dproxy-ssl-allow-beast.md4 Long: proxy-ssl-allow-beast
10 - ssl-allow-beast
13 - --proxy-ssl-allow-beast -x https://proxy $URL
16 # `--proxy-ssl-allow-beast`
29 Equivalent to --ssl-allow-beast but used in HTTPS proxy context.
H A Dssl-reqd.md4 Long: ssl-reqd
11 - ssl
14 - --ssl-reqd ftp://example.com
17 # `--ssl-reqd`
31 This option was formerly known as --ftp-ssl-reqd.
H A Dssl-allow-beast.md4 Long: ssl-allow-beast
11 - proxy-ssl-allow-beast
14 - --ssl-allow-beast $URL
17 # `--ssl-allow-beast`
H A Dssl-no-revoke.md4 Long: ssl-no-revoke
13 - --ssl-no-revoke $URL
16 # `--ssl-no-revoke`
H A Dssl-revoke-best-effort.md4 Long: ssl-revoke-best-effort
14 - --ssl-revoke-best-effort $URL
17 # `--ssl-revoke-best-effort`
H A DMakefile.inc115 ftp-ssl-ccc-mode.md \
116 ftp-ssl-ccc.md \
117 ftp-ssl-control.md \
219 proxy-ssl-allow-beast.md \
220 proxy-ssl-auto-client-cert.md \
267 ssl-allow-beast.md \
268 ssl-auto-client-cert.md \
269 ssl-no-revoke.md \
270 ssl-reqd.md \
271 ssl-revoke-best-effort.md \
[all …]
/curl/
H A DMakefile.dist29 ssl:
49 cygwin-ssl:
59 unix-ssl: ssl
63 linux-ssl: ssl
/curl/docs/
H A Doptions-in-versions80 --ftp-ssl-ccc 7.16.1
81 --ftp-ssl-ccc-mode 7.16.2
82 --ftp-ssl-control 7.16.0
185 --proxy-ssl-allow-beast 7.52.0
186 --proxy-ssl-auto-client-cert 7.77.0
232 --ssl 7.20.0
233 --ssl-allow-beast 7.25.0
234 --ssl-auto-client-cert 7.77.0
235 --ssl-no-revoke 7.44.0
236 --ssl-reqd 7.20.0
[all …]
/curl/lib/vquic/
H A Dcurl_osslq.c215 SSL *ssl; member
229 DEBUGASSERT(!s->ssl); in cf_osslq_stream_open()
232 if(!s->ssl) { in cf_osslq_stream_open()
242 if(s->ssl) { in cf_osslq_stream_cleanup()
244 SSL_free(s->ssl); in cf_osslq_stream_cleanup()
252 if(s->ssl) { in cf_osslq_stream_close()
253 SSL_free(s->ssl); in cf_osslq_stream_close()
254 s->ssl = NULL; in cf_osslq_stream_close()
436 if(ctx->tls.ossl.ssl) in cf_osslq_destroy()
1408 if(!ctx->tls.ossl.ssl) in cf_progress_ingress()
[all …]
H A Dvquic-tls.c72 static void keylog_callback(const WOLFSSL *ssl, const char *line) in keylog_callback() argument
74 (void)ssl; in keylog_callback()
175 if(data->set.ssl.fsslctx) { in wssl_init_ctx()
177 result = (*data->set.ssl.fsslctx)(data, ctx->wssl.ctx, in wssl_init_ctx()
178 data->set.ssl.fsslctxp); in wssl_init_ctx()
266 if(ctx->ossl.ssl) in Curl_vquic_tls_cleanup()
267 SSL_free(ctx->ossl.ssl); in Curl_vquic_tls_cleanup()
330 conn_config, &data->set.ssl, peer, in Curl_vquic_tls_verify_peer()
/curl/lib/vtls/
H A Dopenssl.c424 DEBUGASSERT(ssl); in ossl_certchain()
877 (void)ssl; in ossl_keylog_callback()
1310 SSL *ssl; in cert_stuff() local
1630 if(!ssl) { in cert_stuff()
1666 SSL_free(ssl); in cert_stuff()
2009 if(octx->ssl) { in ossl_close()
2011 octx->ssl = NULL; in ossl_close()
2691 (void) ssl; in ossl_trace()
3811 if(octx->ssl) in Curl_ossl_ctx_init()
3814 if(!octx->ssl) { in Curl_ossl_ctx_init()
[all …]
H A Dmbedtls.c91 mbedtls_ssl_context ssl; member
536 if(data->set.ssl.certinfo) in mbed_verify_cb()
817 mbedtls_ssl_init(&backend->ssl);
839 mbedtls_ssl_set_bio(&backend->ssl, cf,
958 if(data->set.ssl.fsslctx) {
989 ret = mbedtls_ssl_handshake(&backend->ssl);
1027 mbedtls_ssl_get_version(&backend->ssl));
1234 ret = mbedtls_ssl_close_notify(&backend->ssl);
1315 mbedtls_ssl_free(&backend->ssl);
1505 if(mbedtls_ssl_get_version_number(&backend->ssl) <=
[all …]
H A Dopenssl.h43 SSL* ssl; member
60 typedef int Curl_ossl_new_session_cb(SSL *ssl, SSL_SESSION *ssl_sessionid);
/curl/docs/examples/
H A DMakefile.inc77 imap-ssl \
101 pop3-ssl \
128 smtp-ssl \
156 threaded-ssl.c \
H A D.gitignore56 imap-ssl
82 pop3-ssl
110 smtp-ssl
/curl/packages/vms/
H A Dcurl_startup.com56 $ gnv_ssl_libcrypto32 = "gnv$gnu:[lib]ssl$libcrypto_shr32.exe"
57 $ gnv_ssl_libssl32 = "gnv$gnu:[lib]ssl$libssl_shr32.exe"
63 $ hp_ssl_libcrypto32 = "sys$share:ssl$libcrypto_shr32.exe"
64 $ hp_ssl_libssl32 = "sys$share:ssl$libssl_shr32.exe"
/curl/tests/data/
H A Dtest98638 --ssl-reqd --ftp-ssl-control ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt -u u…
H A Dtest98338 --ssl --ftp-ssl-control ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt -u user:s…
/curl/tests/certs/scripts/
H A Dgenroot.sh30 if [ -f /usr/local/ssl/bin/openssl ]; then
31 OPENSSL=/usr/local/ssl/bin/openssl

Completed in 110 milliseconds

12345