Loading docs/examples/curlx.c +3 −3 Original line number Original line Diff line number Diff line Loading @@ -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)." Loading @@ -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)." Loading @@ -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). Loading docs/examples/multithread.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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]= { Loading docs/examples/threaded-ssl.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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 */ Loading docs/libcurl/libcurl-thread.3 +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
docs/examples/curlx.c +3 −3 Original line number Original line Diff line number Diff line Loading @@ -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)." Loading @@ -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)." Loading @@ -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). Loading
docs/examples/multithread.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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]= { Loading
docs/examples/threaded-ssl.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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 */ Loading
docs/libcurl/libcurl-thread.3 +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading