aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-02-12 18:32:19 +0000
committerWerner Koch <[email protected]>2015-02-12 18:32:19 +0000
commitd192ab790c82b55be6bad6012b7751a3e297ace9 (patch)
tree9bd61f6251e546987d629deec6252804b3432418
parentgpg: Prevent an invalid memory read using a garbled keyring. (diff)
downloadgnupg-d192ab790c82b55be6bad6012b7751a3e297ace9.tar.gz
gnupg-d192ab790c82b55be6bad6012b7751a3e297ace9.zip
doc: Change remaining http links to gnupg.org to https
-- GnuPG-bug-id: 1830
-rw-r--r--doc/gpg.texi2
-rw-r--r--g10/misc.c2
-rw-r--r--g10/sig-check.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 0689cb57d..06e772e56 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -376,7 +376,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 17494aca4..b20ab07b5 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -563,7 +563,7 @@ idea_cipher_warn(int show)
{
log_info(_("the IDEA cipher plugin is not present\n"));
log_info(_("please see %s for more information\n"),
- "http://www.gnupg.org/faq/why-not-idea.html");
+ "https://gnupg.org/faq/why-not-idea.html");
warned=1;
}
}
diff --git a/g10/sig-check.c b/g10/sig-check.c
index 299969345..fc5e1fa41 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -105,7 +105,7 @@ signature_check2 (PKT_signature *sig, gcry_md_hd_t 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. */