]> granicus.if.org Git - curl/commitdiff
URLs: change more http to https
authorViktor Szakats <vszakats@users.noreply.github.com>
Wed, 3 Feb 2016 03:16:52 +0000 (04:16 +0100)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 3 Feb 2016 03:29:47 +0000 (22:29 -0500)
docs/examples/curlx.c
docs/examples/multithread.c
docs/examples/threaded-ssl.c
docs/libcurl/libcurl-thread.3
docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3
projects/README
tests/http_pipe.py
winbuild/BUILD.WINDOWS.txt

index 9bfb0cbd82f0908f9325377f533f2e12aeb1b414..88e220072e091b84e78bf5adffc70eec5b5be855 100644 (file)
@@ -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).
index a8fb6e2637d3e1606b99daf5afce219a939288f4..475e8fcfcbb0e722027221085fee487e603280d9 100644 (file)
@@ -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]= {
index 312c9d7377275e0d0dfd4982a3778c44629f3403..6c88d138bcdf2968cf7aae14ea2ac2378f7a72e6 100644 (file)
@@ -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 */
index c2722110219389ccfc9dedcbbff9034a0d43a0a8..861882192d9655d8e3035fde1d30873bc3a4bb9b 100644 (file)
@@ -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
index fa0b7ed5a5eca358d8de10152477596ff7f84257..71833b555ecd71602c827933f204c5ce7331d542 100644 (file)
@@ -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
index f8330281361f0f71e44a54697ee8702a8effd5c1..ff727ec9f9f71611b3fba9c5bcf754d1373b9654 100644 (file)
@@ -68,16 +68,16 @@ Building with Visual C++
    If you are building with VC6 then you will also need the February 2003
    Edition of the Windows Platform SDK which can be downloaded from:
 
-    http://www.microsoft.com/en-us/download/details.aspx?id=12261
+    https://www.microsoft.com/en-us/download/details.aspx?id=12261
 
    If you require support for Internationalized Domain Names via Windows IDN
    then you will need either:
 
     * Microsoft Internationalized Domain Name (IDN) Mitigation APIs:
-      http://www.microsoft.com/en-us/download/details.aspx?id=734
+      https://www.microsoft.com/en-us/download/details.aspx?id=734
 
     * Microsoft Windows SDK Update for Windows Vista:
-      http://www.microsoft.com/en-us/download/details.aspx?id=23719
+      https://www.microsoft.com/en-us/download/details.aspx?id=23719
 
     * Microsoft Visual Studio 2010 or above
 
index 19ebec73fe1441890d0d4dee8c4b8237b298446d..bbc428c665fc493190ceda390c79ff272f842d21 100755 (executable)
@@ -34,11 +34,11 @@ This is a test server to test the libcurl pipelining functionality.
 It is a modified version if Google's HTTP pipelining test server. More
 information can be found here:
 
-http://dev.chromium.org/developers/design-documents/network-stack/http-pipelining
+https://dev.chromium.org/developers/design-documents/network-stack/http-pipelining
 
 Source code can be found here:
 
-http://code.google.com/p/http-pipelining-test/
+https://code.google.com/archive/p/http-pipelining-test/
 '''
 MAX_REQUEST_SIZE = 1024  # bytes
 MIN_POLL_TIME = 0.01  # seconds. Minimum time to poll, in order to prevent
index 1556fe654b5e0a012ae8fd30deb5a013cef3299d..0d60b967051d46ec6842d963f8ae9ff92f57b362 100644 (file)
@@ -12,12 +12,12 @@ Building with Visual C++, prerequisites
 \r
    The latest Platform SDK can be downloaded freely from:\r
 \r
-    http://msdn.microsoft.com/en-us/windows/bb980924\r
+    https://msdn.microsoft.com/en-us/windows/bb980924\r
 \r
    If you are building with VC6 then you will also need the February 2003\r
    Edition of the Platform SDK which can be downloaded from:\r
 \r
-    http://www.microsoft.com/en-us/download/details.aspx?id=12261\r
+    https://www.microsoft.com/en-us/download/details.aspx?id=12261\r
 \r
    If you wish to support zlib, openssl, c-ares, ssh2, you will have to download\r
    them separately and copy them to the deps directory as shown below:\r
@@ -71,7 +71,7 @@ where <options> is one or many of:
   ENABLE_IPV6=<yes or no>      - Enable IPv6, defaults to yes\r
   ENABLE_IDN=<yes or no>       - Enable use of Windows IDN APIs, defaults to yes\r
                                  Requires Windows Vista or later, or installation from:\r
-                                 http://www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815\r
+                                 https://www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815\r
   ENABLE_WINSSL=<yes or no>    - Enable native Windows SSL support, defaults to yes\r
   GEN_PDB=<yes or no>          - Generate Program Database (debug symbols for release build)\r
   DEBUG=<yes or no>            - Debug builds\r