aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-02-22 04:10:31 +0000
committerWerner Koch <[email protected]>2015-02-23 09:46:38 +0000
commit7106165fd3161b614445d459df3b333d557d9d02 (patch)
tree2dc63ff3bac912cca5e6827bd057ef6bd725a391
parentgpg: Prevent an invalid memory read using a garbled keyring. (diff)
downloadgnupg-7106165fd3161b614445d459df3b333d557d9d02.tar.gz
gnupg-7106165fd3161b614445d459df3b333d557d9d02.zip
doc: Change remaining http links to gnupg.org to https
-- GnuPG-bug-id: 1830 [dkg: rebased to STABLE-BRANCH-1-4] Signed-off-by: Daniel Kahn Gillmor <[email protected]>
-rw-r--r--doc/gpg.texi2
-rw-r--r--g10/misc.c4
-rw-r--r--g10/sig-check.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 7d0875644..67dc3d089 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -321,7 +321,7 @@ useful for debugging.
Present a menu to work with a smartcard. The subcommand "help" provides
an overview on available commands. For a detailed description, please
see the Card HOWTO at
-http://www.gnupg.org/documentation/howtos.html#GnuPG-cardHOWTO .
+https://gnupg.org/documentation/howtos.html#GnuPG-cardHOWTO .
@item --card-status
@opindex card-status
diff --git a/g10/misc.c b/g10/misc.c
index 68b4cea3f..60ecf96ea 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -462,7 +462,7 @@ md5_digest_warn (int show)
log_info (_("WARNING: digest algorithm %s is deprecated\n"),
digest_algo_to_string (DIGEST_ALGO_MD5));
log_info (_("please see %s for more information\n"),
- "http://www.gnupg.org/faq/weak-digest-algos.html");
+ "https://gnupg.org/faq/weak-digest-algos.html");
warned = 1;
}
}
@@ -477,7 +477,7 @@ not_in_gpg1_notice (void)
{
log_info (_("NOTE: This feature is not available in %s\n"), "GnuPG 1.x");
log_info (_("please see %s for more information\n"),
- "http://www.gnupg.org/faq/features-not-in-gnupg-1.html");
+ "https://gnupg.org/faq/features-not-in-gnupg-1.html");
warned = 1;
}
}
diff --git a/g10/sig-check.c b/g10/sig-check.c
index d6bbb925e..b7709c15a 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -99,7 +99,7 @@ signature_check2( PKT_signature *sig, MD_HANDLE digest, u32 *r_expiredate,
log_info(_("WARNING: signing subkey %s is not"
" cross-certified\n"),keystr_from_pk(pk));
log_info(_("please see %s for more information\n"),
- "http://www.gnupg.org/faq/subkey-cross-certify.html");
+ "https://gnupg.org/faq/subkey-cross-certify.html");
/* --require-cross-certification makes this warning an
error. TODO: change the default to require this
after more keys have backsigs. */