Commit a24f71aa authored by Viktor Szakats's avatar Viktor Szakats Committed by Daniel Stenberg
Browse files

URLs: change http to https in many places

Closes #754
parent 9c08b4f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1101,7 +1101,7 @@ GnuTLS https://www.gnu.org/software/gnutls/
Heimdal      http://www.h5l.org/
libidn       https://www.gnu.org/software/libidn/
libmetalink  https://launchpad.net/libmetalink/
libssh2      http://www.libssh2.org/
libssh2      https://www.libssh2.org/
MIT Kerberos http://web.mit.edu/kerberos/www/dist/
NSS          https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
OpenLDAP     http://www.openldap.org/
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ OpenLDAP http://www.openldap.org/software/release/license.html
        libcurl uses OpenLDAP as a shared library only, I have not heard of
        anyone that ships OpenLDAP linked with libcurl in an app.

libssh2 http://www.libssh2.org/
libssh2 https://www.libssh2.org/

        (Used for scp and sftp support) libssh2 uses a Modified BSD-style
        license.
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@
.\" *                            | (__| |_| |  _ <| |___
.\" *                             \___|\___/|_| \_\_____|
.\" *
.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
.\" * are also available at http://curl.haxx.se/docs/copyright.html.
.\" * are also available at https://curl.haxx.se/docs/copyright.html.
.\" *
.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell
.\" * copies of the Software, and permit persons to whom the Software is
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
 * NTLM details:
 *
 * http://davenport.sourceforge.net/ntlm.html
 * http://www.innovation.ch/java/ntlm.html
 * https://www.innovation.ch/java/ntlm.html
 */

#if !defined(USE_WINDOWS_SSPI) || defined(USE_WIN32_CRYPTO)
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
 * NTLM details:
 *
 * http://davenport.sourceforge.net/ntlm.html
 * http://www.innovation.ch/java/ntlm.html
 * https://www.innovation.ch/java/ntlm.html
 */

#define DEBUG_ME 0
Loading