diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-10-02 13:55:36 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-10-02 13:55:36 +0200 |
commit | 835a2fe694214341b601b2439082a30a24cc9da9 (patch) | |
tree | 8a396f3c1771c613d9bcbecaefa49d378d11fc52 /docs | |
parent | 5cc51b0d0f15b6817a82ac0e8fb7b9dece31f977 (diff) |
docs/CIPHERS: mention the colon separation for OpenSSL
Bug: #3077
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CIPHERS.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CIPHERS.md b/docs/CIPHERS.md index 2a1d8ca7e..148c1d004 100644 --- a/docs/CIPHERS.md +++ b/docs/CIPHERS.md @@ -10,6 +10,8 @@ libcurl was built to use. This is an attempt to list known cipher names. (based on [OpenSSL docs](https://www.openssl.org/docs/man1.1.0/apps/ciphers.html)) +When specifying multiple cipher names, separate them with colon (`:`). + ### SSL3 cipher suites `NULL-MD5` |