diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-08-08 19:22:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-08 21:41:07 +0200 |
commit | 13ef623a81736e95da1cc1d13a02dd78e228adee (patch) | |
tree | 461ddac9a389bdeadf93ac430b601767cdf26795 /docs/CIPHERS.md | |
parent | 58845f2e2e2e19738882f44cf1cbedeb160e76d1 (diff) | |
download | curl-13ef623a81736e95da1cc1d13a02dd78e228adee.tar.gz |
docs/comments: Update to secure URL versions
Closes #1741
Diffstat (limited to 'docs/CIPHERS.md')
-rw-r--r-- | docs/CIPHERS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CIPHERS.md b/docs/CIPHERS.md index 99d261bdd..e09533b0d 100644 --- a/docs/CIPHERS.md +++ b/docs/CIPHERS.md @@ -250,7 +250,7 @@ libcurl was built to use. This is an attempt to list known cipher names. ## GSKit -Ciphers are internally defined as numeric codes (http://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/apis/gsk_attribute_set_buffer.htm), +Ciphers are internally defined as numeric codes (https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/apis/gsk_attribute_set_buffer.htm), but libcurl maps them to the following case-insensitive names. ### SSL2 cipher suites (insecure: disabled by default) |