summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-05-14 13:53:04 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-05-14 16:26:02 -0400
commit0df498e81fd36fb9af1916dcc5f05536fbc9e29f (patch)
tree428cf3fc40199effdc98378a62539f1d713ad064 /src
parent34e9306a66b47785ddbab6594ae4c23581d35b5a (diff)
downloadlibgcrypt-http-to-https.tar.gz
use https instead of cleartext http where possiblehttp-to-https
The following domains all offer https, so use it: - creativecommons.org - cr.yp.to - cryptojedi.org - crypto.stanford.edu - csrc.nist.gov - donate.fsf.org - ed25519.cr.yp.to - eprint.iacr.org - git.savannah.gnu.org - gnu.org - graphics.stanford.edu - info.isl.ntt.co.jp - lists.gnu.org - lists.gnupg.org - people.csail.mit.edu - shiftleft.org - software.intel.com - tools.ietf.org - web.archive.org - web.cs.ucdavis.edu - www.calcurco.cat - www.columbia.edu - www.cs.tau.ac.il - www.cs.technion.ac.il - www.cs.ucdavis.edu - www.g10code.com - www.gnu.org - www.gnupg.org - www.ii.uib.no - www.intel.com - www.larc.usp.br Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/cipher-proto.h2
-rw-r--r--src/context.c2
-rw-r--r--src/context.h2
-rw-r--r--src/dumpsexp.c4
-rw-r--r--src/ec-context.h2
-rw-r--r--src/fips.c2
-rw-r--r--src/g10lib.h2
-rw-r--r--src/gcrypt-int.h2
-rw-r--r--src/gcrypt-testapi.h2
-rw-r--r--src/gcrypt.h.in2
-rw-r--r--src/gcryptrnd.c2
-rw-r--r--src/getrandom.c2
-rw-r--r--src/global.c2
-rw-r--r--src/hmac256.c4
-rw-r--r--src/hmac256.h2
-rw-r--r--src/hwf-arm.c2
-rw-r--r--src/hwf-common.h2
-rw-r--r--src/hwf-x86.c2
-rw-r--r--src/hwfeatures.c2
-rw-r--r--src/misc.c2
-rw-r--r--src/mpicalc.c4
-rw-r--r--src/secmem.c4
-rw-r--r--src/stdmem.c2
-rw-r--r--src/visibility.c2
-rw-r--r--src/visibility.h2
26 files changed, 30 insertions, 30 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 82d6e8a0..94c94e36 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,7 @@
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
## Process this file with automake to produce Makefile.in
diff --git a/src/cipher-proto.h b/src/cipher-proto.h
index 97eb0d9a..7cd3d273 100644
--- a/src/cipher-proto.h
+++ b/src/cipher-proto.h
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
/* This file has been factored out from cipher.h so that it can be
diff --git a/src/context.c b/src/context.c
index f77878bc..68b4ecc2 100644
--- a/src/context.c
+++ b/src/context.c
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/context.h b/src/context.h
index 875de243..84614179 100644
--- a/src/context.h
+++ b/src/context.h
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef GCRY_CONTEXT_H
diff --git a/src/dumpsexp.c b/src/dumpsexp.c
index 5aeb77df..cedf0625 100644
--- a/src/dumpsexp.c
+++ b/src/dumpsexp.c
@@ -12,7 +12,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
@@ -44,7 +44,7 @@ print_version (int with_help)
fputs (MYVERSION_LINE "\n"
"Copyright (C) 2010 Free Software Foundation, Inc.\n"
"License GPLv3+: GNU GPL version 3 or later "
- "<http://gnu.org/licenses/gpl.html>\n"
+ "<https://gnu.org/licenses/gpl.html>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n",
stdout);
diff --git a/src/ec-context.h b/src/ec-context.h
index e48ef6f1..d95086a3 100644
--- a/src/ec-context.h
+++ b/src/ec-context.h
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef GCRY_EC_CONTEXT_H
diff --git a/src/fips.c b/src/fips.c
index 1ac7f477..dde761f1 100644
--- a/src/fips.c
+++ b/src/fips.c
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/g10lib.h b/src/g10lib.h
index 694c2d83..cad7ac30 100644
--- a/src/g10lib.h
+++ b/src/g10lib.h
@@ -15,7 +15,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
/* This header is to be used inside of libgcrypt in place of gcrypt.h.
diff --git a/src/gcrypt-int.h b/src/gcrypt-int.h
index 7934f148..42d1c838 100644
--- a/src/gcrypt-int.h
+++ b/src/gcrypt-int.h
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef GCRY_GCRYPT_INT_H
diff --git a/src/gcrypt-testapi.h b/src/gcrypt-testapi.h
index 0417754f..78b88351 100644
--- a/src/gcrypt-testapi.h
+++ b/src/gcrypt-testapi.h
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
/*
diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index 8346ce15..be8d88f3 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -15,7 +15,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*
* File: @configure_input@
*/
diff --git a/src/gcryptrnd.c b/src/gcryptrnd.c
index b13931b6..fded8f34 100644
--- a/src/gcryptrnd.c
+++ b/src/gcryptrnd.c
@@ -217,7 +217,7 @@ print_version (int with_help)
fputs (MYVERSION_LINE "\n"
"Copyright (C) 2006 Free Software Foundation, Inc.\n"
"License GPLv2+: GNU GPL version 2 or later "
- "<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\n"
+ "<https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n",
stdout);
diff --git a/src/getrandom.c b/src/getrandom.c
index f9bb5c0c..588766ac 100644
--- a/src/getrandom.c
+++ b/src/getrandom.c
@@ -80,7 +80,7 @@ print_version (int with_help)
fputs (MYVERSION_LINE "\n"
"Copyright (C) 2006 Free Software Foundation, Inc.\n"
"License GPLv2+: GNU GPL version 2 or later "
- "<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\n"
+ "<https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n",
stdout);
diff --git a/src/global.c b/src/global.c
index d82c680a..3f6fe08b 100644
--- a/src/global.c
+++ b/src/global.c
@@ -17,7 +17,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/hmac256.c b/src/hmac256.c
index 2d66079c..d6f3e0b4 100644
--- a/src/hmac256.c
+++ b/src/hmac256.c
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
/*
@@ -687,7 +687,7 @@ main (int argc, char **argv)
fputs ("hmac256 (Libgcrypt) " VERSION "\n"
"Copyright (C) 2008 Free Software Foundation, Inc.\n"
"License LGPLv2.1+: GNU LGPL version 2.1 or later "
- "<http://gnu.org/licenses/old-licenses/lgpl-2.1.html>\n"
+ "<https://gnu.org/licenses/old-licenses/lgpl-2.1.html>\n"
"This is free software: you are free to change and "
"redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n",
diff --git a/src/hmac256.h b/src/hmac256.h
index df28e727..525e0258 100644
--- a/src/hmac256.h
+++ b/src/hmac256.h
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef HMAC256_H
diff --git a/src/hwf-arm.c b/src/hwf-arm.c
index 1d19ea86..2bb3632d 100644
--- a/src/hwf-arm.c
+++ b/src/hwf-arm.c
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/hwf-common.h b/src/hwf-common.h
index 8f156b56..f68d9b4d 100644
--- a/src/hwf-common.h
+++ b/src/hwf-common.h
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef HWF_COMMON_H
diff --git a/src/hwf-x86.c b/src/hwf-x86.c
index 796e874f..386e9db6 100644
--- a/src/hwf-x86.c
+++ b/src/hwf-x86.c
@@ -15,7 +15,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/hwfeatures.c b/src/hwfeatures.c
index e0816694..6edb22f0 100644
--- a/src/hwfeatures.c
+++ b/src/hwfeatures.c
@@ -15,7 +15,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/misc.c b/src/misc.c
index 283e3a72..a94a921b 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -15,7 +15,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/mpicalc.c b/src/mpicalc.c
index 11246f38..e8a8f432 100644
--- a/src/mpicalc.c
+++ b/src/mpicalc.c
@@ -12,7 +12,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
/*
@@ -376,7 +376,7 @@ main (int argc, char **argv)
"libgcrypt %s\n"
"Copyright (C) 1997, 2013 Werner Koch\n"
"License LGPLv2.1+: GNU LGPL version 2.1 or later "
- "<http://gnu.org/licenses/old-licenses/lgpl-2.1.html>\n"
+ "<https://gnu.org/licenses/old-licenses/lgpl-2.1.html>\n"
"This is free software: you are free to change and "
"redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"
diff --git a/src/secmem.c b/src/secmem.c
index b36c44f6..9e3e5cf3 100644
--- a/src/secmem.c
+++ b/src/secmem.c
@@ -16,7 +16,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
@@ -154,7 +154,7 @@ ptr_into_pool_p (pooldesc_t *pool, const void *p)
{
/* We need to convert pointers to addresses. This is required by
C-99 6.5.8 to avoid undefined behaviour. See also
- http://lists.gnupg.org/pipermail/gcrypt-devel/2007-February/001102.html
+ https://lists.gnupg.org/pipermail/gcrypt-devel/2007-February/001102.html
*/
uintptr_t p_addr = (uintptr_t)p;
uintptr_t pool_addr = (uintptr_t)pool->mem;
diff --git a/src/stdmem.c b/src/stdmem.c
index 04ce64fb..3632d95c 100644
--- a/src/stdmem.c
+++ b/src/stdmem.c
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
/*
diff --git a/src/visibility.c b/src/visibility.c
index 44972a18..1959709e 100644
--- a/src/visibility.c
+++ b/src/visibility.c
@@ -15,7 +15,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/visibility.h b/src/visibility.h
index 9c9fa877..cee2b460 100644
--- a/src/visibility.h
+++ b/src/visibility.h
@@ -14,7 +14,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef GCRY_VISIBILITY_H