From 7106165fd3161b614445d459df3b333d557d9d02 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 21 Feb 2015 23:10:31 -0500 Subject: [PATCH] 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 --- doc/gpg.texi | 2 +- g10/misc.c | 4 ++-- g10/sig-check.c | 2 +- 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. */