1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Anthony Bryan reported this outputs wrong in the PDF and I've now tried to

escape these letters what I think is the correct way.
This commit is contained in:
Daniel Stenberg 2008-12-28 21:29:13 +00:00
parent 122b0bfe82
commit 6d2ff9d2a7

View File

@ -1597,9 +1597,9 @@ The checking this option controls is of the identity that the server
.IP CURLOPT_SSL_CIPHER_LIST .IP CURLOPT_SSL_CIPHER_LIST
Pass a char *, pointing to a zero terminated string holding the list of Pass a char *, pointing to a zero terminated string holding the list of
ciphers to use for the SSL connection. The list must be syntactically correct, ciphers to use for the SSL connection. The list must be syntactically correct,
it consists of one or more cipher strings separated by colons. Commas or spaces it consists of one or more cipher strings separated by colons. Commas or
are also acceptable separators but colons are normally used, \!, \- and \+ can spaces are also acceptable separators but colons are normally used, \&!, \&-
be used as operators. and \&+ can be used as operators.
For OpenSSL and GnuTLS valid examples of cipher lists include 'RC4-SHA', For OpenSSL and GnuTLS valid examples of cipher lists include 'RC4-SHA',
\'SHA1+DES\', 'TLSv1' and 'DEFAULT'. The default list is normally set when you \'SHA1+DES\', 'TLSv1' and 'DEFAULT'. The default list is normally set when you