Home
last modified time | relevance | path

Searched refs:cipher (Results 1 – 18 of 18) sorted by relevance

/curl/docs/cmdline-opts/
H A Dtls13-ciphers.md6 help: TLS 1.3 cipher suites to use
21 Specifies which cipher suites to use in the connection if it negotiates TLS
23 cipher suite details on this URL:
30 Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites where set
H A Dproxy-tls13-ciphers.md6 help: TLS 1.3 proxy cipher suites
23 Specify which cipher suites to use in the connection to your HTTPS proxy when
25 Read up on TLS 1.3 cipher suite details on this URL:
32 Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites where set
H A Dciphers.md21 Specifies which cipher suites to use in the connection if it negotiates
23 Read up on cipher suite details on this URL:
H A Dproxy-ciphers.md23 Specify which cipher suites to use in the connection to your HTTPS proxy when
25 valid ciphers. Read up on cipher suite details on this URL:
H A Dengine.md20 Select the OpenSSL crypto engine to use for cipher operations. Use --engine
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_TLS13_CIPHERS.md40 cipher suites to use for the TLS 1.3 connection to a proxy. The list must be
41 syntactically correct, it consists of one or more cipher suite strings
46 A valid example of a cipher list is:
51 Find more details about cipher lists on this URL:
93 Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites where set
H A DCURLOPT_TLS13_CIPHERS.md40 cipher suites to use for the TLS 1.3 connection. The list must be
41 syntactically correct, it consists of one or more cipher suite strings
46 A valid example of a cipher list is:
51 Find more details about cipher lists on this URL:
93 Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites where set
H A DCURLOPT_PROXY_SSL_CIPHER_LIST.md42 cipher suites to use for the TLS 1.2 (1.1, 1.0) connection to the HTTPS proxy.
43 The list must be syntactically correct, it consists of one or more cipher suite
48 A valid example of a cipher list is:
55 cipher suites. Refer to the ciphers lists document for algorithms.
57 Find more details about cipher lists on this URL:
H A DCURLOPT_SSL_CIPHER_LIST.md41 cipher suites to use for the TLS 1.2 (1.1, 1.0) connection. The list must
42 be syntactically correct, it consists of one or more cipher suite strings
47 A valid example of a cipher list is:
54 cipher suites. Refer to the ciphers lists document for algorithms.
56 Find more details about cipher lists on this URL:
/curl/packages/OS400/
H A Dmake-lib.sh35 if action_needed cipher.mih '/QSYS.LIB/QSYSINC.LIB/MIH.FILE/CIPHER.MBR'
36 then rm -f cipher.mih
37 ln -s '/QSYS.LIB/QSYSINC.LIB/MIH.FILE/CIPHER.MBR' cipher.mih
/curl/tests/data/
H A Dtest320519 cipher suite name lookup
H A Dtest153894 e59: Could not use specified SSL cipher
/curl/packages/vms/
H A Dcurlmsg.msg107 SSL_CIPHER <SSL CIPHER, could not use specified cipher>
/curl/lib/vtls/
H A Drustls.c848 uint16_t cipher = rustls_connection_get_negotiated_ciphersuite(rconn); in cr_connect_common() local
855 Curl_cipher_suite_get_str(cipher, buf, sizeof(buf), true); in cr_connect_common()
H A Dsectransp.c1804 SSLCipherSuite cipher; local
2052 (void)SSLGetNegotiatedCipher(backend->ssl_ctx, &cipher);
2055 sectransp_cipher_suite_get_str((uint16_t) cipher, cipher_str,
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md851 Proxy TLS 1.3 cipher suites to use. See CURLOPT_PROXY_TLS13_CIPHERS(3)
1223 TLS 1.3 cipher suites to use. See CURLOPT_TLS13_CIPHERS(3)
H A Dlibcurl-errors.md317 Could not use specified cipher.
/curl/docs/
H A DTODO942 by mapping the OpenSSL/GnuTLS cipher suites to the Schannel APIs, see

Completed in 36 milliseconds