URLs: change more http to https
This commit is contained in:
parent
093f9cd38d
commit
b4f595bde4
@ -36,7 +36,7 @@
|
|||||||
* "This product includes software developed by the Openevidence Project
|
* "This product includes software developed by the Openevidence Project
|
||||||
* for use in the OpenEvidence Toolkit. (http://www.openevidence.org/)"
|
* for use in the OpenEvidence Toolkit. (http://www.openevidence.org/)"
|
||||||
* This product includes software developed by the OpenSSL Project
|
* 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
|
* This product includes cryptographic software written by Eric Young
|
||||||
* (eay@cryptsoft.com). This product includes software written by Tim
|
* (eay@cryptsoft.com). This product includes software written by Tim
|
||||||
* Hudson (tjh@cryptsoft.com)."
|
* Hudson (tjh@cryptsoft.com)."
|
||||||
@ -55,7 +55,7 @@
|
|||||||
* "This product includes software developed by the OpenEvidence Project
|
* "This product includes software developed by the OpenEvidence Project
|
||||||
* for use in the OpenEvidence Toolkit (http://www.openevidence.org/)
|
* for use in the OpenEvidence Toolkit (http://www.openevidence.org/)
|
||||||
* This product includes software developed by the OpenSSL Project
|
* 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
|
* This product includes cryptographic software written by Eric Young
|
||||||
* (eay@cryptsoft.com). This product includes software written by Tim
|
* (eay@cryptsoft.com). This product includes software written by Tim
|
||||||
* Hudson (tjh@cryptsoft.com)."
|
* Hudson (tjh@cryptsoft.com)."
|
||||||
@ -75,7 +75,7 @@
|
|||||||
* ====================================================================
|
* ====================================================================
|
||||||
*
|
*
|
||||||
* This product includes software developed by the OpenSSL Project
|
* 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
|
* This product includes cryptographic software written by Eric Young
|
||||||
* (eay@cryptsoft.com). This product includes software written by Tim
|
* (eay@cryptsoft.com). This product includes software written by Tim
|
||||||
* Hudson (tjh@cryptsoft.com).
|
* Hudson (tjh@cryptsoft.com).
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
If you intend to use a SSL-based protocol here you MUST setup the OpenSSL
|
If you intend to use a SSL-based protocol here you MUST setup the OpenSSL
|
||||||
callback functions as described here:
|
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]= {
|
const char * const urls[NUMT]= {
|
||||||
|
@ -29,9 +29,9 @@
|
|||||||
* (libgcrypt) so far.
|
* (libgcrypt) so far.
|
||||||
*
|
*
|
||||||
* OpenSSL docs for this:
|
* OpenSSL docs for this:
|
||||||
* http://www.openssl.org/docs/crypto/threads.html
|
* https://www.openssl.org/docs/crypto/threads.html
|
||||||
* gcrypt docs for this:
|
* 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 */
|
#define USE_OPENSSL /* or USE_GNUTLS accordingly */
|
||||||
|
@ -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
|
might have their own requirements on this issue. You may need to provide one
|
||||||
or two functions to allow it to function properly:
|
or two functions to allow it to function properly:
|
||||||
.IP OpenSSL
|
.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
|
https://curl.haxx.se/libcurl/c/opensslthreadlock.html
|
||||||
.IP GnuTLS
|
.IP GnuTLS
|
||||||
|
@ -40,7 +40,7 @@ compile OpenSSL.
|
|||||||
|
|
||||||
You'll find more details about cipher lists on this URL:
|
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',
|
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
|
\'rsa_aes_128_sha\', etc. With NSS you don't add/remove ciphers. If one uses
|
||||||
|
@ -68,16 +68,16 @@ Building with Visual C++
|
|||||||
If you are building with VC6 then you will also need the February 2003
|
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:
|
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
|
If you require support for Internationalized Domain Names via Windows IDN
|
||||||
then you will need either:
|
then you will need either:
|
||||||
|
|
||||||
* Microsoft Internationalized Domain Name (IDN) Mitigation APIs:
|
* 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:
|
* 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
|
* Microsoft Visual Studio 2010 or above
|
||||||
|
|
||||||
|
@ -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
|
It is a modified version if Google's HTTP pipelining test server. More
|
||||||
information can be found here:
|
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:
|
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
|
MAX_REQUEST_SIZE = 1024 # bytes
|
||||||
MIN_POLL_TIME = 0.01 # seconds. Minimum time to poll, in order to prevent
|
MIN_POLL_TIME = 0.01 # seconds. Minimum time to poll, in order to prevent
|
||||||
|
@ -12,12 +12,12 @@ Building with Visual C++, prerequisites
|
|||||||
|
|
||||||
The latest Platform SDK can be downloaded freely from:
|
The latest Platform SDK can be downloaded freely from:
|
||||||
|
|
||||||
http://msdn.microsoft.com/en-us/windows/bb980924
|
https://msdn.microsoft.com/en-us/windows/bb980924
|
||||||
|
|
||||||
If you are building with VC6 then you will also need the February 2003
|
If you are building with VC6 then you will also need the February 2003
|
||||||
Edition of the Platform SDK which can be downloaded from:
|
Edition of the 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 wish to support zlib, openssl, c-ares, ssh2, you will have to download
|
If you wish to support zlib, openssl, c-ares, ssh2, you will have to download
|
||||||
them separately and copy them to the deps directory as shown below:
|
them separately and copy them to the deps directory as shown below:
|
||||||
@ -71,7 +71,7 @@ where <options> is one or many of:
|
|||||||
ENABLE_IPV6=<yes or no> - Enable IPv6, defaults to yes
|
ENABLE_IPV6=<yes or no> - Enable IPv6, defaults to yes
|
||||||
ENABLE_IDN=<yes or no> - Enable use of Windows IDN APIs, defaults to yes
|
ENABLE_IDN=<yes or no> - Enable use of Windows IDN APIs, defaults to yes
|
||||||
Requires Windows Vista or later, or installation from:
|
Requires Windows Vista or later, or installation from:
|
||||||
http://www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815
|
https://www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815
|
||||||
ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
|
ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
|
||||||
GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)
|
GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)
|
||||||
DEBUG=<yes or no> - Debug builds
|
DEBUG=<yes or no> - Debug builds
|
||||||
|
Loading…
Reference in New Issue
Block a user