History log of /curl/docs/CIPHERS.md (Results 26 – 35 of 35)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_64_0, curl-7_63_0, curl-7_62_0
# 067992ba 26-Oct-2018 Daniel Stenberg

docs/CIPHERS: fix the TLS 1.3 cipher names

... picked straight from the OpenSSL man page:
https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_ciphersuites.html

Reported-by:

docs/CIPHERS: fix the TLS 1.3 cipher names

... picked straight from the OpenSSL man page:
https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_ciphersuites.html

Reported-by: Ricky-Tigg on github
Bug: #3178

show more ...


# a023dfa1 23-Oct-2018 Jay Satiro

CIPHERS.md: Mention the options used to set TLS 1.3 ciphers

Closes https://github.com/curl/curl/pull/3159


# 835a2fe6 02-Oct-2018 Daniel Stenberg

docs/CIPHERS: mention the colon separation for OpenSSL

Bug: #3077


Revision tags: curl-7_61_1, curl-7_61_0
# 9aefbff3 02-Jun-2018 Robert Prag

schannel: support selecting ciphers

Given the contstraints of SChannel, I'm exposing these as the algorithms
themselves instead; while replicating the ciphersuite as specified by
Ope

schannel: support selecting ciphers

Given the contstraints of SChannel, I'm exposing these as the algorithms
themselves instead; while replicating the ciphersuite as specified by
OpenSSL would have been preferable, I found no way in the SChannel API
to do so.

To use this from the commandline, you need to pass the names of contants
defining the desired algorithms. For example, curl --ciphers
"CALG_SHA1:CALG_RSA_SIGN:CALG_RSA_KEYX:CALG_AES_128:CALG_DH_EPHEM"
https://github.com The specific names come from wincrypt.h

Closes #2630

show more ...


# 050c93c4 29-May-2018 Daniel Stenberg

setopt: add TLS 1.3 ciphersuites

Adds CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS.

curl: added --tls13-ciphers and --proxy-tls13-ciphers

Fixes #2435
Reported-

setopt: add TLS 1.3 ciphersuites

Adds CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS.

curl: added --tls13-ciphers and --proxy-tls13-ciphers

Fixes #2435
Reported-by: zzq1015 on github
Closes #2607

show more ...


Revision tags: curl-7_60_0, curl-7_59_0, curl-7_58_0, curl-7_57_0, curl-7_56_1, curl-7_56_0, curl-7_55_1
# 13ef623a 08-Aug-2017 Viktor Szakats

docs/comments: Update to secure URL versions

Closes #1741


Revision tags: curl-7_55_0, curl-7_54_1, curl-7_54_0, curl-7_53_1, curl-7_53_0
# bbee0d4e 06-Jan-2017 Dan Fandrich

wolfssl: support setting cipher list


# 5d7a7fcd 06-Jan-2017 Patrick Monnerat

CIPHERS.md: document GSKit ciphers


Revision tags: curl-7_52_1, curl-7_52_0
# 4517158a 18-Dec-2016 Daniel Stenberg

CIPHERS.md: backtick the names to show underscores fine


# 6bc10516 18-Dec-2016 Daniel Stenberg

CIPHERS.md: attempt to document TLS cipher names

As the official docs seems really hard to keep track of and link to over
time


12