diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-02-03 04:16:52 +0100 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-02-02 22:29:47 -0500 |
commit | b4f595bde474d8f10a5c35491b32e3bde84ec226 (patch) | |
tree | aaa0a48b63b473d182f93a80b403b7a93ad47102 /docs | |
parent | 093f9cd38de68f1a327ac8352cfb1168c1140765 (diff) |
URLs: change more http to https
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/curlx.c | 6 | ||||
-rw-r--r-- | docs/examples/multithread.c | 2 | ||||
-rw-r--r-- | docs/examples/threaded-ssl.c | 4 | ||||
-rw-r--r-- | docs/libcurl/libcurl-thread.3 | 2 | ||||
-rw-r--r-- | docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/docs/examples/curlx.c b/docs/examples/curlx.c index 9bfb0cbd8..88e220072 100644 --- a/docs/examples/curlx.c +++ b/docs/examples/curlx.c @@ -36,7 +36,7 @@ * "This product includes software developed by the Openevidence Project * for use in the OpenEvidence Toolkit. (http://www.openevidence.org/)" * This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * for use in the OpenSSL Toolkit (https://www.openssl.org/)" * This product includes cryptographic software written by Eric Young * (eay@cryptsoft.com). This product includes software written by Tim * Hudson (tjh@cryptsoft.com)." @@ -55,7 +55,7 @@ * "This product includes software developed by the OpenEvidence Project * for use in the OpenEvidence Toolkit (http://www.openevidence.org/) * This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * for use in the OpenSSL Toolkit (https://www.openssl.org/)" * This product includes cryptographic software written by Eric Young * (eay@cryptsoft.com). This product includes software written by Tim * Hudson (tjh@cryptsoft.com)." @@ -75,7 +75,7 @@ * ==================================================================== * * This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit (http://www.openssl.org/) + * for use in the OpenSSL Toolkit (https://www.openssl.org/) * This product includes cryptographic software written by Eric Young * (eay@cryptsoft.com). This product includes software written by Tim * Hudson (tjh@cryptsoft.com). diff --git a/docs/examples/multithread.c b/docs/examples/multithread.c index a8fb6e263..475e8fcfc 100644 --- a/docs/examples/multithread.c +++ b/docs/examples/multithread.c @@ -36,7 +36,7 @@ If you intend to use a SSL-based protocol here you MUST setup the OpenSSL callback functions as described here: - http://www.openssl.org/docs/crypto/threads.html#DESCRIPTION + https://www.openssl.org/docs/crypto/threads.html#DESCRIPTION */ const char * const urls[NUMT]= { diff --git a/docs/examples/threaded-ssl.c b/docs/examples/threaded-ssl.c index 312c9d737..6c88d138b 100644 --- a/docs/examples/threaded-ssl.c +++ b/docs/examples/threaded-ssl.c @@ -29,9 +29,9 @@ * (libgcrypt) so far. * * OpenSSL docs for this: - * http://www.openssl.org/docs/crypto/threads.html + * https://www.openssl.org/docs/crypto/threads.html * gcrypt docs for this: - * http://gnupg.org/documentation/manuals/gcrypt/Multi_002dThreading.html + * https://gnupg.org/documentation/manuals/gcrypt/Multi_002dThreading.html */ #define USE_OPENSSL /* or USE_GNUTLS accordingly */ diff --git a/docs/libcurl/libcurl-thread.3 b/docs/libcurl/libcurl-thread.3 index c27221102..861882192 100644 --- a/docs/libcurl/libcurl-thread.3 +++ b/docs/libcurl/libcurl-thread.3 @@ -41,7 +41,7 @@ then of course using the underlying SSL library multi-threaded and those libs might have their own requirements on this issue. You may need to provide one or two functions to allow it to function properly: .IP OpenSSL -http://www.openssl.org/docs/crypto/threads.html#DESCRIPTION +https://www.openssl.org/docs/crypto/threads.html#DESCRIPTION https://curl.haxx.se/libcurl/c/opensslthreadlock.html .IP GnuTLS diff --git a/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 b/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 index fa0b7ed5a..71833b555 100644 --- a/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 +++ b/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 @@ -40,7 +40,7 @@ compile OpenSSL. You'll find more details about cipher lists on this URL: - http://www.openssl.org/docs/apps/ciphers.html + https://www.openssl.org/docs/apps/ciphers.html For NSS, valid examples of cipher lists include 'rsa_rc4_128_md5', \'rsa_aes_128_sha\', etc. With NSS you don't add/remove ciphers. If one uses |