Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

CURL.SetOptionTLS13Ciphers

Specify which TLS 1.3 ciphers suites to use.

Component Version macOS Windows Linux Server iOS SDK
CURL 8.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CURL.SetOptionTLS13Ciphers"; curl; Ciphers )   More

Parameters

Parameter Description Example
curl The CURL session handle. $curl
Ciphers The list of ciphers.

Result

Returns OK or error.

Description

Specify which TLS 1.3 ciphers suites to use.
The list of cipher suites to use for the TLS 1.3 connection. The list must be syntactically correct, it consists of one or more cipher suite strings separated by colons.

You'll find more details about cipher lists on this URL:
https://curl.haxx.se/docs/ssl-ciphers.html

The application does not have to keep the string around after setting this option.

See also TLS13_CIPHERS option in CURL manual.

See also

Release notes

Blog Entries

Created 11st July 2018, last changed 11st July 2018


CURL.SetOptionTFTPNoOptions - CURL.SetOptionTLSAuthPassword

Feedback: Report problem or ask question.