]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Prefer HTTPS to HTTP in URLs
authorStefan Kangas <stefankangas@gmail.com>
Tue, 27 Dec 2022 14:16:05 +0000 (15:16 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 27 Dec 2022 14:19:02 +0000 (15:19 +0100)
This mostly updates NEWS and license links.  All links have been
manually tested and confirmed working.

Signed-off-by: Stefan Kangas <stefankangas@gmail.com>
29 files changed:
NEWS
lib/accelerated/afalg.c
lib/auth/vko_gost.c
lib/compress.h
lib/nettle/gost/acpkm.c
lib/nettle/gost/acpkm.h
lib/nettle/gost/cmac.h
lib/nettle/gost/gost-point-mul-g.c
lib/nettle/gost/gost-point.c
lib/nettle/gost/gostdsa-keygen.c
lib/nettle/gost/kuznyechik.c
lib/nettle/gost/kuznyechik.h
lib/nettle/gost/magma.h
lib/nettle/gost/write-le32.c
lib/nettle/gost_keywrap.c
lib/nettle/int/block8.h
lib/nettle/int/dsa-compute-k.h
lib/nettle/int/ecdsa-compute-k.h
lib/nettle/int/mpn-base256.c
lib/nettle/int/mpn-base256.h
lib/nettle/int/rsa-pad.c
lib/vko.c
lib/vko.h
src/serv.c
tests/hostname-check.c
tests/init_roundtrip.c
tests/pkcs11/pkcs11-mock.c
tests/pkcs11/pkcs11-mock.h
tests/str-idna.c

diff --git a/NEWS b/NEWS
index a45cbc89e86ffd312b27c9f3bfc468a661d7308a..7c14b00806249c1935d674c88fd9b9fda3db21e4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2967,7 +2967,7 @@ certificate status extension in verification.
 functions.
 
 ** libgnutls: Fixed the receipt of session tickets during session resumption.
-Reported by danblack at http://savannah.gnu.org/support/?108146
+Reported by danblack at https://savannah.gnu.org/support/?108146
 
 ** libgnutls: Added functions to export structures in an allocated buffer.
 
@@ -3486,7 +3486,7 @@ generate OCSP requests and to verify OCSP responses.  See the manual
 for more information.  Run ./configure with --disable-ocsp to build
 GnuTLS without OCSP support.
 
-This work was sponsored by Smoothwall <http://smoothwall.net/>.
+This work was sponsored by Smoothwall <https://smoothwall.net/>.
 
 ** ocsptool: Added new command line tool.
 The tool can parse OCSP request/responses, generate OCSP requests and
@@ -3772,7 +3772,7 @@ Reported by J. Cameijo Cerdeira.
 
 ** libgnutls: Allow CA importing of 0 certificates to succeed.
 Reported by Jonathan Nieder <jrnieder@gmail.com> in
-<http://bugs.debian.org/640639>.
+<https://bugs.debian.org/640639>.
 
 ** libgnutls: Added support for VIA padlock AES optimizations.
 (disabled by default)
@@ -3930,7 +3930,7 @@ list of certificates in the trusted list that will be associated
 with a name (e.g. server name) and will not be used as CAs.
 
 ** libgnutls: PKCS #11 back-end rewritten to use p11-kit
-http://p11-glue.freedesktop.org/p11-kit.html. Rewrite by
+https://p11-glue.freedesktop.org/p11-kit.html. Rewrite by
 Stef Walter.
 
 ** libgnutls: Added ECDHE-PSK ciphersuites for TLS (RFC 5489).
@@ -3966,7 +3966,7 @@ enabled by default. Requires priority strings:
 +ANON-ECDHE: to add anonymous ECDH
 
 ** libgnutls: PKCS #11 URLs conform to the latest draft
-being http://tools.ietf.org/html/draft-pechanec-pkcs11uri-04.
+being https://tools.ietf.org/html/draft-pechanec-pkcs11uri-04.
 
 ** certtool: Can now load private keys and public keys from PKCS #11 tokens
 via URLs.
@@ -4636,8 +4636,8 @@ GNUTLS_OID_X520_POSTALCODE and GNUTLS_OID_X520_NAME.
 
 ** libgnutls: Added Steve Dispensa's patch for safe renegotiation (RFC 5746)
 Solves the issue discussed in:
-<http://www.ietf.org/mail-archive/web/tls/current/msg03928.html> and
-<http://www.ietf.org/mail-archive/web/tls/current/msg03948.html>.
+<https://www.ietf.org/mail-archive/web/tls/current/msg03928.html> and
+<https://www.ietf.org/mail-archive/web/tls/current/msg03948.html>.
 Note that to allow connecting to unpatched servers the full protection
 is only enabled if the priority string %SAFE_RENEGOTIATION is
 specified. You can check whether protection is in place by querying
@@ -4928,7 +4928,7 @@ Before we required that the runtime library used the same (or more
 recent) libgcrypt/libtasn1 as it was compiled with.  Now we just check
 that the runtime usage is above the minimum required.  Reported by
 Marco d'Itri <md@linux.it> via Andreas Metzler
-<ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>.
+<ametzler@downhill.at.eu.org> in <https://bugs.debian.org/540449>.
 
 ** tests: Added new self-test pkcs12_s2k_pem to detect MPI bit length error.
 
@@ -4945,7 +4945,7 @@ No changes since last version.
 
 ** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
 Forwarded by Martin von Gagern <Martin.vGagern@gmx.net> from
-<http://bugs.gentoo.org/272388>.
+<https://bugs.gentoo.org/272388>.
 
 ** tests: Added new self-tests init_roundtrip.c to detect previous problem.
 
@@ -5106,7 +5106,7 @@ Before we required that the runtime library used the same (or more
 recent) libgcrypt/libtasn1 as it was compiled with.  Now we just check
 that the runtime usage is above the minimum required.  Reported by
 Marco d'Itri <md@linux.it> via Andreas Metzler
-<ametzler@downhill.at.eu.org> in <http://bugs.debian.org/540449>.
+<ametzler@downhill.at.eu.org> in <https://bugs.debian.org/540449>.
 
 ** minitasn1: Internal copy updated to libtasn1 v2.3.
 
@@ -5119,7 +5119,7 @@ No changes since last version.
 
 ** libgnutls: Fix crash in gnutls_global_init after earlier init/deinit cycle.
 Forwarded by Martin von Gagern <Martin.vGagern@gmx.net> from
-<http://bugs.gentoo.org/272388>.
+<https://bugs.gentoo.org/272388>.
 
 ** libgnutls: Fix PKCS#12 decryption from password.
 The encryption key derived from the password was incorrect for (on
@@ -5616,7 +5616,7 @@ gnutls_x509_crq_get_key_id: ADDED.
 
 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
-<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
+<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
 Andreas Metzler <ametzler@downhill.at.eu.org> in
 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
 
@@ -5892,7 +5892,7 @@ No changes since last version.
 
 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
-<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
+<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
 Andreas Metzler <ametzler@downhill.at.eu.org> in
 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
 
@@ -5916,7 +5916,7 @@ No changes since last version.
 The patch to fix the security problem GNUTLS-SA-2008-3 introduced a
 problem for certificate chains that contained just one self-signed
 certificate.  Reported by Michael Meskes <meskes@debian.org> in
-<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.
+<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.
 
 ** API and ABI modifications:
 No changes since last version.
@@ -6330,7 +6330,7 @@ Gillmor <dkg@fifthhorseman.net>.
 
 ** libgnutls: Fix chain verification for chains that ends with RSA-MD2 CAs.
 Reported by Michael Kiefer <Michael-Kiefer@web.de> in
-<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
+<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507633> forwarded by
 Andreas Metzler <ametzler@downhill.at.eu.org> in
 <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3309>.
 
@@ -6338,7 +6338,7 @@ Andreas Metzler <ametzler@downhill.at.eu.org> in
 The patch to fix the security problem GNUTLS-SA-2008-3 introduced a
 problem for certificate chains that contained just one self-signed
 certificate.  Reported by Michael Meskes <meskes@debian.org> in
-<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.
+<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.
 
 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
 The flaw makes it possible for man in the middle attackers (i.e.,
@@ -6720,7 +6720,7 @@ cause gnutls to read memory beyond the end of the received record.
 
 ** libgnutlsxx: Updated API according to patches from Eduardo
 Villanueva Che (discussion at
-<http://lists.gnu.org/archive/html/gnutls-devel/2007-02/msg00017.html>)
+<https://lists.gnu.org/archive/html/gnutls-devel/2007-02/msg00017.html>)
 
 ** Use umask to restrict permissions to owner before creating a file.
 
@@ -6743,12 +6743,12 @@ Also improve manual to give example for gnutls-cli PSK authentication.
 Before './certtool -k -8' would merely ask for a password once.
 Reported by Daniel 'NebuchadnezzaR' Dehennin
 <nebuchadnezzar@asgardr.info> see
-<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364287>.
+<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364287>.
 
 ** certtool: When writing private keys to files, change permissions of file.
 Now the file which the private key is saved to is chmod'ed 0600.
 Reported by martin f krafft <madduck@debian.org> see
-<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373169>.
+<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373169>.
 
 ** guile: Fix -fgnu89-inline test.
 
@@ -6809,7 +6809,7 @@ GNUTLS_E_HANDSHAKE_TOO_LARGE: ADDED.
 
 ** gnutls-cli: Fix crash on TLS handshake failures.
 Reported by "Marc F. Clemente" <marc@mclemente.net> in Debian BTS #466477.
-This is similar to <http://bugs.debian.org/429183>.
+This is similar to <https://bugs.debian.org/429183>.
 
 ** certtool: with --generate-request and newly generated keys, print the key.
 
@@ -6877,7 +6877,7 @@ Thanks to Daniel Kahn Gillmor.
 
 ** Fix fopen file descriptor leak in PSK server code.
 Thanks to Laurence Withers <l@lwithers.me.uk>, see
-<http://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
+<https://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
 
 ** Translations files not stored directly in git to avoid merge conflicts.
 
@@ -6937,7 +6937,7 @@ from O(2*n^2) to O(n).  When adding 206 files containing 408
 certificates, using gnutls_certificate_set_x509_trust_file, the time
 dropped from 40 seconds to 0.3 seconds.  Thanks to Edgar Fuß for code
 to trigger the problem.  See also
-<http://blog.josefsson.org/2008/02/27/real-world-performance-tuning-with-callgrind/>.
+<https://blog.josefsson.org/2008/02/27/real-world-performance-tuning-with-callgrind/>.
 
 ** Clarify documentation for gnutls_x509_crt_set_subject_alternative_name
 ** to be explicit that it takes zero terminated data.
@@ -6967,7 +6967,7 @@ gnutls_hex2bin: MODIFIED, uses size_t instead of int for string length,
 ** Added gnutls_x509_dn_export(). Patch by Joe Orton.
 
 ** Renamed gnutls_certificate_export_x509_cas and friends.
-See <http://lists.gnu.org/archive/html/gnutls-devel/2008-02/msg00043.html>.
+See <https://lists.gnu.org/archive/html/gnutls-devel/2008-02/msg00043.html>.
 
 ** Internal header files cleanup.
 
@@ -7150,7 +7150,7 @@ Reported by Tim Mooney, see
 
 ** Fix fopen file descriptor leak in PSK server code.
 Thanks to Laurence Withers <l@lwithers.me.uk>, see
-<http://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
+<https://lists.gnu.org/archive/html/gnutls-devel/2008-04/msg00002.html>.
 
 ** Build Guile code with -fgnu89-inline only when supported.
 Reported by Kris Karas <ktk@enterprise.bidmc.harvard.edu> in
@@ -7185,7 +7185,7 @@ No changes since last version.
 
 ** Prevent linking libextra against previously installed libgnutls.
 Tiny patch from "Alon Bar-Lev" <alon.barlev@gmail.com>, see
-<http://bugs.gentoo.org/show_bug.cgi?id=202269>.
+<https://bugs.gentoo.org/show_bug.cgi?id=202269>.
 
 ** Fixes the post_client_hello_function(). The extensions are now parsed
 in a callback friendly way.
@@ -7695,7 +7695,7 @@ No changes since last version.
 
 ** Fix gnutls_error_is_fatal so that positive "errors" are non-critical.
 This solves connection problems in mutt, see
-<http://bugs.debian.org/439640>.
+<https://bugs.debian.org/439640>.
 
 ** Update gnulib files.
 In particular, the getpass module -- with its dependencies on getline,
@@ -7841,7 +7841,7 @@ Patch from Ludovic Courtès <ludovic.courtes@laas.fr>.
 ** Fix crash in gnutls-cli when TLS handshake fails.
 Reported by Marc Haber <mh+debian-bugs@zugschlus.de> and Andreas
 Metzler <ametzler@downhill.at.eu.org> via Debian BTS #429183, see
-<http://bugs.debian.org/429183>.
+<https://bugs.debian.org/429183>.
 
 ** Minor OpenPGP fixes in stream_to_datum.
 Patch from Timo Schulz <twoaday@freakmail.de> and Ludovic Courtès
@@ -7880,16 +7880,16 @@ new chapter 'Guile Bindings' in the manual.
 
 ** Have PKCS8 parser return better error codes.
 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
-<http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
-<http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
+<https://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
+<https://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
 
 ** Fix mem leak for sessions with client authentication via certificates.
 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
-<http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
+<https://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
 
 ** Fix mem leaks.
 Reported by Dennis Vshivkov <walrus@amur.ru>, see
-<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333050>.  Added
+<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333050>.  Added
 self-test tests/parse_ca.c to test regressions.
 
 ** Fix build failures related to missing images in manual.
@@ -8329,16 +8329,16 @@ Reported by "Michael C. Vergallen" <mvergall@telenet.be>.
 ** New API functions to extract DER encoded X.509 Subject/Issuer DN.
 Suggested by Nate Nielsen <nielsen-list@memberwebs.com>.  Backported
 from the 1.7.x branch, see
-<http://lists.gnu.org/archive/html/help-gnutls/2007-05/msg00029.html>.
+<https://lists.gnu.org/archive/html/help-gnutls/2007-05/msg00029.html>.
 
 ** Have PKCS8 parser return better error codes.
 Reported by Nate Nielsen <nielsen-list@memberwebs.com>, see
-<http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
-<http://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
+<https://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001653.html> and
+<https://lists.gnupg.org/pipermail/gnutls-dev/2007-May/001654.html>.
 
 ** Fix mem leak for sessions with client authentication via certificates.
 Reported by Andrew W. Nosenko <andrew.w.nosenko@gmail.com>, see
-<http://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
+<https://lists.gnupg.org/pipermail/gnutls-dev/2007-April/001539.html>.
 
 ** Fix building of 'tlsia' self test.
 Earlier some gcc are known to build tlsia linking to
@@ -8492,7 +8492,7 @@ gnutls_transport_set_global_errno: ADD
 Note that we already, since GnuTLS 1.2.9, reject RSA-MD5 signatures
 when verifying X.509 chains.  The code is in tests/rsa-md5-collision/
 and is based on the work by Marc Stevens et al, see
-<http://www.win.tue.nl/hashclash/TargetCollidingCertificates/>.
+<https://www.win.tue.nl/hashclash/TargetCollidingCertificates/>.
 
 ** Re-factor self tests.
 
@@ -8548,7 +8548,7 @@ used to alter the numeric properties of the signature.  See
 not exactly the same as the problem we fix here).  Reported by Yutaka
 OIWA <y.oiwa@aist.go.jp>.
 
-See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
+See GNUTLS-SA-2006-4 on https://www.gnutls.org/security.html for more
 up to date information.
 
 ** Add self test to test for above flaw.
@@ -8658,14 +8658,14 @@ alter the numeric properties of the signature.  See
 not exactly the same as the problem we fix here).  Reported by Yutaka
 OIWA <y.oiwa@aist.go.jp>.
 
-See GNUTLS-SA-2006-4 on http://www.gnutls.org/security.html for more
+See GNUTLS-SA-2006-4 on https://www.gnutls.org/security.html for more
 up to date information.
 
 ** Fix PKCS#1 decryption to avoid Bleichenbacher's Crypto 98 attack.
 See <http://www.bell-labs.com/user/bleichen/papers/pkcs.ps.gz>.
 Reported by Werner Koch <wk@gnupg.org>.
 
-See GNUTLS-SA-2006-3 on http://www.gnutls.org/security.html for more
+See GNUTLS-SA-2006-3 on https://www.gnutls.org/security.html for more
 up to date information.
 
 ** Fix crash in gnutls_x509_crt_sign2 if passed a NULL issuer_key.
index 024925143201cbca59062dfac1ce9362531cdd93..cf7be75b9ce755dbe9d49c92d4c1a46d103c4cb5 100644 (file)
@@ -14,7 +14,7 @@
  * 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/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
index 76542025a1799e343409414a15f13edc43bfdf09..e05e2288b57dc4754335305574a02d18fed81e65 100644 (file)
@@ -15,7 +15,7 @@
  * 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/>
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>
  *
  */
 
index 3221f7d67ab631af73f2acc568afd9a7f26ada56..8199804215ed1d6eafcdf031ebbe82ca0c4df66f 100644 (file)
@@ -16,7 +16,7 @@
  * 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/>
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>
  *
  */
 
index 8b05c7a75f6cb1e7078d0427dbdc593c8bd2a9c8..9a04a155df01d06fc0f9d6630def63876384acd2 100644 (file)
@@ -28,7 +28,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 #if HAVE_CONFIG_H
index 5ece09f799c0963b8566c5073940b3c09666b2e7..6bf05ebc71a40ebf37ab922fcf55da7919469e8f 100644 (file)
@@ -28,7 +28,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 #ifndef NETTLE_ACPKM_H_INCLUDED
index 48f3b409e5fca245bbb397a0c4f5b6f1ff0ae917..c792770f89272259bfa335c23abe64708336ada4 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 #ifndef GOST_CMAC_H_INCLUDED
index fd6c92dbd2df15e653d62d811785682efc9e3580..fb551c01ab0c9f2c24bc05c0f3034ca3b9fb701e 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 /* Development of Nettle's ECC support was funded by the .SE Internet Fund. */
index 0e9938108c31be9ba67ad91a2333a67f75368d24..b8a760c06f7825cd9f2ab3b7bf6b07c28836acb2 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 /* Development of Nettle's ECC support was funded by the .SE Internet Fund. */
index fa364be8722b777b543166d112003d60d31289c9..619acb1e04602a6a0f41b13c0a8610a214678027 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 /* Development of Nettle's ECC support was funded by the .SE Internet Fund. */
index 29361d7007357ae33258c405f6c84722d48a3cc2..9e09914e7227de152021bc769e28589cd4037810 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
  */
 
 #if HAVE_CONFIG_H
index 5799284b3de192d95939d4194db4197d935baa5e..5d5b3bb58fa71f0759b309dfee208e831581de41 100644 (file)
@@ -28,7 +28,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 #ifndef GNUTLS_LIB_NETTLE_KUZNYECHIK_H_INCLUDED
index 31c6b262daafc7bd9f6c42c6eb29ecdd869cc78b..245fc7936fbca707986cf812a8a0817a745ef5dd 100644 (file)
@@ -28,7 +28,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 #ifndef GNUTLS_LIB_NETTLE_MAGMA_H_INCLUDED
index d9d04824244a7e292432b3e8c65c1062a72b0c95..be5c6e204877ad8577732fff66ce692eb6215d92 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 #if HAVE_CONFIG_H
index ca186702dfb497545559f86cd7dfb369fe5505c3..61527331f3dbdfd60fcb5ceeef85b3ace8026b00 100644 (file)
@@ -15,7 +15,7 @@
  * 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/>
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>
  */
 
 #include "gnutls_int.h"
index a1f6efec20bbe61432f24a39619f86f6e6adb952..1d285dde9b31d5a00698ed9274c0368b47fa0f33 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 #ifndef GNUTLS_LIB_NETTLE_BLOCK8_H
index 64e90e0ca2060c8e358277220b00a4e76a283a0b..1cb096eebf86501b1be496a2e40339aef62d0223 100644 (file)
@@ -16,7 +16,7 @@
  * 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/>
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>
  *
  */
 
index 7ca401d6e4ac853c9573bdd0ba3cd4d81cf70e9e..aac23dd920612aa09ff38d4794629dfc57280025 100644 (file)
@@ -16,7 +16,7 @@
  * 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/>
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>
  *
  */
 
index 88dd00bd203483885cdfaf040b8fbd843f1be309..cd628b8b4589ad59d3543c17a0debf40337fc7cb 100644 (file)
@@ -27,7 +27,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 #if HAVE_CONFIG_H
index b5ca4af038cf8abffc8586e305c5db6ae9b71db5..0b770480f87c0ddb8de8186d186097406de4820e 100644 (file)
@@ -27,7 +27,7 @@
 
    You should have received copies of the GNU General Public License and
    the GNU Lesser General Public License along with this program.  If
-   not, see http://www.gnu.org/licenses/.
+   not, see https://www.gnu.org/licenses/.
 */
 
 #ifndef NETTLE_GMP_GLUE_H_INCLUDED
index 401bad33f75bd93530e16e7f4c2fb11a0c2bec3b..d6a4e831a20787fd92baee0b52846d079a3be732 100644 (file)
@@ -16,7 +16,7 @@
  * 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/>
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>
  *
  */
 
index e0d4f04ad00a71de931acd39bcdcb9f2f41d5169..adcce0fd1f39ffb0bd59fa8968e69aa4e10c5d67 100644 (file)
--- a/lib/vko.c
+++ b/lib/vko.c
@@ -15,7 +15,7 @@
  * 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/>
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>
  */
 
 /*
index d4ff3891d9d63e56d346b6825e673cfa715b963a..cee6b3a2dfc9266ca9adbb8d20b4e340c59adb43 100644 (file)
--- a/lib/vko.h
+++ b/lib/vko.h
@@ -15,7 +15,7 @@
  * 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/>
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>
  *
  */
 
index 3ff335d1b17df35857382025859b13636f4aa0e0..d798356bbd5ad496e213f1237a42082fbc39ab99 100644 (file)
@@ -119,7 +119,7 @@ static void tcp_server(const char *name, int port);
 #define HTTP_BEGIN HTTP_OK \
                "\n" \
                "<HTML><BODY>\n" \
-               "<CENTER><H1>This is <a href=\"http://www.gnu.org/software/gnutls\">" \
+               "<CENTER><H1>This is <a href=\"https://www.gnu.org/software/gnutls\">" \
                "GnuTLS</a></H1></CENTER>\n\n"
 
 /* These are global */
index f878265bcbc6ef60eae42fbd3c2f4f5df28e6222..ef8234bb7dbc7f3868f0f13883d6f8c3c065d82b 100644 (file)
@@ -33,7 +33,7 @@
 /*
   A self-test of the RFC 2818 hostname matching algorithm.  Used to
   detect regressions of the bug reported in:
-  http://lists.gnupg.org/pipermail/gnutls-dev/2007-February/001385.html
+  https://lists.gnupg.org/pipermail/gnutls-dev/2007-February/001385.html
 */
 
 /* CN="*.com"
index 4160b61bfe70c5ca3c137c83036b96e4c0f8a08d..730213e14abc59f5969d937bbc48f7724bad3c3b 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "utils.h"
 
-/* See <http://bugs.gentoo.org/272388>. */
+/* See <https://bugs.gentoo.org/272388>. */
 
 void doit(void)
 {
index 0645187ffef700ab1166d832d408507285b3de10..8b7462a2fed8ac34605fcf7db985f917ac549c8a 100644 (file)
@@ -5,7 +5,7 @@
  *  you may not use this file except in compliance with the License.
  *  You may obtain a copy of the License at
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
+ *      https://www.apache.org/licenses/LICENSE-2.0
  *
  *  Unless required by applicable law or agreed to in writing, software
  *  distributed under the License is distributed on an "AS IS" BASIS,
index 6764c021e6161de8e16e0372e01980c72c90495a..f90a3369e755ef116b7905ae96580c3fa5e2c0ad 100644 (file)
@@ -5,7 +5,7 @@
  *  you may not use this file except in compliance with the License.
  *  You may obtain a copy of the License at
  *
- *      http://www.apache.org/licenses/LICENSE-2.0
+ *      https://www.apache.org/licenses/LICENSE-2.0
  *
  *  Unless required by applicable law or agreed to in writing, software
  *  distributed under the License is distributed on an "AS IS" BASIS,
index 19a29da630f088f5acab9de5e8373b057a984008..b01a65ff18d76150a03cd96d476710145776cd23 100644 (file)
@@ -68,7 +68,7 @@ MATCH_FUNC(fname, str, normalized)
        return; }
 
 /* some vectors taken from:
- * http://www.unicode.org/Public/idna/9.0.0/IdnaTest.txt
+ * https://www.unicode.org/Public/idna/9.0.0/IdnaTest.txt
  */
 
 MATCH_FUNC_TWO_WAY(test_ascii, "localhost", "localhost");