summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-02-05 16:22:43 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-03-13 10:59:34 +0100
commit0a47c08db07d0a01018aec34d10a294aed79fdd1 (patch)
tree6958c593a71514ac58d0373f5973746e2416e420
parente7e89684173c82e5104fe265a93916454f68200f (diff)
downloadgnutls-0a47c08db07d0a01018aec34d10a294aed79fdd1.tar.gz
Use https:// for www.gnu.org and www.example.com
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
-rw-r--r--INSTALL.md4
-rw-r--r--NEWS20
-rw-r--r--README.md28
-rw-r--r--bootstrap.conf2
-rw-r--r--devel/perlasm/license-gnutls.txt2
-rw-r--r--doc/COPYING6
-rw-r--r--doc/alert-printlist.c2
-rw-r--r--doc/certtool.cfg8
-rw-r--r--doc/cha-library.texi2
-rw-r--r--doc/doxygen/Doxyfile.in6
-rw-r--r--doc/doxygen/Doxyfile.orig6
-rw-r--r--doc/errcodes.c2
-rw-r--r--doc/fdl-1.3.texi2
-rw-r--r--doc/gnutls-guile.texi2
-rw-r--r--doc/latex/fdl.tex2
-rw-r--r--doc/printlist.c2
-rwxr-xr-xdoc/scripts/gdoc4
-rw-r--r--extra/gnutls_openssl.c2
-rw-r--r--extra/openssl_compat.c2
-rwxr-xr-xfuzz/run-afl.sh2
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/abstract_int.h2
-rw-r--r--lib/accelerated/Makefile.am2
-rw-r--r--lib/accelerated/aarch64/Makefile.am2
-rw-r--r--lib/accelerated/aarch64/aarch64-common.c2
-rw-r--r--lib/accelerated/aarch64/aarch64-common.h2
-rw-r--r--lib/accelerated/aarch64/aes-cbc-aarch64.c2
-rw-r--r--lib/accelerated/aarch64/aes-ccm-aarch64.c2
-rw-r--r--lib/accelerated/aarch64/aes-gcm-aarch64.c2
-rw-r--r--lib/accelerated/aarch64/hmac-sha-aarch64.c2
-rw-r--r--lib/accelerated/aarch64/sha-aarch64.c2
-rw-r--r--lib/accelerated/accelerated.c2
-rw-r--r--lib/accelerated/cryptodev-gcm.c2
-rw-r--r--lib/accelerated/cryptodev.c2
-rw-r--r--lib/accelerated/x86/Makefile.am2
-rw-r--r--lib/accelerated/x86/aes-cbc-x86-aesni.c2
-rw-r--r--lib/accelerated/x86/aes-cbc-x86-ssse3.c2
-rw-r--r--lib/accelerated/x86/aes-ccm-x86-aesni.c2
-rw-r--r--lib/accelerated/x86/aes-gcm-padlock.c2
-rw-r--r--lib/accelerated/x86/aes-gcm-x86-aesni.c2
-rw-r--r--lib/accelerated/x86/aes-gcm-x86-pclmul-avx.c2
-rw-r--r--lib/accelerated/x86/aes-gcm-x86-pclmul.c2
-rw-r--r--lib/accelerated/x86/aes-gcm-x86-ssse3.c2
-rw-r--r--lib/accelerated/x86/aes-padlock.c2
-rw-r--r--lib/accelerated/x86/coff/cpuid-x86.s2
-rw-r--r--lib/accelerated/x86/coff/cpuid-x86_64.s2
-rw-r--r--lib/accelerated/x86/elf/cpuid-x86.s2
-rw-r--r--lib/accelerated/x86/elf/cpuid-x86_64.s2
-rw-r--r--lib/accelerated/x86/hmac-padlock.c2
-rw-r--r--lib/accelerated/x86/hmac-x86-ssse3.c2
-rw-r--r--lib/accelerated/x86/macosx/cpuid-x86.s2
-rw-r--r--lib/accelerated/x86/macosx/cpuid-x86_64.s2
-rw-r--r--lib/accelerated/x86/sha-padlock.c2
-rw-r--r--lib/accelerated/x86/sha-x86-ssse3.c2
-rw-r--r--lib/accelerated/x86/x86-common.c2
-rw-r--r--lib/accelerated/x86/x86-common.h2
-rw-r--r--lib/alert.c2
-rw-r--r--lib/algorithms.h2
-rw-r--r--lib/algorithms/Makefile.am2
-rw-r--r--lib/algorithms/cert_types.c2
-rw-r--r--lib/algorithms/ciphers.c2
-rw-r--r--lib/algorithms/ciphersuites.c2
-rw-r--r--lib/algorithms/ecc.c2
-rw-r--r--lib/algorithms/groups.c2
-rw-r--r--lib/algorithms/kx.c2
-rw-r--r--lib/algorithms/mac.c2
-rw-r--r--lib/algorithms/protocols.c2
-rw-r--r--lib/algorithms/publickey.c2
-rw-r--r--lib/algorithms/secparams.c2
-rw-r--r--lib/algorithms/sign.c2
-rw-r--r--lib/anon_cred.c2
-rw-r--r--lib/atfork.c2
-rw-r--r--lib/atfork.h2
-rw-r--r--lib/atomic.h2
-rw-r--r--lib/auth.c2
-rw-r--r--lib/auth.h2
-rw-r--r--lib/auth/Makefile.am2
-rw-r--r--lib/auth/anon.c2
-rw-r--r--lib/auth/anon.h2
-rw-r--r--lib/auth/anon_ecdh.c2
-rw-r--r--lib/auth/cert.c2
-rw-r--r--lib/auth/cert.h2
-rw-r--r--lib/auth/dh_common.c2
-rw-r--r--lib/auth/dh_common.h2
-rw-r--r--lib/auth/dhe.c2
-rw-r--r--lib/auth/dhe_psk.c2
-rw-r--r--lib/auth/ecdhe.c2
-rw-r--r--lib/auth/ecdhe.h2
-rw-r--r--lib/auth/psk.c2
-rw-r--r--lib/auth/psk.h2
-rw-r--r--lib/auth/psk_passwd.c2
-rw-r--r--lib/auth/psk_passwd.h2
-rw-r--r--lib/auth/rsa.c2
-rw-r--r--lib/auth/rsa_common.h2
-rw-r--r--lib/auth/srp_kx.c2
-rw-r--r--lib/auth/srp_kx.h2
-rw-r--r--lib/auth/srp_passwd.c2
-rw-r--r--lib/auth/srp_passwd.h2
-rw-r--r--lib/auth/srp_rsa.c2
-rw-r--r--lib/auth/srp_sb64.c2
-rw-r--r--lib/auto-verify.c2
-rw-r--r--lib/buffers.c2
-rw-r--r--lib/buffers.h2
-rw-r--r--lib/cert-cred-rawpk.c2
-rw-r--r--lib/cert-cred-x509.c2
-rw-r--r--lib/cert-cred.c2
-rw-r--r--lib/cert-cred.h2
-rw-r--r--lib/cert-session.c2
-rw-r--r--lib/cipher-cbc.c2
-rw-r--r--lib/cipher.c2
-rw-r--r--lib/cipher.h2
-rw-r--r--lib/cipher_int.c2
-rw-r--r--lib/cipher_int.h2
-rw-r--r--lib/compress.c2
-rw-r--r--lib/constate.c2
-rw-r--r--lib/constate.h2
-rw-r--r--lib/crypto-api.c2
-rw-r--r--lib/crypto-api.h2
-rw-r--r--lib/crypto-backend.c2
-rw-r--r--lib/crypto-backend.h2
-rw-r--r--lib/crypto-selftests-pk.c2
-rw-r--r--lib/crypto-selftests.c2
-rw-r--r--lib/crypto.h2
-rw-r--r--lib/datum.c2
-rw-r--r--lib/datum.h2
-rw-r--r--lib/db.c2
-rw-r--r--lib/db.h2
-rw-r--r--lib/debug.c2
-rw-r--r--lib/debug.h2
-rw-r--r--lib/dh-primes.c2
-rw-r--r--lib/dh-session.c2
-rw-r--r--lib/dh.c2
-rw-r--r--lib/dh.h2
-rw-r--r--lib/dtls-sw.c2
-rw-r--r--lib/dtls.c2
-rw-r--r--lib/dtls.h2
-rw-r--r--lib/ecc.c2
-rw-r--r--lib/ecc.h2
-rw-r--r--lib/errors.c2
-rw-r--r--lib/errors.h2
-rw-r--r--lib/ext/Makefile.am2
-rw-r--r--lib/ext/alpn.c2
-rw-r--r--lib/ext/alpn.h2
-rw-r--r--lib/ext/cert_types.h2
-rw-r--r--lib/ext/client_cert_type.c2
-rw-r--r--lib/ext/client_cert_type.h2
-rw-r--r--lib/ext/cookie.c2
-rw-r--r--lib/ext/cookie.h2
-rw-r--r--lib/ext/dumbfw.c2
-rw-r--r--lib/ext/dumbfw.h2
-rw-r--r--lib/ext/early_data.c2
-rw-r--r--lib/ext/early_data.h2
-rw-r--r--lib/ext/ec_point_formats.c2
-rw-r--r--lib/ext/ec_point_formats.h2
-rw-r--r--lib/ext/etm.c2
-rw-r--r--lib/ext/etm.h2
-rw-r--r--lib/ext/ext_master_secret.c2
-rw-r--r--lib/ext/ext_master_secret.h2
-rw-r--r--lib/ext/heartbeat.c2
-rw-r--r--lib/ext/heartbeat.h2
-rw-r--r--lib/ext/key_share.c2
-rw-r--r--lib/ext/key_share.h2
-rw-r--r--lib/ext/max_record.c2
-rw-r--r--lib/ext/max_record.h2
-rw-r--r--lib/ext/post_handshake.c2
-rw-r--r--lib/ext/post_handshake.h2
-rw-r--r--lib/ext/pre_shared_key.c2
-rw-r--r--lib/ext/psk_ke_modes.c2
-rw-r--r--lib/ext/record_size_limit.c2
-rw-r--r--lib/ext/record_size_limit.h2
-rw-r--r--lib/ext/safe_renegotiation.c2
-rw-r--r--lib/ext/safe_renegotiation.h2
-rw-r--r--lib/ext/server_cert_type.c2
-rw-r--r--lib/ext/server_cert_type.h2
-rw-r--r--lib/ext/server_name.c2
-rw-r--r--lib/ext/server_name.h2
-rw-r--r--lib/ext/session_ticket.c2
-rw-r--r--lib/ext/session_ticket.h2
-rw-r--r--lib/ext/signature.c2
-rw-r--r--lib/ext/signature.h2
-rw-r--r--lib/ext/srp.c2
-rw-r--r--lib/ext/srp.h2
-rw-r--r--lib/ext/srtp.c2
-rw-r--r--lib/ext/srtp.h2
-rw-r--r--lib/ext/status_request.c2
-rw-r--r--lib/ext/status_request.h2
-rw-r--r--lib/ext/supported_groups.c2
-rw-r--r--lib/ext/supported_groups.h2
-rw-r--r--lib/ext/supported_versions.c2
-rw-r--r--lib/ext/supported_versions.h2
-rw-r--r--lib/extras/Makefile.am2
-rw-r--r--lib/extv.c2
-rw-r--r--lib/extv.h2
-rw-r--r--lib/file.c2
-rw-r--r--lib/file.h2
-rw-r--r--lib/fingerprint.c2
-rw-r--r--lib/fips.c2
-rw-r--r--lib/fips.h2
-rw-r--r--lib/global.c2
-rw-r--r--lib/global.h2
-rw-r--r--lib/gnutls_int.h2
-rw-r--r--lib/gnutlsxx.cpp2
-rw-r--r--lib/gthreads.h2
-rw-r--r--lib/handshake-checks.c2
-rw-r--r--lib/handshake-tls13.c2
-rw-r--r--lib/handshake.c2
-rw-r--r--lib/handshake.h2
-rw-r--r--lib/hash_int.c2
-rw-r--r--lib/hash_int.h2
-rw-r--r--lib/hello_ext.c2
-rw-r--r--lib/hello_ext.h2
-rw-r--r--lib/hello_ext_lib.c2
-rw-r--r--lib/hello_ext_lib.h2
-rw-r--r--lib/includes/Makefile.am2
-rw-r--r--lib/includes/gnutls/abstract.h2
-rw-r--r--lib/includes/gnutls/compat.h2
-rw-r--r--lib/includes/gnutls/crypto.h2
-rw-r--r--lib/includes/gnutls/dtls.h2
-rw-r--r--lib/includes/gnutls/gnutls.h.in2
-rw-r--r--lib/includes/gnutls/gnutlsxx.h2
-rw-r--r--lib/includes/gnutls/ocsp.h2
-rw-r--r--lib/includes/gnutls/openpgp.h2
-rw-r--r--lib/includes/gnutls/pkcs11.h2
-rw-r--r--lib/includes/gnutls/pkcs12.h2
-rw-r--r--lib/includes/gnutls/pkcs7.h2
-rw-r--r--lib/includes/gnutls/self-test.h2
-rw-r--r--lib/includes/gnutls/socket.h2
-rw-r--r--lib/includes/gnutls/system-keys.h2
-rw-r--r--lib/includes/gnutls/tpm.h2
-rw-r--r--lib/includes/gnutls/urls.h2
-rw-r--r--lib/includes/gnutls/x509-ext.h2
-rw-r--r--lib/includes/gnutls/x509.h2
-rw-r--r--lib/kx.c2
-rw-r--r--lib/kx.h2
-rw-r--r--lib/libgnutls.map2
-rw-r--r--lib/locks.c2
-rw-r--r--lib/locks.h2
-rw-r--r--lib/mbuffers.c2
-rw-r--r--lib/mbuffers.h2
-rw-r--r--lib/mem.c2
-rw-r--r--lib/mem.h2
-rw-r--r--lib/mpi.c2
-rw-r--r--lib/mpi.h2
-rw-r--r--lib/nettle/Makefile.am2
-rw-r--r--lib/nettle/backport/cfb8.c2
-rw-r--r--lib/nettle/backport/cfb8.h2
-rw-r--r--lib/nettle/backport/cmac.c2
-rw-r--r--lib/nettle/backport/cmac.h2
-rw-r--r--lib/nettle/cipher.c2
-rw-r--r--lib/nettle/gost/bignum-le.c2
-rw-r--r--lib/nettle/gost/bignum-le.h2
-rw-r--r--lib/nettle/gost/ecc-gost-curve.h2
-rw-r--r--lib/nettle/gost/ecc-gost-hash.c2
-rw-r--r--lib/nettle/gost/ecc-gost256cpa.c2
-rw-r--r--lib/nettle/gost/ecc-gost512a.c2
-rw-r--r--lib/nettle/gost/ecc-gostdsa-sign.c2
-rw-r--r--lib/nettle/gost/ecc-gostdsa-verify.c2
-rw-r--r--lib/nettle/gost/ecc-internal.h2
-rw-r--r--lib/nettle/gost/gmp-glue.h2
-rw-r--r--lib/nettle/gost/gost28147.h2
-rw-r--r--lib/nettle/gost/gostdsa-mask.c2
-rw-r--r--lib/nettle/gost/gostdsa-sign.c2
-rw-r--r--lib/nettle/gost/gostdsa-verify.c2
-rw-r--r--lib/nettle/gost/gostdsa.h2
-rw-r--r--lib/nettle/gost/gosthash94-meta.c2
-rw-r--r--lib/nettle/gost/gosthash94.h2
-rw-r--r--lib/nettle/gost/hmac-gost.h2
-rw-r--r--lib/nettle/gost/hmac-gosthash94.c2
-rw-r--r--lib/nettle/gost/hmac-streebog.c2
-rw-r--r--lib/nettle/gost/nettle-internal.h2
-rw-r--r--lib/nettle/gost/nettle-write.h2
-rw-r--r--lib/nettle/gost/pbkdf2-gost.h2
-rw-r--r--lib/nettle/gost/pbkdf2-hmac-gosthash94.c2
-rw-r--r--lib/nettle/gost/pbkdf2-hmac-streebog.c2
-rw-r--r--lib/nettle/gost/streebog-meta.c2
-rw-r--r--lib/nettle/gost/streebog.c2
-rw-r--r--lib/nettle/gost/streebog.h2
-rw-r--r--lib/nettle/init.c2
-rw-r--r--lib/nettle/int/drbg-aes-self-test.c2
-rw-r--r--lib/nettle/int/drbg-aes.c2
-rw-r--r--lib/nettle/int/tls1-prf.c2
-rw-r--r--lib/nettle/int/tls1-prf.h2
-rw-r--r--lib/nettle/mac.c2
-rw-r--r--lib/nettle/mpi.c2
-rw-r--r--lib/nettle/pk.c2
-rw-r--r--lib/nettle/prf.c2
-rw-r--r--lib/nettle/rnd-common.h2
-rw-r--r--lib/nettle/rnd-fips.c2
-rw-r--r--lib/nettle/rnd-fuzzer.c2
-rw-r--r--lib/nettle/rnd.c2
-rw-r--r--lib/nettle/sysrng-getentropy.c2
-rw-r--r--lib/nettle/sysrng-linux.c2
-rw-r--r--lib/nettle/sysrng-windows.c2
-rw-r--r--lib/num.c2
-rw-r--r--lib/num.h2
-rw-r--r--lib/ocsp-api.c2
-rw-r--r--lib/openpgp_compat.c2
-rw-r--r--lib/pcert.c2
-rw-r--r--lib/pin.c2
-rw-r--r--lib/pk.c2
-rw-r--r--lib/pk.h2
-rw-r--r--lib/pkcs11.c2
-rw-r--r--lib/pkcs11_int.c2
-rw-r--r--lib/pkcs11_int.h2
-rw-r--r--lib/pkcs11_privkey.c2
-rw-r--r--lib/pkcs11_secret.c2
-rw-r--r--lib/pkcs11_write.c2
-rw-r--r--lib/pkcs11x.c2
-rw-r--r--lib/pkcs11x.h2
-rw-r--r--lib/prf.c2
-rw-r--r--lib/priority.c2
-rw-r--r--lib/privkey.c2
-rw-r--r--lib/privkey_raw.c2
-rw-r--r--lib/psk.c2
-rw-r--r--lib/pubkey.c2
-rw-r--r--lib/random.c2
-rw-r--r--lib/random.h2
-rw-r--r--lib/randomart.c2
-rw-r--r--lib/range.c2
-rw-r--r--lib/record.c2
-rw-r--r--lib/record.h2
-rw-r--r--lib/safe-memfuncs.c2
-rw-r--r--lib/secrets.c2
-rw-r--r--lib/secrets.h2
-rw-r--r--lib/session.c2
-rw-r--r--lib/session_pack.c2
-rw-r--r--lib/session_pack.h2
-rw-r--r--lib/srp.c2
-rw-r--r--lib/srp.h2
-rw-r--r--lib/sslv2_compat.c2
-rw-r--r--lib/sslv2_compat.h2
-rw-r--r--lib/state.c2
-rw-r--r--lib/state.h2
-rw-r--r--lib/stek.c2
-rw-r--r--lib/stek.h2
-rw-r--r--lib/str-iconv.c2
-rw-r--r--lib/str-idna.c2
-rw-r--r--lib/str-unicode.c2
-rw-r--r--lib/str.c2
-rw-r--r--lib/str.h2
-rw-r--r--lib/str_array.h2
-rw-r--r--lib/supplemental.c2
-rw-r--r--lib/supplemental.h2
-rw-r--r--lib/system-keys.h2
-rw-r--r--lib/system.c2
-rw-r--r--lib/system.h2
-rw-r--r--lib/system/certs.c2
-rw-r--r--lib/system/fastopen.c2
-rw-r--r--lib/system/keys-dummy.c2
-rw-r--r--lib/system/keys-win.c2
-rw-r--r--lib/system/sockets.c2
-rw-r--r--lib/system/threads.c2
-rw-r--r--lib/system_override.c2
-rw-r--r--lib/tls-sig.c2
-rw-r--r--lib/tls-sig.h2
-rw-r--r--lib/tls13-sig.c2
-rw-r--r--lib/tls13-sig.h2
-rw-r--r--lib/tls13/anti_replay.c2
-rw-r--r--lib/tls13/anti_replay.h2
-rw-r--r--lib/tls13/certificate.c2
-rw-r--r--lib/tls13/certificate.h2
-rw-r--r--lib/tls13/certificate_request.c2
-rw-r--r--lib/tls13/certificate_request.h2
-rw-r--r--lib/tls13/certificate_verify.c2
-rw-r--r--lib/tls13/certificate_verify.h2
-rw-r--r--lib/tls13/early_data.c2
-rw-r--r--lib/tls13/early_data.h2
-rw-r--r--lib/tls13/encrypted_extensions.c2
-rw-r--r--lib/tls13/encrypted_extensions.h2
-rw-r--r--lib/tls13/finished.c2
-rw-r--r--lib/tls13/finished.h2
-rw-r--r--lib/tls13/hello_retry.c2
-rw-r--r--lib/tls13/hello_retry.h2
-rw-r--r--lib/tls13/key_update.c2
-rw-r--r--lib/tls13/key_update.h2
-rw-r--r--lib/tls13/post_handshake.c2
-rw-r--r--lib/tls13/psk_ext_parser.c2
-rw-r--r--lib/tls13/psk_ext_parser.h2
-rw-r--r--lib/tls13/session_ticket.c2
-rw-r--r--lib/tls13/session_ticket.h2
-rw-r--r--lib/tpm.c2
-rw-r--r--lib/urls.c2
-rw-r--r--lib/urls.h2
-rw-r--r--lib/verify-tofu.c2
-rw-r--r--lib/x509.h2
-rw-r--r--lib/x509/Makefile.am2
-rw-r--r--lib/x509/attributes.c2
-rw-r--r--lib/x509/attributes.h2
-rw-r--r--lib/x509/common.c2
-rw-r--r--lib/x509/common.h2
-rw-r--r--lib/x509/crl.c2
-rw-r--r--lib/x509/crl_write.c2
-rw-r--r--lib/x509/crq.c2
-rw-r--r--lib/x509/dn.c2
-rw-r--r--lib/x509/email-verify.c2
-rw-r--r--lib/x509/extensions.c2
-rw-r--r--lib/x509/hostname-verify.c2
-rw-r--r--lib/x509/ip-in-cidr.h2
-rw-r--r--lib/x509/ip.c2
-rw-r--r--lib/x509/ip.h2
-rw-r--r--lib/x509/key_decode.c2
-rw-r--r--lib/x509/key_encode.c2
-rw-r--r--lib/x509/krb5.c2
-rw-r--r--lib/x509/krb5.h2
-rw-r--r--lib/x509/mpi.c2
-rw-r--r--lib/x509/name_constraints.c2
-rw-r--r--lib/x509/ocsp.c2
-rw-r--r--lib/x509/ocsp.h2
-rw-r--r--lib/x509/ocsp_output.c2
-rw-r--r--lib/x509/output.c2
-rw-r--r--lib/x509/pkcs12.c2
-rw-r--r--lib/x509/pkcs12_bag.c2
-rw-r--r--lib/x509/pkcs12_encr.c2
-rw-r--r--lib/x509/pkcs7-attrs.c2
-rw-r--r--lib/x509/pkcs7-crypt.c2
-rw-r--r--lib/x509/pkcs7-output.c2
-rw-r--r--lib/x509/pkcs7.c2
-rw-r--r--lib/x509/pkcs7_int.h2
-rw-r--r--lib/x509/privkey.c2
-rw-r--r--lib/x509/privkey_openssl.c2
-rw-r--r--lib/x509/privkey_pkcs8.c2
-rw-r--r--lib/x509/privkey_pkcs8_pbes1.c2
-rw-r--r--lib/x509/prov-seed.c2
-rw-r--r--lib/x509/prov-seed.h2
-rw-r--r--lib/x509/sign.c2
-rw-r--r--lib/x509/spki.c2
-rw-r--r--lib/x509/time.c2
-rw-r--r--lib/x509/tls_features.c2
-rw-r--r--lib/x509/verify-high.c2
-rw-r--r--lib/x509/verify-high.h2
-rw-r--r--lib/x509/verify-high2.c2
-rw-r--r--lib/x509/verify.c2
-rw-r--r--lib/x509/virt-san.c2
-rw-r--r--lib/x509/virt-san.h2
-rw-r--r--lib/x509/x509.c2
-rw-r--r--lib/x509/x509_dn.c2
-rw-r--r--lib/x509/x509_ext.c2
-rw-r--r--lib/x509/x509_ext_int.h2
-rw-r--r--lib/x509/x509_int.h2
-rw-r--r--lib/x509/x509_write.c2
-rw-r--r--lib/x509_b64.c2
-rw-r--r--lib/x509_b64.h2
-rw-r--r--libdane/Makefile.am2
-rw-r--r--libdane/dane-params.c2
-rw-r--r--libdane/dane.c2
-rw-r--r--libdane/errors.c2
-rw-r--r--libdane/gnutls-dane.pc.in2
-rw-r--r--libdane/includes/Makefile.am2
-rw-r--r--libdane/includes/gnutls/dane.h2
-rw-r--r--m4/hooks.m42
-rw-r--r--src/benchmark-cipher.c2
-rw-r--r--src/benchmark-tls.c2
-rw-r--r--src/benchmark.c2
-rw-r--r--src/benchmark.h2
-rw-r--r--src/certtool-args.def8
-rw-r--r--src/certtool-cfg.c2
-rw-r--r--src/certtool-cfg.h2
-rw-r--r--src/certtool-common.c2
-rw-r--r--src/certtool-common.h2
-rw-r--r--src/certtool-extras.c2
-rw-r--r--src/certtool.c2
-rw-r--r--src/cli-debug.c2
-rw-r--r--src/cli.c2
-rw-r--r--src/common.c2
-rw-r--r--src/common.h2
-rw-r--r--src/danetool.c2
-rwxr-xr-xsrc/gen-mech-list.sh2
-rwxr-xr-xsrc/inline_cmds.h2
-rw-r--r--src/libopts/COPYING.gplv36
-rw-r--r--src/libopts/genshell.c12
-rw-r--r--src/libopts/genshell.h4
-rw-r--r--src/libopts/gettext.h2
-rw-r--r--src/libopts/intprops.h2
-rw-r--r--src/libopts/m4/libopts.m42
-rw-r--r--src/libopts/parse-duration.c2
-rw-r--r--src/libopts/parse-duration.h2
-rw-r--r--src/libopts/stdnoreturn.in.h2
-rw-r--r--src/ocsptool-common.c2
-rw-r--r--src/ocsptool-common.h2
-rw-r--r--src/ocsptool.c2
-rw-r--r--src/p11tool.c2
-rw-r--r--src/p11tool.h2
-rw-r--r--src/pkcs11.c2
-rw-r--r--src/psk.c2
-rw-r--r--src/serv.c2
-rw-r--r--src/socket.c2
-rw-r--r--src/srptool.c2
-rw-r--r--src/systemkey.c2
-rw-r--r--src/tests.c2
-rw-r--r--src/tests.h2
-rw-r--r--src/tpmtool.c2
-rw-r--r--src/udp-serv.c2
-rw-r--r--src/udp-serv.h2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/alerts.c2
-rw-r--r--tests/atfork.c2
-rw-r--r--tests/cert-tests/Makefile.am2
-rwxr-xr-xtests/cert-tests/certtool2
-rwxr-xr-xtests/cert-tests/gost2
-rwxr-xr-xtests/cert-tests/pkcs7-eddsa2
-rwxr-xr-xtests/cert-tests/tolerate-invalid-time2
-rw-r--r--tests/chainverify.c2
-rw-r--r--tests/cipher-neg-common.c2
-rw-r--r--tests/client-fastopen.c2
-rw-r--r--tests/client-sign-md5-rep.c2
-rw-r--r--tests/crl_apis.c2
-rw-r--r--tests/crt_type-neg-common.c2
-rw-r--r--tests/destructive/p11-kit-load.sh2
-rw-r--r--tests/dtls-session-ticket-lost.c2
-rw-r--r--tests/eagain-auto-auth.c2
-rw-r--r--tests/eagain.c2
-rw-r--r--tests/empty_retrieve_function.c2
-rwxr-xr-xtests/gnutls-cli-debug.sh2
-rwxr-xr-xtests/gnutls-cli-invalid-crl.sh2
-rwxr-xr-xtests/gnutls-cli-self-signed.sh2
-rw-r--r--tests/gnutls_ext_raw_parse.c2
-rw-r--r--tests/gnutls_ext_raw_parse_dtls.c2
-rw-r--r--tests/gnutls_ocsp_resp_list_import2.c2
-rw-r--r--tests/gnutls_record_overhead.c2
-rw-r--r--tests/gnutls_session_set_id.c2
-rw-r--r--tests/gnutls_x509_crq_sign.c2
-rw-r--r--tests/gnutls_x509_crt_list_import.c2
-rw-r--r--tests/gnutls_x509_privkey_import.c2
-rw-r--r--tests/handshake-large-cert.c2
-rw-r--r--tests/handshake-timeout.c2
-rw-r--r--tests/hex.h2
-rw-r--r--tests/memset.c2
-rw-r--r--tests/mini-record-failure.c2
-rw-r--r--tests/mini-record-range.c2
-rw-r--r--tests/mini-record.c2
-rw-r--r--tests/mini-server-name.c2
-rw-r--r--tests/no-extensions.c2
-rw-r--r--tests/null_retrieve_function.c2
-rw-r--r--tests/ocsp-common.h2
-rwxr-xr-xtests/ocsp-tests/ocsp-load-chain2
-rwxr-xr-xtests/ocsp-tests/ocsptool2
-rwxr-xr-xtests/p11-kit-load.sh2
-rw-r--r--tests/pkcs11/gnutls_pcert_list_import_x509_file.c2
-rw-r--r--tests/pkcs11/gnutls_x509_crt_list_import_url.c2
-rw-r--r--tests/pkcs11/list-tokens.c2
-rw-r--r--tests/pkcs11/pkcs11-eddsa-privkey-test.c2
-rw-r--r--tests/pkcs11/pkcs11-mock.c2
-rw-r--r--tests/pkcs11/pkcs11-mock.h2
-rw-r--r--tests/pkcs11/pkcs11-obj-raw.c2
-rw-r--r--tests/pkcs11/pkcs11-privkey-generate.c2
-rw-r--r--tests/pkcs11/pkcs11-rsa-pss-privkey-test.c2
-rw-r--r--tests/pkcs11/pkcs11-token-raw.c2
-rw-r--r--tests/pkcs11/tls-neg-pkcs11-key.c2
-rw-r--r--tests/post-client-hello-change-prio.c2
-rw-r--r--tests/priority-init2.c2
-rw-r--r--tests/priority-set.c2
-rw-r--r--tests/priority-set2.c2
-rw-r--r--tests/privkey-keygen.c2
-rwxr-xr-xtests/psktool.sh2
-rw-r--r--tests/rawpk-api.c2
-rw-r--r--tests/record-pad.c2
-rw-r--r--tests/resume-lifetime.c2
-rw-r--r--tests/resume-with-previous-stek.c2
-rw-r--r--tests/resume-with-record-size-limit.c2
-rw-r--r--tests/resume-with-stek-expiration.c2
-rw-r--r--tests/resume.c2
-rw-r--r--tests/rng-fork.c2
-rw-r--r--tests/rng-op-key.c2
-rw-r--r--tests/rng-op-nonce.c2
-rw-r--r--tests/rng-op-random.c2
-rw-r--r--tests/rng-op.c2
-rw-r--r--tests/rng-sigint.c2
-rw-r--r--tests/rsa-rsa-pss.c2
-rw-r--r--tests/sanity-cpp.cpp2
-rw-r--r--tests/seccomp.c2
-rw-r--r--tests/server-kx-neg-common.c2
-rw-r--r--tests/server-sign-md5-rep.c2
-rw-r--r--tests/session-rdn-read.c2
-rw-r--r--tests/session-tickets-missing.c2
-rw-r--r--tests/set-default-prio.c2
-rw-r--r--tests/set_x509_key_file-late.c2
-rw-r--r--tests/set_x509_ocsp_multi_invalid.c2
-rw-r--r--tests/set_x509_ocsp_multi_pem.c2
-rw-r--r--tests/set_x509_ocsp_multi_unknown.c2
-rw-r--r--tests/sign-is-secure.c2
-rw-r--r--tests/sign-verify-ext4.c2
-rw-r--r--tests/slow/cipher-api-test.c2
-rw-r--r--tests/slow/hash-large.c2
-rwxr-xr-xtests/slow/test-ciphers-api.sh2
-rwxr-xr-xtests/slow/test-hash-large.sh2
-rwxr-xr-xtests/sni-hostname.sh2
-rwxr-xr-xtests/sni-resume.sh2
-rw-r--r--tests/spki-abstract.c2
-rw-r--r--tests/spki.c2
-rw-r--r--tests/srp.c2
-rw-r--r--tests/ssl30-cipher-neg.c2
-rw-r--r--tests/ssl30-server-kx-neg.c2
-rw-r--r--tests/suite/ecore/eina_config.h2
-rw-r--r--tests/suite/ecore/src/include/Eina.h2
-rw-r--r--tests/suite/ecore/src/include/eina_accessor.h2
-rw-r--r--tests/suite/ecore/src/include/eina_array.h2
-rw-r--r--tests/suite/ecore/src/include/eina_benchmark.h2
-rw-r--r--tests/suite/ecore/src/include/eina_binshare.h2
-rw-r--r--tests/suite/ecore/src/include/eina_config.h2
-rw-r--r--tests/suite/ecore/src/include/eina_convert.h2
-rw-r--r--tests/suite/ecore/src/include/eina_counter.h2
-rw-r--r--tests/suite/ecore/src/include/eina_cpu.h2
-rw-r--r--tests/suite/ecore/src/include/eina_error.h2
-rw-r--r--tests/suite/ecore/src/include/eina_file.h2
-rw-r--r--tests/suite/ecore/src/include/eina_fp.h2
-rw-r--r--tests/suite/ecore/src/include/eina_hamster.h2
-rw-r--r--tests/suite/ecore/src/include/eina_hash.h2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_array.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_f16p16.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_f32p32.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_f8p24.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_fp.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_hash.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_list.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_log.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_mempool.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_rbtree.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_rectangle.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_str.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_stringshare.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_tiler.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_trash.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inline_ustringshare.x2
-rw-r--r--tests/suite/ecore/src/include/eina_inlist.h2
-rw-r--r--tests/suite/ecore/src/include/eina_iterator.h2
-rw-r--r--tests/suite/ecore/src/include/eina_lalloc.h2
-rw-r--r--tests/suite/ecore/src/include/eina_list.h2
-rw-r--r--tests/suite/ecore/src/include/eina_log.h2
-rw-r--r--tests/suite/ecore/src/include/eina_magic.h2
-rw-r--r--tests/suite/ecore/src/include/eina_main.h2
-rw-r--r--tests/suite/ecore/src/include/eina_matrixsparse.h2
-rw-r--r--tests/suite/ecore/src/include/eina_mempool.h2
-rw-r--r--tests/suite/ecore/src/include/eina_module.h2
-rw-r--r--tests/suite/ecore/src/include/eina_quadtree.h2
-rw-r--r--tests/suite/ecore/src/include/eina_rbtree.h2
-rw-r--r--tests/suite/ecore/src/include/eina_rectangle.h2
-rw-r--r--tests/suite/ecore/src/include/eina_safety_checks.h2
-rw-r--r--tests/suite/ecore/src/include/eina_sched.h2
-rw-r--r--tests/suite/ecore/src/include/eina_stringshare.h2
-rw-r--r--tests/suite/ecore/src/include/eina_tiler.h2
-rw-r--r--tests/suite/ecore/src/include/eina_trash.h2
-rw-r--r--tests/suite/ecore/src/include/eina_types.h2
-rw-r--r--tests/suite/ecore/src/include/eina_ustringshare.h2
-rw-r--r--tests/suite/ecore/src/lib/eina_accessor.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_array.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_benchmark.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_binshare.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_chained_mempool.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_convert.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_counter.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_cpu.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_error.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_file.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_hamster.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_hash.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_inlist.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_iterator.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_lalloc.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_list.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_log.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_magic.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_main.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_matrixsparse.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_mempool.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_module.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_private.h2
-rw-r--r--tests/suite/ecore/src/lib/eina_quadtree.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_rbtree.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_rectangle.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_safety_checks.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_sched.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_share_common.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_share_common.h2
-rw-r--r--tests/suite/ecore/src/lib/eina_stringshare.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_tiler.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_unicode.c2
-rw-r--r--tests/suite/ecore/src/lib/eina_ustringshare.c2
-rw-r--r--tests/suite/rng.c2
-rw-r--r--tests/test-chains.h2
-rw-r--r--tests/tls-crt_type-neg.c2
-rw-r--r--tests/tls-ext-not-in-dtls.c2
-rw-r--r--tests/tls-force-etm.c2
-rw-r--r--tests/tls-neg-ext-key.c2
-rw-r--r--tests/tls-neg-ext4-key.c2
-rw-r--r--tests/tls-session-ext-override.c2
-rw-r--r--tests/tls-session-ext-register.c2
-rw-r--r--tests/tls-session-supplemental.c2
-rw-r--r--tests/tls-supplemental.c2
-rw-r--r--tests/tls10-cipher-neg.c2
-rw-r--r--tests/tls10-prf.c2
-rw-r--r--tests/tls10-server-kx-neg.c2
-rw-r--r--tests/tls11-cipher-neg.c2
-rw-r--r--tests/tls11-server-kx-neg.c2
-rw-r--r--tests/tls12-cipher-neg.c2
-rw-r--r--tests/tls12-invalid-key-exchanges.c2
-rw-r--r--tests/tls12-prf.c2
-rw-r--r--tests/tls12-rehandshake-cert.c2
-rw-r--r--tests/tls12-rehandshake-set-prio.c2
-rw-r--r--tests/tls12-server-kx-neg.c2
-rw-r--r--tests/tls13-cert-key-exchange.c2
-rw-r--r--tests/tls13-cipher-neg.c2
-rw-r--r--tests/tls13-early-data-neg.c2
-rw-r--r--tests/tls13-early-data.c2
-rw-r--r--tests/tls13-early-start.c2
-rw-r--r--tests/tls13-rehandshake-cert.c2
-rw-r--r--tests/tls13-server-kx-neg.c2
-rw-r--r--tests/tls13/anti_replay.c2
-rw-r--r--tests/tls13/change_cipher_spec.c2
-rw-r--r--tests/tls13/cookie.c2
-rw-r--r--tests/tls13/ext-parse.h2
-rw-r--r--tests/tls13/hello_random_value.c2
-rw-r--r--tests/tls13/hello_retry_request.c2
-rw-r--r--tests/tls13/key_limits.c2
-rw-r--r--tests/tls13/key_share.c2
-rw-r--r--tests/tls13/key_update.c2
-rw-r--r--tests/tls13/multi-ocsp.c2
-rw-r--r--tests/tls13/no-psk-exts.c2
-rw-r--r--tests/tls13/ocsp-client.c2
-rw-r--r--tests/tls13/post-handshake-with-cert-auto.c2
-rw-r--r--tests/tls13/post-handshake-with-cert-ticket.c2
-rw-r--r--tests/tls13/post-handshake-with-cert.c2
-rw-r--r--tests/tls13/post-handshake-with-psk.c2
-rw-r--r--tests/tls13/post-handshake-without-cert.c2
-rw-r--r--tests/tls13/prf.c2
-rw-r--r--tests/tls13/psk-dumbfw.c2
-rw-r--r--tests/tls13/psk-ext.c2
-rw-r--r--tests/tls13/rnd-check-rollback-val.c2
-rw-r--r--tests/tls13/rnd-rollback-detection.c2
-rw-r--r--tests/tls13/supported_versions.c2
-rw-r--r--tests/tls13/tls12-no-tls13-exts.c2
-rw-r--r--tests/utils.h2
-rw-r--r--tests/virt-time.h2
-rw-r--r--tests/x509-cert-callback-ocsp.c2
-rw-r--r--tests/x509-cert-callback.c2
-rw-r--r--tests/x509sign-verify-gost.c2
735 files changed, 779 insertions, 779 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 2016e91e0c..6d593d7ada 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -40,12 +40,12 @@ The library depends on libnettle and gmplib.
* nettle: for cryptographic algorithms, http://www.lysator.liu.se/~nisse/nettle/
Optionally it may use the following libraries:
-* libtasn1: For ASN.1 parsing (a copy is included, if not found), http://www.gnu.org/software/libtasn1/
+* libtasn1: For ASN.1 parsing (a copy is included, if not found), https://www.gnu.org/software/libtasn1/
* p11-kit: for smart card support, http://p11-glue.freedesktop.org/p11-kit.html
* libtspi: for Trusted Platform Module (TPM) support, http://trousers.sourceforge.net/
* libunbound: For DNSSEC/DANE support, http://unbound.net/
* libz: For compression support, http://www.zlib.net/
-* libidn: For supporting internationalized DNS names (IDNA 2003), http://www.gnu.org/software/libidn/
+* libidn: For supporting internationalized DNS names (IDNA 2003), https://www.gnu.org/software/libidn/
* libidn2: For supporting internationalized DNS names (IDNA 2008), https://www.gnu.org/software/libidn/#libidn2
To configure libnettle for installation and use by GnuTLS, a typical
diff --git a/NEWS b/NEWS
index 26486008f5..a4da367f14 100644
--- a/NEWS
+++ b/NEWS
@@ -4910,7 +4910,7 @@ trusting that name. Thanks for report and analysis from Martin von
Gagern <Martin.vGagern@gmx.net>. [CVE-2008-4989]
Any updates with more details about this vulnerability will be added
-to <http://www.gnu.org/software/gnutls/security.html>
+to <https://www.gnu.org/software/gnutls/security.html>
** libgnutls: Fix namespace issue with version symbols.
The symbols LIBGNUTLS_VERSION, LIBGNUTLS_VERSION_MAJOR,
@@ -5068,7 +5068,7 @@ GNUTLS_VERIFY_DISABLE_TIME_CHECKS, that can be used to disable the new
behaviour.
More details about the vulnerabilities will be posted at
-<http://www.gnu.org/software/gnutls/security.html>.
+<https://www.gnu.org/software/gnutls/security.html>.
** gnutls-cli, gnutls-cli-debug: Fix AIX build problem.
Reported by LAUPRETRE François (P) <francois.laupretre@ratp.fr> in
@@ -5185,7 +5185,7 @@ trusting that name. Thanks for report and analysis from Martin von
Gagern <Martin.vGagern@gmx.net>. [CVE-2008-4989]
Any updates with more details about this vulnerability will be added
-to <http://www.gnu.org/software/gnutls/security.html>
+to <https://www.gnu.org/software/gnutls/security.html>
** libgnutls: Add missing prototype for gnutls_srp_set_prime_bits.
Reported by Kevin Quick <quick@sparq.org> in
@@ -5602,7 +5602,7 @@ trusting that name. Thanks for report and analysis from Martin von
Gagern <Martin.vGagern@gmx.net>. [CVE-2008-4989]
Any updates with more details about this vulnerability will be added
-to <http://www.gnu.org/software/gnutls/security.html>
+to <https://www.gnu.org/software/gnutls/security.html>
** libgnutls: Fix buffer overrun in gnutls_x509_crt_list_import.
Report and patch by Jonathan Manktelow.
@@ -5643,7 +5643,7 @@ can happen for re-handshakes, the library would crash because it tried
to hash some data using a libgcrypt handle that had been deallocated.
Report and tiny patch from Tomas Mraz <tmraz@redhat.com>. Any updates
with more details about this vulnerability will be added to
-<http://www.gnu.org/software/gnutls/security.html>
+<https://www.gnu.org/software/gnutls/security.html>
** libgnutls: Fix memory leaks when doing a re-handshake.
Reported by Sam Varshavchik <mrsam@courier-mta.com> in
@@ -5952,7 +5952,7 @@ Thanks to CERT-FI for finding the bugs and providing detailed reports,
which allowed the bugs to be reproduced and fixed easily. Patches
developed by Simon Josefsson and Nikos Mavrogiannopoulos. Any updates
with more details about these vulnerabilities will be added to
-<http://www.gnu.org/software/gnutls/security.html>
+<https://www.gnu.org/software/gnutls/security.html>
*** [GNUTLS-SA-2008-1-1]
*** libgnutls: Fix crash when sending invalid server name.
@@ -6364,7 +6364,7 @@ Thanks to CERT-FI for finding the bugs and providing detailed reports,
which allowed the bugs to be reproduced and fixed easily. Patches
developed by Simon Josefsson and Nikos Mavrogiannopoulos. Any updates
with more details about these vulnerabilities will be added to
-<http://www.gnu.org/software/gnutls/security.html>
+<https://www.gnu.org/software/gnutls/security.html>
*** [GNUTLS-SA-2008-1-1]
*** libgnutls: Fix crash when sending invalid server name.
@@ -7865,7 +7865,7 @@ This enables 'make distcheck' to succeed.
Reported by Daniel Black <dragonheart@gentoo.org>.
** Fix a crash (strcmp() on a NULL value) in the certificate verification logic.
-See http://www.gnu.org/software/gnutls/security.html regardging
+See https://www.gnu.org/software/gnutls/security.html regardging
GNUTLS-SA-2006-2 for more up to date information. Reported by
satyakumar <satyam_kkd@hyd.hellosoft.com>.
@@ -7938,7 +7938,7 @@ known at this point whether the crash can be triggered without the
special local CA certificate, and thus turn this into a remote crash
of clients that verify server certificates when they talk to a server
with the special server certificate. See GNUTLS-SA-2006-2 on
-http://www.gnu.org/software/gnutls/security.html for more up to date
+https://www.gnu.org/software/gnutls/security.html for more up to date
information. Reported by satyakumar <satyam_kkd@hyd.hellosoft.com>.
** Change SRP and Cert-Type extensions to match IANA registry.
@@ -8583,7 +8583,7 @@ LIBGNUTLS_VERSION_NUMBER: New CPP symbols, indicating the GnuTLS
- Added self test that tests anonymous TLS client and server.
- Added self tests of Nettle and generic crypto layer.
- Added API reference manual in HTML format in doc/reference/ using GTK-DOC.
- Online version at <http://www.gnu.org/software/gnutls/reference/>.
+ Online version at <https://www.gnu.org/software/gnutls/reference/>.
- Assume C89 or better; removed checks for size_t, ptrdiff_t and time_t.
- Man pages for API functions are included.
diff --git a/README.md b/README.md
index ac37e1d47b..6ca02bbf4b 100644
--- a/README.md
+++ b/README.md
@@ -21,28 +21,28 @@ for building released versions.
We require several tools to check out and build the software, including:
-* [Make](http://www.gnu.org/software/make/)
-* [Automake](http://www.gnu.org/software/automake/) (use 1.11.3 or later)
-* [Autoconf](http://www.gnu.org/software/autoconf/)
-* [Autogen](http://www.gnu.org/software/autogen/) (use 5.16 or later)
-* [Libtool](http://www.gnu.org/software/libtool/)
-* [Gettext](http://www.gnu.org/software/gettext/)
-* [Texinfo](http://www.gnu.org/software/texinfo/)
-* [Tar](http://www.gnu.org/software/tar/)
-* [Gzip](http://www.gnu.org/software/gzip/)
+* [Make](https://www.gnu.org/software/make/)
+* [Automake](https://www.gnu.org/software/automake/) (use 1.11.3 or later)
+* [Autoconf](https://www.gnu.org/software/autoconf/)
+* [Autogen](https://www.gnu.org/software/autogen/) (use 5.16 or later)
+* [Libtool](https://www.gnu.org/software/libtool/)
+* [Gettext](https://www.gnu.org/software/gettext/)
+* [Texinfo](https://www.gnu.org/software/texinfo/)
+* [Tar](https://www.gnu.org/software/tar/)
+* [Gzip](https://www.gnu.org/software/gzip/)
* [Texlive & epsf](http://www.tug.org/texlive/) (for PDF manual)
* [GTK-DOC](http://www.gtk.org/gtk-doc/) (for API manual)
* [Git](http://git-scm.com/)
* [Perl](http://www.cpan.org/)
* [Nettle](http://www.lysator.liu.se/~nisse/nettle/)
-* [Guile](http://www.gnu.org/software/guile/)
+* [Guile](https://www.gnu.org/software/guile/)
* [p11-kit](http://p11-glue.freedesktop.org/p11-kit.html)
-* [gperf](http://www.gnu.org/software/gperf/)
+* [gperf](https://www.gnu.org/software/gperf/)
* [libtasn1](https://www.gnu.org/software/libtasn1/) (optional)
* [Libidn2](https://www.gnu.org/software/libidn/#libidn2) (optional, for internationalization of DNS, IDNA 2008)
-* [Libunistring](http://www.gnu.org/software/libunistring/) (optional, for internationalization)
-* [AWK](http://www.gnu.org/software/awk/) (for make dist, pmccabe2html)
-* [bison](http://www.gnu.org/software/bison) (for datetime parser in certtool)
+* [Libunistring](https://www.gnu.org/software/libunistring/) (optional, for internationalization)
+* [AWK](https://www.gnu.org/software/awk/) (for make dist, pmccabe2html)
+* [bison](https://www.gnu.org/software/bison) (for datetime parser in certtool)
* [libunbound](https://unbound.net/) (for DANE support)
* [abi-compliance-checker](http://ispras.linuxbase.org/index.php/ABI_compliance_checker) (for make dist)
* [tcsd](http://trousers.sourceforge.net/) (for TPM support; optional)
diff --git a/bootstrap.conf b/bootstrap.conf
index 2b04d686ec..b7cc410d56 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -12,7 +12,7 @@
# GNU 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/>.
# gnulib library name
source_base=gl
diff --git a/devel/perlasm/license-gnutls.txt b/devel/perlasm/license-gnutls.txt
index 70bded0a16..18eab829eb 100644
--- a/devel/perlasm/license-gnutls.txt
+++ b/devel/perlasm/license-gnutls.txt
@@ -17,7 +17,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/>.
#
# *** This file is auto-generated ***
#
diff --git a/doc/COPYING b/doc/COPYING
index 94a9ed024d..2a000655e9 100644
--- a/doc/COPYING
+++ b/doc/COPYING
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU 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/>.
Also add information on how to contact you by electronic and paper mail.
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/doc/alert-printlist.c b/doc/alert-printlist.c
index ab746aa2f2..3483766817 100644
--- a/doc/alert-printlist.c
+++ b/doc/alert-printlist.c
@@ -15,7 +15,7 @@
* GNU 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>
diff --git a/doc/certtool.cfg b/doc/certtool.cfg
index c5f2ddc778..9ec3aa2cc2 100644
--- a/doc/certtool.cfg
+++ b/doc/certtool.cfg
@@ -60,7 +60,7 @@ expiration_days = 700
# Alternatively you may set concrete dates and time. The GNU date string
# formats are accepted. See:
-# http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html
+# https://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html
#activation_date = "2004-02-29 16:21:42"
#expiration_date = "2025-02-29 16:24:41"
@@ -72,7 +72,7 @@ expiration_days = 700
#dns_name = "www.morethanone.org"
# A subject alternative name URI
-#uri = "http://www.example.com"
+#uri = "https://www.example.com"
# An IP address in case of a server.
#ip_address = "192.168.1.1"
@@ -153,11 +153,11 @@ encryption_key
# Certificate policies
#policy1 = 1.3.6.1.4.1.5484.1.10.99.1.0
#policy1_txt = "This is a long policy to summarize"
-#policy1_url = http://www.example.com/a-policy-to-read
+#policy1_url = https://www.example.com/a-policy-to-read
#policy2 = 1.3.6.1.4.1.5484.1.10.99.1.1
#policy2_txt = "This is a short policy"
-#policy2_url = http://www.example.com/another-policy-to-read
+#policy2_url = https://www.example.com/another-policy-to-read
# Name constraints
diff --git a/doc/cha-library.texi b/doc/cha-library.texi
index 354bb0a769..f7433e45f7 100644
--- a/doc/cha-library.texi
+++ b/doc/cha-library.texi
@@ -78,7 +78,7 @@ Several parts of GnuTLS require ASN.1 functionality, which is provided by
a library called libtasn1. A copy of libtasn1 is included in GnuTLS. If you
want to install it separately (e.g., to make it possibly to use
libtasn1 in other programs), you can get it from
-@url{http://www.gnu.org/software/libtasn1/}.
+@url{https://www.gnu.org/software/libtasn1/}.
The compression library, @code{libz}, the PKCS #11 helper library @code{p11-kit},
the TPM library @code{trousers}, as well as the IDN library @code{libidn}@footnote{Needed
diff --git a/doc/doxygen/Doxyfile.in b/doc/doxygen/Doxyfile.in
index 003e191487..95c26281ae 100644
--- a/doc/doxygen/Doxyfile.in
+++ b/doc/doxygen/Doxyfile.in
@@ -18,7 +18,7 @@
# that follow. The default is UTF-8 which is also the encoding used for all
# text before the first occurrence of this tag. Doxygen uses libiconv (or the
# iconv built into libc) for the transcoding. See
-# http://www.gnu.org/software/libiconv for the list of possible encodings.
+# https://www.gnu.org/software/libiconv for the list of possible encodings.
DOXYFILE_ENCODING = UTF-8
@@ -539,7 +539,7 @@ INPUT = ../../
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
# also the default input encoding. Doxygen uses libiconv (or the iconv built
-# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
+# into libc) for the transcoding. See https://www.gnu.org/software/libiconv for
# the list of possible encodings.
INPUT_ENCODING = UTF-8
@@ -682,7 +682,7 @@ REFERENCES_LINK_SOURCE = YES
# If the USE_HTAGS tag is set to YES then the references to source code
# will point to the HTML generated by the htags(1) tool instead of doxygen
# built-in source browser. The htags tool is part of GNU's global source
-# tagging system (see http://www.gnu.org/software/global/global.html). You
+# tagging system (see https://www.gnu.org/software/global/global.html). You
# will need version 4.8.6 or higher.
USE_HTAGS = NO
diff --git a/doc/doxygen/Doxyfile.orig b/doc/doxygen/Doxyfile.orig
index 1eeea5ecd1..3864b12c65 100644
--- a/doc/doxygen/Doxyfile.orig
+++ b/doc/doxygen/Doxyfile.orig
@@ -18,7 +18,7 @@
# that follow. The default is UTF-8 which is also the encoding used for all
# text before the first occurrence of this tag. Doxygen uses libiconv (or the
# iconv built into libc) for the transcoding. See
-# http://www.gnu.org/software/libiconv for the list of possible encodings.
+# https://www.gnu.org/software/libiconv for the list of possible encodings.
DOXYFILE_ENCODING = UTF-8
@@ -539,7 +539,7 @@ INPUT =
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
# also the default input encoding. Doxygen uses libiconv (or the iconv built
-# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
+# into libc) for the transcoding. See https://www.gnu.org/software/libiconv for
# the list of possible encodings.
INPUT_ENCODING = UTF-8
@@ -682,7 +682,7 @@ REFERENCES_LINK_SOURCE = YES
# If the USE_HTAGS tag is set to YES then the references to source code
# will point to the HTML generated by the htags(1) tool instead of doxygen
# built-in source browser. The htags tool is part of GNU's global source
-# tagging system (see http://www.gnu.org/software/global/global.html). You
+# tagging system (see https://www.gnu.org/software/global/global.html). You
# will need version 4.8.6 or higher.
USE_HTAGS = NO
diff --git a/doc/errcodes.c b/doc/errcodes.c
index defee3a19c..1548f93aac 100644
--- a/doc/errcodes.c
+++ b/doc/errcodes.c
@@ -15,7 +15,7 @@
* GNU 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/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/doc/fdl-1.3.texi b/doc/fdl-1.3.texi
index 3a74be0f70..88e0f192ba 100644
--- a/doc/fdl-1.3.texi
+++ b/doc/fdl-1.3.texi
@@ -414,7 +414,7 @@ The Free Software Foundation may publish new, revised versions
of the GNU Free Documentation License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns. See
-@uref{http://www.gnu.org/copyleft/}.
+@uref{https://www.gnu.org/copyleft/}.
Each version of the License is given a distinguishing version number.
If the Document specifies that a particular numbered version of this
diff --git a/doc/gnutls-guile.texi b/doc/gnutls-guile.texi
index 2488b62f70..4b13ef18dd 100644
--- a/doc/gnutls-guile.texi
+++ b/doc/gnutls-guile.texi
@@ -71,7 +71,7 @@ Documentation License''.
@node Preface
@chapter Preface
-This manual describes the @uref{http://www.gnu.org/software/guile/,
+This manual describes the @uref{https://www.gnu.org/software/guile/,
GNU Guile} Scheme programming interface to GnuTLS, which is distributed
as part of @uref{http://gnutls.org,GnuTLS}. The reader is
assumed to have basic knowledge of the protocol and library. Details
diff --git a/doc/latex/fdl.tex b/doc/latex/fdl.tex
index 1b2ea6ea2c..77a0389ea0 100644
--- a/doc/latex/fdl.tex
+++ b/doc/latex/fdl.tex
@@ -483,7 +483,7 @@ The Free Software Foundation may publish new, revised versions
of the GNU Free Documentation License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns. See
-http://www.gnu.org/copyleft/.
+https://www.gnu.org/copyleft/.
Each version of the License is given a distinguishing version number.
If the Document specifies that a particular numbered version of this
diff --git a/doc/printlist.c b/doc/printlist.c
index 908c98d7a7..bda2b01531 100644
--- a/doc/printlist.c
+++ b/doc/printlist.c
@@ -15,7 +15,7 @@
* GNU 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>
diff --git a/doc/scripts/gdoc b/doc/scripts/gdoc
index 3214b9c317..1ecbbdc16c 100755
--- a/doc/scripts/gdoc
+++ b/doc/scripts/gdoc
@@ -21,7 +21,7 @@
# GNU 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/>.
# This will read a C source code file and scan for embedded comments
# in the style of gnome comments (+minor extensions - see below).
@@ -713,7 +713,7 @@ sub output_man {
print ".SH \"REPORTING BUGS\"\n";
print "Report bugs to <". $args{'bugsto'} . ">.\n";
#print ".br\n";
- #print "General guidelines for reporting bugs: http://www.gnu.org/gethelp/\n";
+ #print "General guidelines for reporting bugs: https://www.gnu.org/gethelp/\n";
print ".br\n";
if ($args{'pkgsite'}) {
print "Home page: " . $args{'pkgsite'} . "\n";
diff --git a/extra/gnutls_openssl.c b/extra/gnutls_openssl.c
index 0bc4c5a1b4..aa5a0e708b 100644
--- a/extra/gnutls_openssl.c
+++ b/extra/gnutls_openssl.c
@@ -15,7 +15,7 @@
* GNU 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>
diff --git a/extra/openssl_compat.c b/extra/openssl_compat.c
index 4cee4cdb83..d8c60d4450 100644
--- a/extra/openssl_compat.c
+++ b/extra/openssl_compat.c
@@ -16,7 +16,7 @@
* GNU 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/>.
*/
/* This file includes all functions that were in the 0.5.x and 0.8.x
diff --git a/fuzz/run-afl.sh b/fuzz/run-afl.sh
index 9daaf601bf..c3cb8ad8aa 100755
--- a/fuzz/run-afl.sh
+++ b/fuzz/run-afl.sh
@@ -14,7 +14,7 @@
# 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/>
srcdir="${srcdir:-.}"
export LD_LIBRARY_PATH=${srcdir}/../lib/.libs/
diff --git a/lib/Makefile.am b/lib/Makefile.am
index a34f175f5f..955ac683e7 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -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/>
ACLOCAL_AMFLAGS = -I ../m4 -I ../gl/m4
diff --git a/lib/abstract_int.h b/lib/abstract_int.h
index d920486597..8900e51dbc 100644
--- a/lib/abstract_int.h
+++ b/lib/abstract_int.h
@@ -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/>
*
*/
diff --git a/lib/accelerated/Makefile.am b/lib/accelerated/Makefile.am
index ae6adf966e..d44920def4 100644
--- a/lib/accelerated/Makefile.am
+++ b/lib/accelerated/Makefile.am
@@ -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/>
include $(top_srcdir)/lib/common.mk
diff --git a/lib/accelerated/aarch64/Makefile.am b/lib/accelerated/aarch64/Makefile.am
index ccf37e991b..90443bb36b 100644
--- a/lib/accelerated/aarch64/Makefile.am
+++ b/lib/accelerated/aarch64/Makefile.am
@@ -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/>
AM_LIBTOOLFLAGS=--tag=CC
diff --git a/lib/accelerated/aarch64/aarch64-common.c b/lib/accelerated/aarch64/aarch64-common.c
index c1beb206fa..38cff360b6 100644
--- a/lib/accelerated/aarch64/aarch64-common.c
+++ b/lib/accelerated/aarch64/aarch64-common.c
@@ -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/>
*
*/
diff --git a/lib/accelerated/aarch64/aarch64-common.h b/lib/accelerated/aarch64/aarch64-common.h
index b850bae725..ed2b4e8baf 100644
--- a/lib/accelerated/aarch64/aarch64-common.h
+++ b/lib/accelerated/aarch64/aarch64-common.h
@@ -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/>.
*
*/
diff --git a/lib/accelerated/aarch64/aes-cbc-aarch64.c b/lib/accelerated/aarch64/aes-cbc-aarch64.c
index 7040728f7d..68434f3656 100644
--- a/lib/accelerated/aarch64/aes-cbc-aarch64.c
+++ b/lib/accelerated/aarch64/aes-cbc-aarch64.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/aarch64/aes-ccm-aarch64.c b/lib/accelerated/aarch64/aes-ccm-aarch64.c
index 006867fb84..5de7ab0e89 100644
--- a/lib/accelerated/aarch64/aes-ccm-aarch64.c
+++ b/lib/accelerated/aarch64/aes-ccm-aarch64.c
@@ -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/>
*
*/
diff --git a/lib/accelerated/aarch64/aes-gcm-aarch64.c b/lib/accelerated/aarch64/aes-gcm-aarch64.c
index 2669c313b3..c88fe9759f 100644
--- a/lib/accelerated/aarch64/aes-gcm-aarch64.c
+++ b/lib/accelerated/aarch64/aes-gcm-aarch64.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/aarch64/hmac-sha-aarch64.c b/lib/accelerated/aarch64/hmac-sha-aarch64.c
index c67ca98f91..d9081060c6 100644
--- a/lib/accelerated/aarch64/hmac-sha-aarch64.c
+++ b/lib/accelerated/aarch64/hmac-sha-aarch64.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/aarch64/sha-aarch64.c b/lib/accelerated/aarch64/sha-aarch64.c
index 5b68204b00..9cdf12ca3a 100644
--- a/lib/accelerated/aarch64/sha-aarch64.c
+++ b/lib/accelerated/aarch64/sha-aarch64.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/accelerated.c b/lib/accelerated/accelerated.c
index 063617a1e9..2d8f546b23 100644
--- a/lib/accelerated/accelerated.c
+++ b/lib/accelerated/accelerated.c
@@ -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/>.
*
*/
diff --git a/lib/accelerated/cryptodev-gcm.c b/lib/accelerated/cryptodev-gcm.c
index cea48a21b6..bd9f1a025d 100644
--- a/lib/accelerated/cryptodev-gcm.c
+++ b/lib/accelerated/cryptodev-gcm.c
@@ -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/>.
*
*/
diff --git a/lib/accelerated/cryptodev.c b/lib/accelerated/cryptodev.c
index 8d00cfdc2a..d28322967d 100644
--- a/lib/accelerated/cryptodev.c
+++ b/lib/accelerated/cryptodev.c
@@ -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/>.
*
*/
diff --git a/lib/accelerated/x86/Makefile.am b/lib/accelerated/x86/Makefile.am
index c4ee6a1308..9ee9d0ac2e 100644
--- a/lib/accelerated/x86/Makefile.am
+++ b/lib/accelerated/x86/Makefile.am
@@ -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/>
AM_LIBTOOLFLAGS=--tag=CC
diff --git a/lib/accelerated/x86/aes-cbc-x86-aesni.c b/lib/accelerated/x86/aes-cbc-x86-aesni.c
index ecd05a2473..e4364d54a1 100644
--- a/lib/accelerated/x86/aes-cbc-x86-aesni.c
+++ b/lib/accelerated/x86/aes-cbc-x86-aesni.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/x86/aes-cbc-x86-ssse3.c b/lib/accelerated/x86/aes-cbc-x86-ssse3.c
index 0f642ff7b0..fe09f502c3 100644
--- a/lib/accelerated/x86/aes-cbc-x86-ssse3.c
+++ b/lib/accelerated/x86/aes-cbc-x86-ssse3.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/x86/aes-ccm-x86-aesni.c b/lib/accelerated/x86/aes-ccm-x86-aesni.c
index 4828a229df..95607b95c1 100644
--- a/lib/accelerated/x86/aes-ccm-x86-aesni.c
+++ b/lib/accelerated/x86/aes-ccm-x86-aesni.c
@@ -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/>
*
*/
diff --git a/lib/accelerated/x86/aes-gcm-padlock.c b/lib/accelerated/x86/aes-gcm-padlock.c
index a6c5d50eb9..d651d0aed5 100644
--- a/lib/accelerated/x86/aes-gcm-padlock.c
+++ b/lib/accelerated/x86/aes-gcm-padlock.c
@@ -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/>
*
*/
diff --git a/lib/accelerated/x86/aes-gcm-x86-aesni.c b/lib/accelerated/x86/aes-gcm-x86-aesni.c
index f361e70d59..e5110ef528 100644
--- a/lib/accelerated/x86/aes-gcm-x86-aesni.c
+++ b/lib/accelerated/x86/aes-gcm-x86-aesni.c
@@ -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/>
*
*/
diff --git a/lib/accelerated/x86/aes-gcm-x86-pclmul-avx.c b/lib/accelerated/x86/aes-gcm-x86-pclmul-avx.c
index 6524081406..747a894921 100644
--- a/lib/accelerated/x86/aes-gcm-x86-pclmul-avx.c
+++ b/lib/accelerated/x86/aes-gcm-x86-pclmul-avx.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/x86/aes-gcm-x86-pclmul.c b/lib/accelerated/x86/aes-gcm-x86-pclmul.c
index faab9d792e..2225b93376 100644
--- a/lib/accelerated/x86/aes-gcm-x86-pclmul.c
+++ b/lib/accelerated/x86/aes-gcm-x86-pclmul.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/x86/aes-gcm-x86-ssse3.c b/lib/accelerated/x86/aes-gcm-x86-ssse3.c
index 82e9f79706..5580cc2214 100644
--- a/lib/accelerated/x86/aes-gcm-x86-ssse3.c
+++ b/lib/accelerated/x86/aes-gcm-x86-ssse3.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/x86/aes-padlock.c b/lib/accelerated/x86/aes-padlock.c
index dc2432ad88..f10b5c555d 100644
--- a/lib/accelerated/x86/aes-padlock.c
+++ b/lib/accelerated/x86/aes-padlock.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/x86/coff/cpuid-x86.s b/lib/accelerated/x86/coff/cpuid-x86.s
index 0196ae9855..4baa8b0b45 100644
--- a/lib/accelerated/x86/coff/cpuid-x86.s
+++ b/lib/accelerated/x86/coff/cpuid-x86.s
@@ -17,7 +17,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/>.
#
# *** This file is auto-generated ***
#
diff --git a/lib/accelerated/x86/coff/cpuid-x86_64.s b/lib/accelerated/x86/coff/cpuid-x86_64.s
index 5c7135cd96..cd28c7b156 100644
--- a/lib/accelerated/x86/coff/cpuid-x86_64.s
+++ b/lib/accelerated/x86/coff/cpuid-x86_64.s
@@ -17,7 +17,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/>.
#
# *** This file is auto-generated ***
#
diff --git a/lib/accelerated/x86/elf/cpuid-x86.s b/lib/accelerated/x86/elf/cpuid-x86.s
index 83a6d23545..8817cd34f2 100644
--- a/lib/accelerated/x86/elf/cpuid-x86.s
+++ b/lib/accelerated/x86/elf/cpuid-x86.s
@@ -17,7 +17,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/>.
#
# *** This file is auto-generated ***
#
diff --git a/lib/accelerated/x86/elf/cpuid-x86_64.s b/lib/accelerated/x86/elf/cpuid-x86_64.s
index 12d6faa9e6..82858b2444 100644
--- a/lib/accelerated/x86/elf/cpuid-x86_64.s
+++ b/lib/accelerated/x86/elf/cpuid-x86_64.s
@@ -17,7 +17,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/>.
#
# *** This file is auto-generated ***
#
diff --git a/lib/accelerated/x86/hmac-padlock.c b/lib/accelerated/x86/hmac-padlock.c
index 94f58f5f4a..5e1f918fa7 100644
--- a/lib/accelerated/x86/hmac-padlock.c
+++ b/lib/accelerated/x86/hmac-padlock.c
@@ -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/>
*
*/
diff --git a/lib/accelerated/x86/hmac-x86-ssse3.c b/lib/accelerated/x86/hmac-x86-ssse3.c
index dd641aa528..62adf0c4ef 100644
--- a/lib/accelerated/x86/hmac-x86-ssse3.c
+++ b/lib/accelerated/x86/hmac-x86-ssse3.c
@@ -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/>
*
*/
diff --git a/lib/accelerated/x86/macosx/cpuid-x86.s b/lib/accelerated/x86/macosx/cpuid-x86.s
index beacbd8525..a8371ab56e 100644
--- a/lib/accelerated/x86/macosx/cpuid-x86.s
+++ b/lib/accelerated/x86/macosx/cpuid-x86.s
@@ -17,7 +17,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/>.
#
# *** This file is auto-generated ***
#
diff --git a/lib/accelerated/x86/macosx/cpuid-x86_64.s b/lib/accelerated/x86/macosx/cpuid-x86_64.s
index 339883ff3d..05dc5c8e71 100644
--- a/lib/accelerated/x86/macosx/cpuid-x86_64.s
+++ b/lib/accelerated/x86/macosx/cpuid-x86_64.s
@@ -17,7 +17,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/>.
#
# *** This file is auto-generated ***
#
diff --git a/lib/accelerated/x86/sha-padlock.c b/lib/accelerated/x86/sha-padlock.c
index 48e21125a4..16a63d80cb 100644
--- a/lib/accelerated/x86/sha-padlock.c
+++ b/lib/accelerated/x86/sha-padlock.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/x86/sha-x86-ssse3.c b/lib/accelerated/x86/sha-x86-ssse3.c
index d73039ed00..5dc9da6349 100644
--- a/lib/accelerated/x86/sha-x86-ssse3.c
+++ b/lib/accelerated/x86/sha-x86-ssse3.c
@@ -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/>
*
*/
diff --git a/lib/accelerated/x86/x86-common.c b/lib/accelerated/x86/x86-common.c
index 75b2a6b166..acd4586e4e 100644
--- a/lib/accelerated/x86/x86-common.c
+++ b/lib/accelerated/x86/x86-common.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/accelerated/x86/x86-common.h b/lib/accelerated/x86/x86-common.h
index 9beb9d85a5..c12f7e1177 100644
--- a/lib/accelerated/x86/x86-common.h
+++ b/lib/accelerated/x86/x86-common.h
@@ -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/>.
*
*/
diff --git a/lib/alert.c b/lib/alert.c
index dd99c0fc52..047c976d1b 100644
--- a/lib/alert.c
+++ b/lib/alert.c
@@ -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/>
*
*/
diff --git a/lib/algorithms.h b/lib/algorithms.h
index 880e6b9c90..c1977a368a 100644
--- a/lib/algorithms.h
+++ b/lib/algorithms.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/algorithms/Makefile.am b/lib/algorithms/Makefile.am
index 2f5607e5a8..18aac8a87a 100644
--- a/lib/algorithms/Makefile.am
+++ b/lib/algorithms/Makefile.am
@@ -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/>
include $(top_srcdir)/lib/common.mk
diff --git a/lib/algorithms/cert_types.c b/lib/algorithms/cert_types.c
index 9671e508d9..4fa43b819f 100644
--- a/lib/algorithms/cert_types.c
+++ b/lib/algorithms/cert_types.c
@@ -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/>
*
*/
diff --git a/lib/algorithms/ciphers.c b/lib/algorithms/ciphers.c
index e5bd7dfcd3..9fa6f0d805 100644
--- a/lib/algorithms/ciphers.c
+++ b/lib/algorithms/ciphers.c
@@ -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/>
*
*/
diff --git a/lib/algorithms/ciphersuites.c b/lib/algorithms/ciphersuites.c
index 7269861ffe..eaee253679 100644
--- a/lib/algorithms/ciphersuites.c
+++ b/lib/algorithms/ciphersuites.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/algorithms/ecc.c b/lib/algorithms/ecc.c
index 9777ac2337..d90278074e 100644
--- a/lib/algorithms/ecc.c
+++ b/lib/algorithms/ecc.c
@@ -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/>
*
*/
diff --git a/lib/algorithms/groups.c b/lib/algorithms/groups.c
index 70f0ee28c7..c5adb063ba 100644
--- a/lib/algorithms/groups.c
+++ b/lib/algorithms/groups.c
@@ -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/>
*
*/
diff --git a/lib/algorithms/kx.c b/lib/algorithms/kx.c
index 22d6d37dd5..151b3dc025 100644
--- a/lib/algorithms/kx.c
+++ b/lib/algorithms/kx.c
@@ -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/>
*
*/
diff --git a/lib/algorithms/mac.c b/lib/algorithms/mac.c
index d027ca5ea4..3117e8c936 100644
--- a/lib/algorithms/mac.c
+++ b/lib/algorithms/mac.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/algorithms/protocols.c b/lib/algorithms/protocols.c
index 9b500f4997..72b43fcf77 100644
--- a/lib/algorithms/protocols.c
+++ b/lib/algorithms/protocols.c
@@ -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/>
*
*/
diff --git a/lib/algorithms/publickey.c b/lib/algorithms/publickey.c
index 0346520b7b..f1d7c1e89e 100644
--- a/lib/algorithms/publickey.c
+++ b/lib/algorithms/publickey.c
@@ -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/>
*
*/
diff --git a/lib/algorithms/secparams.c b/lib/algorithms/secparams.c
index 47dc2aa8d1..9041ecab74 100644
--- a/lib/algorithms/secparams.c
+++ b/lib/algorithms/secparams.c
@@ -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/>
*
*/
diff --git a/lib/algorithms/sign.c b/lib/algorithms/sign.c
index fcefc9d5eb..511f19f712 100644
--- a/lib/algorithms/sign.c
+++ b/lib/algorithms/sign.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/anon_cred.c b/lib/anon_cred.c
index 8eae54d0e3..49c273a83b 100644
--- a/lib/anon_cred.c
+++ b/lib/anon_cred.c
@@ -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/>
*
*/
diff --git a/lib/atfork.c b/lib/atfork.c
index 62e161e9dd..8d85176a72 100644
--- a/lib/atfork.c
+++ b/lib/atfork.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/atfork.h b/lib/atfork.h
index a6f4c2a98f..d3cbbcce97 100644
--- a/lib/atfork.h
+++ b/lib/atfork.h
@@ -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/>
*
*/
diff --git a/lib/atomic.h b/lib/atomic.h
index f07a71a110..a53f3a2d05 100644
--- a/lib/atomic.h
+++ b/lib/atomic.h
@@ -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/>
*
*/
diff --git a/lib/auth.c b/lib/auth.c
index 4a0e38b444..df438ddc7a 100644
--- a/lib/auth.c
+++ b/lib/auth.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/auth.h b/lib/auth.h
index 2520efe2ef..6b95e1d142 100644
--- a/lib/auth.h
+++ b/lib/auth.h
@@ -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/>
*
*/
diff --git a/lib/auth/Makefile.am b/lib/auth/Makefile.am
index 9f749b04ed..6997eebe8d 100644
--- a/lib/auth/Makefile.am
+++ b/lib/auth/Makefile.am
@@ -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/>
include $(top_srcdir)/lib/common.mk
diff --git a/lib/auth/anon.c b/lib/auth/anon.c
index 1edfb54400..2fc2cd77ae 100644
--- a/lib/auth/anon.c
+++ b/lib/auth/anon.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/auth/anon.h b/lib/auth/anon.h
index 4b13359644..3f4a5112df 100644
--- a/lib/auth/anon.h
+++ b/lib/auth/anon.h
@@ -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/>
*
*/
diff --git a/lib/auth/anon_ecdh.c b/lib/auth/anon_ecdh.c
index e5265425c1..48da7393a3 100644
--- a/lib/auth/anon_ecdh.c
+++ b/lib/auth/anon_ecdh.c
@@ -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/>
*
*/
diff --git a/lib/auth/cert.c b/lib/auth/cert.c
index bff9170a6c..fd8fba54d1 100644
--- a/lib/auth/cert.c
+++ b/lib/auth/cert.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/auth/cert.h b/lib/auth/cert.h
index fd66628820..c494975fa7 100644
--- a/lib/auth/cert.h
+++ b/lib/auth/cert.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/auth/dh_common.c b/lib/auth/dh_common.c
index 6a97b3827b..2058d81e59 100644
--- a/lib/auth/dh_common.c
+++ b/lib/auth/dh_common.c
@@ -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/>
*
*/
diff --git a/lib/auth/dh_common.h b/lib/auth/dh_common.h
index e50e3993c2..a87d2034af 100644
--- a/lib/auth/dh_common.h
+++ b/lib/auth/dh_common.h
@@ -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/>
*
*/
diff --git a/lib/auth/dhe.c b/lib/auth/dhe.c
index 9b5ea196ff..1d16cde355 100644
--- a/lib/auth/dhe.c
+++ b/lib/auth/dhe.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/auth/dhe_psk.c b/lib/auth/dhe_psk.c
index cb78359ccb..6d66a6bb8b 100644
--- a/lib/auth/dhe_psk.c
+++ b/lib/auth/dhe_psk.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/auth/ecdhe.c b/lib/auth/ecdhe.c
index ef9d822714..8c20d6c1cc 100644
--- a/lib/auth/ecdhe.c
+++ b/lib/auth/ecdhe.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/auth/ecdhe.h b/lib/auth/ecdhe.h
index 4991bc3317..d558abfb73 100644
--- a/lib/auth/ecdhe.h
+++ b/lib/auth/ecdhe.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/auth/psk.c b/lib/auth/psk.c
index 3733de1e62..769510af4f 100644
--- a/lib/auth/psk.c
+++ b/lib/auth/psk.c
@@ -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/>
*
*/
diff --git a/lib/auth/psk.h b/lib/auth/psk.h
index 3d204bc8c8..8b4a908a1a 100644
--- a/lib/auth/psk.h
+++ b/lib/auth/psk.h
@@ -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/>
*
*/
diff --git a/lib/auth/psk_passwd.c b/lib/auth/psk_passwd.c
index dfaac2bea2..ec46ed3bf7 100644
--- a/lib/auth/psk_passwd.c
+++ b/lib/auth/psk_passwd.c
@@ -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/>
*
*/
diff --git a/lib/auth/psk_passwd.h b/lib/auth/psk_passwd.h
index 8fe7ae4b02..4fb29f5070 100644
--- a/lib/auth/psk_passwd.h
+++ b/lib/auth/psk_passwd.h
@@ -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/>
*
*/
diff --git a/lib/auth/rsa.c b/lib/auth/rsa.c
index e58b0a1331..8108ee841d 100644
--- a/lib/auth/rsa.c
+++ b/lib/auth/rsa.c
@@ -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/>
*
*/
diff --git a/lib/auth/rsa_common.h b/lib/auth/rsa_common.h
index 38ee264d6c..60cd503726 100644
--- a/lib/auth/rsa_common.h
+++ b/lib/auth/rsa_common.h
@@ -23,7 +23,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/>
*
*/
diff --git a/lib/auth/srp_kx.c b/lib/auth/srp_kx.c
index 890a5dedc3..27a5046ef6 100644
--- a/lib/auth/srp_kx.c
+++ b/lib/auth/srp_kx.c
@@ -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/>
*
*/
diff --git a/lib/auth/srp_kx.h b/lib/auth/srp_kx.h
index 013e0cc35e..9c54be066e 100644
--- a/lib/auth/srp_kx.h
+++ b/lib/auth/srp_kx.h
@@ -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/>
*
*/
diff --git a/lib/auth/srp_passwd.c b/lib/auth/srp_passwd.c
index c778e91977..ad1937c962 100644
--- a/lib/auth/srp_passwd.c
+++ b/lib/auth/srp_passwd.c
@@ -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/>
*
*/
diff --git a/lib/auth/srp_passwd.h b/lib/auth/srp_passwd.h
index 71bcc220de..317e8bfac3 100644
--- a/lib/auth/srp_passwd.h
+++ b/lib/auth/srp_passwd.h
@@ -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/>
*
*/
diff --git a/lib/auth/srp_rsa.c b/lib/auth/srp_rsa.c
index 06c6971d80..2627189e62 100644
--- a/lib/auth/srp_rsa.c
+++ b/lib/auth/srp_rsa.c
@@ -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/>
*
*/
diff --git a/lib/auth/srp_sb64.c b/lib/auth/srp_sb64.c
index 7bfffdf070..16945e9a0a 100644
--- a/lib/auth/srp_sb64.c
+++ b/lib/auth/srp_sb64.c
@@ -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/>
*
*/
diff --git a/lib/auto-verify.c b/lib/auto-verify.c
index 179fb1066f..c9ec503bdf 100644
--- a/lib/auto-verify.c
+++ b/lib/auto-verify.c
@@ -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/>
*
*/
diff --git a/lib/buffers.c b/lib/buffers.c
index 78fe6e22cc..73f96ab6c2 100644
--- a/lib/buffers.c
+++ b/lib/buffers.c
@@ -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/>
*
*/
diff --git a/lib/buffers.h b/lib/buffers.h
index e76c452e43..3fa07b39fd 100644
--- a/lib/buffers.h
+++ b/lib/buffers.h
@@ -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/>
*
*/
#ifndef GNUTLS_BUFFERS_H
diff --git a/lib/cert-cred-rawpk.c b/lib/cert-cred-rawpk.c
index 76cd653204..cfa65eb318 100644
--- a/lib/cert-cred-rawpk.c
+++ b/lib/cert-cred-rawpk.c
@@ -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/>
*
*/
diff --git a/lib/cert-cred-x509.c b/lib/cert-cred-x509.c
index 925c09b3d5..4e86a59ba6 100644
--- a/lib/cert-cred-x509.c
+++ b/lib/cert-cred-x509.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/cert-cred.c b/lib/cert-cred.c
index 35183b7cc7..8a08d26d8c 100644
--- a/lib/cert-cred.c
+++ b/lib/cert-cred.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/cert-cred.h b/lib/cert-cred.h
index 06cba4dd58..0c3213ee90 100644
--- a/lib/cert-cred.h
+++ b/lib/cert-cred.h
@@ -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/>
*
*/
diff --git a/lib/cert-session.c b/lib/cert-session.c
index 9a25eb57a4..4d0e8961d5 100644
--- a/lib/cert-session.c
+++ b/lib/cert-session.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/cipher-cbc.c b/lib/cipher-cbc.c
index 2f387c523c..5f6868587c 100644
--- a/lib/cipher-cbc.c
+++ b/lib/cipher-cbc.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/cipher.c b/lib/cipher.c
index 28075b00d1..991dc8b6b5 100644
--- a/lib/cipher.c
+++ b/lib/cipher.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/cipher.h b/lib/cipher.h
index 3cebaa1cbb..2e1b2ac1e1 100644
--- a/lib/cipher.h
+++ b/lib/cipher.h
@@ -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/>
*
*/
diff --git a/lib/cipher_int.c b/lib/cipher_int.c
index 1a72ee36fe..c6032ff053 100644
--- a/lib/cipher_int.c
+++ b/lib/cipher_int.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/cipher_int.h b/lib/cipher_int.h
index 26175dc3bd..de83c36362 100644
--- a/lib/cipher_int.h
+++ b/lib/cipher_int.h
@@ -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/>
*
*/
diff --git a/lib/compress.c b/lib/compress.c
index e510df11b9..f9e4bdbd70 100644
--- a/lib/compress.c
+++ b/lib/compress.c
@@ -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/>
*
*/
diff --git a/lib/constate.c b/lib/constate.c
index f2c9b839c1..d28c00bc31 100644
--- a/lib/constate.c
+++ b/lib/constate.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/constate.h b/lib/constate.h
index f8e1480410..94e91a75df 100644
--- a/lib/constate.h
+++ b/lib/constate.h
@@ -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/>
*
*/
diff --git a/lib/crypto-api.c b/lib/crypto-api.c
index 2dd888997d..ed1499315f 100644
--- a/lib/crypto-api.c
+++ b/lib/crypto-api.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/crypto-api.h b/lib/crypto-api.h
index e02397d925..18ccb22fd0 100644
--- a/lib/crypto-api.h
+++ b/lib/crypto-api.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/crypto-backend.c b/lib/crypto-backend.c
index bac3035c44..bf0967629d 100644
--- a/lib/crypto-backend.c
+++ b/lib/crypto-backend.c
@@ -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/>
*
*/
diff --git a/lib/crypto-backend.h b/lib/crypto-backend.h
index 19f705e14d..037241fc18 100644
--- a/lib/crypto-backend.h
+++ b/lib/crypto-backend.h
@@ -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/>
*
*/
diff --git a/lib/crypto-selftests-pk.c b/lib/crypto-selftests-pk.c
index 65de8916f5..1aa53ea299 100644
--- a/lib/crypto-selftests-pk.c
+++ b/lib/crypto-selftests-pk.c
@@ -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/>
*
*/
diff --git a/lib/crypto-selftests.c b/lib/crypto-selftests.c
index c2ad7d72fb..d5475d2ffd 100644
--- a/lib/crypto-selftests.c
+++ b/lib/crypto-selftests.c
@@ -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/>
*
*/
diff --git a/lib/crypto.h b/lib/crypto.h
index d084420a3c..d64a130010 100644
--- a/lib/crypto.h
+++ b/lib/crypto.h
@@ -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/>
*
*/
diff --git a/lib/datum.c b/lib/datum.c
index d7b1416168..ff71068b99 100644
--- a/lib/datum.c
+++ b/lib/datum.c
@@ -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/>
*
*/
diff --git a/lib/datum.h b/lib/datum.h
index ed3589a382..171a80b3b6 100644
--- a/lib/datum.h
+++ b/lib/datum.h
@@ -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/>
*
*/
diff --git a/lib/db.c b/lib/db.c
index e01e5b94c5..13c25960dc 100644
--- a/lib/db.c
+++ b/lib/db.c
@@ -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/>
*
*/
diff --git a/lib/db.h b/lib/db.h
index 153c094529..cdcc8420fe 100644
--- a/lib/db.h
+++ b/lib/db.h
@@ -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/>
*
*/
diff --git a/lib/debug.c b/lib/debug.c
index 19e316d9db..166dd61cad 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -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/>
*
*/
diff --git a/lib/debug.h b/lib/debug.h
index 1c3ab1b013..1b8cb1acaa 100644
--- a/lib/debug.h
+++ b/lib/debug.h
@@ -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/>
*
*/
diff --git a/lib/dh-primes.c b/lib/dh-primes.c
index 4d07505c14..37370bdb12 100644
--- a/lib/dh-primes.c
+++ b/lib/dh-primes.c
@@ -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/>
*
*/
diff --git a/lib/dh-session.c b/lib/dh-session.c
index 163aaa4cc5..accc71ce6e 100644
--- a/lib/dh-session.c
+++ b/lib/dh-session.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/dh.c b/lib/dh.c
index 911e7a31f4..ccf342bf4c 100644
--- a/lib/dh.c
+++ b/lib/dh.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/dh.h b/lib/dh.h
index bd717b5a74..143be009ea 100644
--- a/lib/dh.h
+++ b/lib/dh.h
@@ -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/>
*
*/
diff --git a/lib/dtls-sw.c b/lib/dtls-sw.c
index 00f01e5a5e..1e46e299e2 100644
--- a/lib/dtls-sw.c
+++ b/lib/dtls-sw.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/dtls.c b/lib/dtls.c
index a22379ece1..d5ff906b18 100644
--- a/lib/dtls.c
+++ b/lib/dtls.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/dtls.h b/lib/dtls.h
index 717d3bdc6d..d1bfe80da0 100644
--- a/lib/dtls.h
+++ b/lib/dtls.h
@@ -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/>
*
*/
diff --git a/lib/ecc.c b/lib/ecc.c
index f4f1966097..b4d7a23980 100644
--- a/lib/ecc.c
+++ b/lib/ecc.c
@@ -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/>
*
*/
diff --git a/lib/ecc.h b/lib/ecc.h
index f8f54df295..c9ff2b32d8 100644
--- a/lib/ecc.h
+++ b/lib/ecc.h
@@ -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/>
*
*/
diff --git a/lib/errors.c b/lib/errors.c
index 0ce58043f6..0ba7106cfa 100644
--- a/lib/errors.c
+++ b/lib/errors.c
@@ -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/>
*
*/
diff --git a/lib/errors.h b/lib/errors.h
index baadc0e67e..16b02ed046 100644
--- a/lib/errors.h
+++ b/lib/errors.h
@@ -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/>
*
*/
diff --git a/lib/ext/Makefile.am b/lib/ext/Makefile.am
index c8ef79101c..4e010ee9a0 100644
--- a/lib/ext/Makefile.am
+++ b/lib/ext/Makefile.am
@@ -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/>
include $(top_srcdir)/lib/common.mk
diff --git a/lib/ext/alpn.c b/lib/ext/alpn.c
index 24e7153a59..34f6ce09dc 100644
--- a/lib/ext/alpn.c
+++ b/lib/ext/alpn.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/>
*
*/
diff --git a/lib/ext/alpn.h b/lib/ext/alpn.h
index 0aee40f5b0..8197628bd1 100644
--- a/lib/ext/alpn.h
+++ b/lib/ext/alpn.h
@@ -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/>
*
*/
#ifndef EXT_ALPN_H
diff --git a/lib/ext/cert_types.h b/lib/ext/cert_types.h
index 04e024d5db..886f66cc45 100644
--- a/lib/ext/cert_types.h
+++ b/lib/ext/cert_types.h
@@ -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/>
*
* This file provides common functionality for certificate type
* handling during TLS hello extensions.
diff --git a/lib/ext/client_cert_type.c b/lib/ext/client_cert_type.c
index 0fbd4e9e4a..471d42c5f5 100644
--- a/lib/ext/client_cert_type.c
+++ b/lib/ext/client_cert_type.c
@@ -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/>
*
* This file is part of the client_certificate_type extension as
* defined in RFC7250 (https://tools.ietf.org/html/rfc7250).
diff --git a/lib/ext/client_cert_type.h b/lib/ext/client_cert_type.h
index 454e9bff56..fca8c7b6e9 100644
--- a/lib/ext/client_cert_type.h
+++ b/lib/ext/client_cert_type.h
@@ -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/>
*
* This file is part of the client_certificate_type extension as
* defined in RFC7250 (https://tools.ietf.org/html/rfc7250).
diff --git a/lib/ext/cookie.c b/lib/ext/cookie.c
index 1da7b0382f..1e66c3d49a 100644
--- a/lib/ext/cookie.c
+++ b/lib/ext/cookie.c
@@ -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/>
*
*/
diff --git a/lib/ext/cookie.h b/lib/ext/cookie.h
index d7c4048865..453fcd00bd 100644
--- a/lib/ext/cookie.h
+++ b/lib/ext/cookie.h
@@ -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/>
*
*/
diff --git a/lib/ext/dumbfw.c b/lib/ext/dumbfw.c
index adb3a18381..739f4bd415 100644
--- a/lib/ext/dumbfw.c
+++ b/lib/ext/dumbfw.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/>
*
*/
diff --git a/lib/ext/dumbfw.h b/lib/ext/dumbfw.h
index fedf33bfc1..45665eb85b 100644
--- a/lib/ext/dumbfw.h
+++ b/lib/ext/dumbfw.h
@@ -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/>
*
*/
#ifndef EXT_DUMBFW_H
diff --git a/lib/ext/early_data.c b/lib/ext/early_data.c
index a58e473ae1..4644f296ab 100644
--- a/lib/ext/early_data.c
+++ b/lib/ext/early_data.c
@@ -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/>
*
*/
diff --git a/lib/ext/early_data.h b/lib/ext/early_data.h
index dece833efd..d767f7e2f5 100644
--- a/lib/ext/early_data.h
+++ b/lib/ext/early_data.h
@@ -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/>
*
*/
diff --git a/lib/ext/ec_point_formats.c b/lib/ext/ec_point_formats.c
index 657eb6625d..eb59ec139d 100644
--- a/lib/ext/ec_point_formats.c
+++ b/lib/ext/ec_point_formats.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/ec_point_formats.h b/lib/ext/ec_point_formats.h
index 51f9ad2562..fb58a8fa5d 100644
--- a/lib/ext/ec_point_formats.h
+++ b/lib/ext/ec_point_formats.h
@@ -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/>
*
*/
#ifndef EXT_EC_POINT_FORMATS_H
diff --git a/lib/ext/etm.c b/lib/ext/etm.c
index ad542771d1..ad335afd59 100644
--- a/lib/ext/etm.c
+++ b/lib/ext/etm.c
@@ -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/>
*
*/
diff --git a/lib/ext/etm.h b/lib/ext/etm.h
index 1842948721..82d042574a 100644
--- a/lib/ext/etm.h
+++ b/lib/ext/etm.h
@@ -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/>
*
*/
diff --git a/lib/ext/ext_master_secret.c b/lib/ext/ext_master_secret.c
index f4843e186f..ad040bccdd 100644
--- a/lib/ext/ext_master_secret.c
+++ b/lib/ext/ext_master_secret.c
@@ -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/>
*
*/
diff --git a/lib/ext/ext_master_secret.h b/lib/ext/ext_master_secret.h
index 92c6102f03..3b40734854 100644
--- a/lib/ext/ext_master_secret.h
+++ b/lib/ext/ext_master_secret.h
@@ -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/>
*
*/
diff --git a/lib/ext/heartbeat.c b/lib/ext/heartbeat.c
index 7ec26a9804..e3fa602bf2 100644
--- a/lib/ext/heartbeat.c
+++ b/lib/ext/heartbeat.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/heartbeat.h b/lib/ext/heartbeat.h
index fec8f9e158..5baa5e8c51 100644
--- a/lib/ext/heartbeat.h
+++ b/lib/ext/heartbeat.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/key_share.c b/lib/ext/key_share.c
index 6a9e6513a9..3efc46a60c 100644
--- a/lib/ext/key_share.c
+++ b/lib/ext/key_share.c
@@ -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/>
*
*/
diff --git a/lib/ext/key_share.h b/lib/ext/key_share.h
index 72606fb9ba..f5d775da8a 100644
--- a/lib/ext/key_share.h
+++ b/lib/ext/key_share.h
@@ -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/>
*
*/
diff --git a/lib/ext/max_record.c b/lib/ext/max_record.c
index c67920376e..681c943863 100644
--- a/lib/ext/max_record.c
+++ b/lib/ext/max_record.c
@@ -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/>
*
*/
diff --git a/lib/ext/max_record.h b/lib/ext/max_record.h
index b536edebcc..553a37e4fc 100644
--- a/lib/ext/max_record.h
+++ b/lib/ext/max_record.h
@@ -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/>
*
*/
diff --git a/lib/ext/post_handshake.c b/lib/ext/post_handshake.c
index ff9df4b9a9..73846db114 100644
--- a/lib/ext/post_handshake.c
+++ b/lib/ext/post_handshake.c
@@ -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/>
*
*/
diff --git a/lib/ext/post_handshake.h b/lib/ext/post_handshake.h
index 6426a7f822..a2ac0419c4 100644
--- a/lib/ext/post_handshake.h
+++ b/lib/ext/post_handshake.h
@@ -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/>
*
*/
diff --git a/lib/ext/pre_shared_key.c b/lib/ext/pre_shared_key.c
index 116cea8d7d..771092fa9c 100644
--- a/lib/ext/pre_shared_key.c
+++ b/lib/ext/pre_shared_key.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/psk_ke_modes.c b/lib/ext/psk_ke_modes.c
index 60d8503301..da7a55098b 100644
--- a/lib/ext/psk_ke_modes.c
+++ b/lib/ext/psk_ke_modes.c
@@ -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/>
*
*/
diff --git a/lib/ext/record_size_limit.c b/lib/ext/record_size_limit.c
index 4c7698ea20..8c495939d8 100644
--- a/lib/ext/record_size_limit.c
+++ b/lib/ext/record_size_limit.c
@@ -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/>
*
*/
diff --git a/lib/ext/record_size_limit.h b/lib/ext/record_size_limit.h
index 16e027c6c9..30c340c1ba 100644
--- a/lib/ext/record_size_limit.h
+++ b/lib/ext/record_size_limit.h
@@ -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/>
*
*/
diff --git a/lib/ext/safe_renegotiation.c b/lib/ext/safe_renegotiation.c
index 8e8798dc5b..6424f45b5c 100644
--- a/lib/ext/safe_renegotiation.c
+++ b/lib/ext/safe_renegotiation.c
@@ -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/>
*
*/
diff --git a/lib/ext/safe_renegotiation.h b/lib/ext/safe_renegotiation.h
index 234640a88d..0b87f2b672 100644
--- a/lib/ext/safe_renegotiation.h
+++ b/lib/ext/safe_renegotiation.h
@@ -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/>
*
*/
diff --git a/lib/ext/server_cert_type.c b/lib/ext/server_cert_type.c
index b290b7b06e..dbcb3971b7 100644
--- a/lib/ext/server_cert_type.c
+++ b/lib/ext/server_cert_type.c
@@ -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/>
*
* This file is part of the server_certificate_type extension as
* defined in RFC7250 (https://tools.ietf.org/html/rfc7250).
diff --git a/lib/ext/server_cert_type.h b/lib/ext/server_cert_type.h
index b5eab5c9e6..e60480f3a8 100644
--- a/lib/ext/server_cert_type.h
+++ b/lib/ext/server_cert_type.h
@@ -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/>
*
* This file is part of the server_certificate_type extension as
* defined in RFC7250 (https://tools.ietf.org/html/rfc7250).
diff --git a/lib/ext/server_name.c b/lib/ext/server_name.c
index 9c8c533490..259dc998ea 100644
--- a/lib/ext/server_name.c
+++ b/lib/ext/server_name.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/server_name.h b/lib/ext/server_name.h
index 6a5ed0de5d..8c12b2ee8b 100644
--- a/lib/ext/server_name.h
+++ b/lib/ext/server_name.h
@@ -17,7 +17,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/>
*
*/
#ifndef EXT_SERVER_NAME_H
diff --git a/lib/ext/session_ticket.c b/lib/ext/session_ticket.c
index 3eb63818b9..09e240c2d0 100644
--- a/lib/ext/session_ticket.c
+++ b/lib/ext/session_ticket.c
@@ -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/>
*
*/
diff --git a/lib/ext/session_ticket.h b/lib/ext/session_ticket.h
index 4fad2d7a50..a0c687aa73 100644
--- a/lib/ext/session_ticket.h
+++ b/lib/ext/session_ticket.h
@@ -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/>
*
*/
diff --git a/lib/ext/signature.c b/lib/ext/signature.c
index 5992efe986..893b12408b 100644
--- a/lib/ext/signature.c
+++ b/lib/ext/signature.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/signature.h b/lib/ext/signature.h
index 5c91d1a910..28e8966b1c 100644
--- a/lib/ext/signature.h
+++ b/lib/ext/signature.h
@@ -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/>
*
*/
diff --git a/lib/ext/srp.c b/lib/ext/srp.c
index fdbc8e7fb4..8b58222e0c 100644
--- a/lib/ext/srp.c
+++ b/lib/ext/srp.c
@@ -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/>
*
*/
diff --git a/lib/ext/srp.h b/lib/ext/srp.h
index 5d60cd83c2..f70441c17c 100644
--- a/lib/ext/srp.h
+++ b/lib/ext/srp.h
@@ -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/>
*
*/
diff --git a/lib/ext/srtp.c b/lib/ext/srtp.c
index b55ca29753..3fc7ed35aa 100644
--- a/lib/ext/srtp.c
+++ b/lib/ext/srtp.c
@@ -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/>
*
*/
diff --git a/lib/ext/srtp.h b/lib/ext/srtp.h
index f49d7d031f..327f181ee8 100644
--- a/lib/ext/srtp.h
+++ b/lib/ext/srtp.h
@@ -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/>
*
*/
#ifndef EXT_SRTP_H
diff --git a/lib/ext/status_request.c b/lib/ext/status_request.c
index f238a8fbcb..d8779e8cfe 100644
--- a/lib/ext/status_request.c
+++ b/lib/ext/status_request.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/status_request.h b/lib/ext/status_request.h
index 1767c9db06..a2d9c7969f 100644
--- a/lib/ext/status_request.h
+++ b/lib/ext/status_request.h
@@ -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/>
*
*/
diff --git a/lib/ext/supported_groups.c b/lib/ext/supported_groups.c
index 6a1cdadd88..952d3bb0c5 100644
--- a/lib/ext/supported_groups.c
+++ b/lib/ext/supported_groups.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/supported_groups.h b/lib/ext/supported_groups.h
index e42e3c0366..c75367f877 100644
--- a/lib/ext/supported_groups.h
+++ b/lib/ext/supported_groups.h
@@ -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/>
*
*/
#ifndef EXT_SUPPORTED_GROUPS_H
diff --git a/lib/ext/supported_versions.c b/lib/ext/supported_versions.c
index b016c61c3c..52828ee37e 100644
--- a/lib/ext/supported_versions.c
+++ b/lib/ext/supported_versions.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/ext/supported_versions.h b/lib/ext/supported_versions.h
index 601b424ff6..68f9b8b436 100644
--- a/lib/ext/supported_versions.h
+++ b/lib/ext/supported_versions.h
@@ -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/>
*
*/
diff --git a/lib/extras/Makefile.am b/lib/extras/Makefile.am
index a22eb27238..7e5274b264 100644
--- a/lib/extras/Makefile.am
+++ b/lib/extras/Makefile.am
@@ -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/>
include $(top_srcdir)/lib/common.mk
diff --git a/lib/extv.c b/lib/extv.c
index 88b723ef39..bfdfdf9748 100644
--- a/lib/extv.c
+++ b/lib/extv.c
@@ -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/>
*
*/
diff --git a/lib/extv.h b/lib/extv.h
index c791d9bba9..62f2dbccde 100644
--- a/lib/extv.h
+++ b/lib/extv.h
@@ -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/>
*
*/
diff --git a/lib/file.c b/lib/file.c
index a2b1595c8c..cec1281bd1 100644
--- a/lib/file.c
+++ b/lib/file.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/file.h b/lib/file.h
index 3529d6a494..fe5e981679 100644
--- a/lib/file.h
+++ b/lib/file.h
@@ -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/>
*
*/
diff --git a/lib/fingerprint.c b/lib/fingerprint.c
index 8f1bff696d..62e0783d36 100644
--- a/lib/fingerprint.c
+++ b/lib/fingerprint.c
@@ -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/>
*
*/
diff --git a/lib/fips.c b/lib/fips.c
index 0169ab171a..d0fb08a0f2 100644
--- a/lib/fips.c
+++ b/lib/fips.c
@@ -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/>
*
*/
#include "gnutls_int.h"
diff --git a/lib/fips.h b/lib/fips.h
index df04f0c86c..beb540f76b 100644
--- a/lib/fips.h
+++ b/lib/fips.h
@@ -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/>
*
*/
diff --git a/lib/global.c b/lib/global.c
index d657f56d8c..2ff371f873 100644
--- a/lib/global.c
+++ b/lib/global.c
@@ -17,7 +17,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/>.
*
*/
diff --git a/lib/global.h b/lib/global.h
index 97b0b27281..95b6afe8ee 100644
--- a/lib/global.h
+++ b/lib/global.h
@@ -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/>
*
*/
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 4547ead0a4..ccbcc5b558 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/gnutlsxx.cpp b/lib/gnutlsxx.cpp
index 98f12a1358..ea1632174b 100644
--- a/lib/gnutlsxx.cpp
+++ b/lib/gnutlsxx.cpp
@@ -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/>
*
*/
diff --git a/lib/gthreads.h b/lib/gthreads.h
index ec2e4db91c..6c89a14ab2 100644
--- a/lib/gthreads.h
+++ b/lib/gthreads.h
@@ -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/>
*
*/
diff --git a/lib/handshake-checks.c b/lib/handshake-checks.c
index 4a2fe427f9..56abc5bba6 100644
--- a/lib/handshake-checks.c
+++ b/lib/handshake-checks.c
@@ -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/>
*
*/
diff --git a/lib/handshake-tls13.c b/lib/handshake-tls13.c
index 8f9ec7842c..30a45986a7 100644
--- a/lib/handshake-tls13.c
+++ b/lib/handshake-tls13.c
@@ -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/>
*
*/
diff --git a/lib/handshake.c b/lib/handshake.c
index c3f298b527..8446da45e5 100644
--- a/lib/handshake.c
+++ b/lib/handshake.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/handshake.h b/lib/handshake.h
index 11c310f33c..2d56219591 100644
--- a/lib/handshake.h
+++ b/lib/handshake.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/hash_int.c b/lib/hash_int.c
index 1c33796e77..fbc56b4333 100644
--- a/lib/hash_int.c
+++ b/lib/hash_int.c
@@ -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/>
*
*/
diff --git a/lib/hash_int.h b/lib/hash_int.h
index f7f49068f2..edc9a1cd02 100644
--- a/lib/hash_int.h
+++ b/lib/hash_int.h
@@ -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/>
*
*/
diff --git a/lib/hello_ext.c b/lib/hello_ext.c
index 0a8d4004a3..491b3c3eba 100644
--- a/lib/hello_ext.c
+++ b/lib/hello_ext.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/hello_ext.h b/lib/hello_ext.h
index 55bdbe86d3..a4710f5366 100644
--- a/lib/hello_ext.h
+++ b/lib/hello_ext.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/hello_ext_lib.c b/lib/hello_ext_lib.c
index 5ee433b24e..4f9b74d7f2 100644
--- a/lib/hello_ext_lib.c
+++ b/lib/hello_ext_lib.c
@@ -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/>
*
*/
diff --git a/lib/hello_ext_lib.h b/lib/hello_ext_lib.h
index 7d01caff80..5819f64a55 100644
--- a/lib/hello_ext_lib.h
+++ b/lib/hello_ext_lib.h
@@ -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/>
*
*/
diff --git a/lib/includes/Makefile.am b/lib/includes/Makefile.am
index 6319ddbc5a..42bec1c35e 100644
--- a/lib/includes/Makefile.am
+++ b/lib/includes/Makefile.am
@@ -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/>
nobase_include_HEADERS = gnutls/x509.h gnutls/pkcs12.h gnutls/compat.h \
gnutls/openpgp.h gnutls/crypto.h gnutls/pkcs11.h \
diff --git a/lib/includes/gnutls/abstract.h b/lib/includes/gnutls/abstract.h
index 0aa1018555..d4b7da68b2 100644
--- a/lib/includes/gnutls/abstract.h
+++ b/lib/includes/gnutls/abstract.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h
index f81d25b47a..b2ebcb4075 100644
--- a/lib/includes/gnutls/compat.h
+++ b/lib/includes/gnutls/compat.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/crypto.h b/lib/includes/gnutls/crypto.h
index f20d3463bb..f6e50df86a 100644
--- a/lib/includes/gnutls/crypto.h
+++ b/lib/includes/gnutls/crypto.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/dtls.h b/lib/includes/gnutls/dtls.h
index 46d0b591fa..7e7133e6ae 100644
--- a/lib/includes/gnutls/dtls.h
+++ b/lib/includes/gnutls/dtls.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 5187501a7c..20e9784754 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/includes/gnutls/gnutlsxx.h b/lib/includes/gnutls/gnutlsxx.h
index 28f38e93e5..4a8790d480 100644
--- a/lib/includes/gnutls/gnutlsxx.h
+++ b/lib/includes/gnutls/gnutlsxx.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/ocsp.h b/lib/includes/gnutls/ocsp.h
index e03aff49cd..98a06cc29e 100644
--- a/lib/includes/gnutls/ocsp.h
+++ b/lib/includes/gnutls/ocsp.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/openpgp.h b/lib/includes/gnutls/openpgp.h
index 69176c7814..01d01fdada 100644
--- a/lib/includes/gnutls/openpgp.h
+++ b/lib/includes/gnutls/openpgp.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/pkcs11.h b/lib/includes/gnutls/pkcs11.h
index 9541ee333f..0c3d22be94 100644
--- a/lib/includes/gnutls/pkcs11.h
+++ b/lib/includes/gnutls/pkcs11.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/includes/gnutls/pkcs12.h b/lib/includes/gnutls/pkcs12.h
index e7864c4f14..66308c9d88 100644
--- a/lib/includes/gnutls/pkcs12.h
+++ b/lib/includes/gnutls/pkcs12.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/pkcs7.h b/lib/includes/gnutls/pkcs7.h
index 376f2d1d4b..8a6c2034f0 100644
--- a/lib/includes/gnutls/pkcs7.h
+++ b/lib/includes/gnutls/pkcs7.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/includes/gnutls/self-test.h b/lib/includes/gnutls/self-test.h
index ba9e897243..8771749bf0 100644
--- a/lib/includes/gnutls/self-test.h
+++ b/lib/includes/gnutls/self-test.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/socket.h b/lib/includes/gnutls/socket.h
index bbd3cb2926..03c5cef7b7 100644
--- a/lib/includes/gnutls/socket.h
+++ b/lib/includes/gnutls/socket.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/system-keys.h b/lib/includes/gnutls/system-keys.h
index 37f8cc36b5..68b8a20b4a 100644
--- a/lib/includes/gnutls/system-keys.h
+++ b/lib/includes/gnutls/system-keys.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/tpm.h b/lib/includes/gnutls/tpm.h
index 17becf33f3..82503c648e 100644
--- a/lib/includes/gnutls/tpm.h
+++ b/lib/includes/gnutls/tpm.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/urls.h b/lib/includes/gnutls/urls.h
index bbfc6211eb..6f67c251b4 100644
--- a/lib/includes/gnutls/urls.h
+++ b/lib/includes/gnutls/urls.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/x509-ext.h b/lib/includes/gnutls/x509-ext.h
index 8180c75bb0..170d02a48b 100644
--- a/lib/includes/gnutls/x509-ext.h
+++ b/lib/includes/gnutls/x509-ext.h
@@ -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/>
*
*/
diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h
index e6a311aa7a..a153f7fac9 100644
--- a/lib/includes/gnutls/x509.h
+++ b/lib/includes/gnutls/x509.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/kx.c b/lib/kx.c
index 8e35eb9a40..69374908e4 100644
--- a/lib/kx.c
+++ b/lib/kx.c
@@ -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/>
*
*/
diff --git a/lib/kx.h b/lib/kx.h
index a9e0eca246..08d2b30e07 100644
--- a/lib/kx.h
+++ b/lib/kx.h
@@ -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/>
*
*/
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 197644ea43..19c9f535f9 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -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/>
# When new symbols are added in a release (x.y.z) they are added
# as GNUTLS_x_y_z { global: new_symbol } GNUTLS_prev_release_version
diff --git a/lib/locks.c b/lib/locks.c
index 494199a5a1..d9ea4d77b5 100644
--- a/lib/locks.c
+++ b/lib/locks.c
@@ -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/>
*
*/
diff --git a/lib/locks.h b/lib/locks.h
index b1efbb52e8..39b7504e2a 100644
--- a/lib/locks.h
+++ b/lib/locks.h
@@ -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/>
*
*/
diff --git a/lib/mbuffers.c b/lib/mbuffers.c
index 24395e6496..7f78425922 100644
--- a/lib/mbuffers.c
+++ b/lib/mbuffers.c
@@ -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/>
*
*/
diff --git a/lib/mbuffers.h b/lib/mbuffers.h
index bbbe079daf..a06eb78112 100644
--- a/lib/mbuffers.h
+++ b/lib/mbuffers.h
@@ -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/>
*
*/
diff --git a/lib/mem.c b/lib/mem.c
index 65f06588a3..32cab5a47c 100644
--- a/lib/mem.c
+++ b/lib/mem.c
@@ -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/>
*
*/
diff --git a/lib/mem.h b/lib/mem.h
index 8de248632f..18152936fc 100644
--- a/lib/mem.h
+++ b/lib/mem.h
@@ -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/>
*
*/
diff --git a/lib/mpi.c b/lib/mpi.c
index ed208d511d..77ab8e5426 100644
--- a/lib/mpi.c
+++ b/lib/mpi.c
@@ -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/>
*
*/
diff --git a/lib/mpi.h b/lib/mpi.h
index e26dff5024..d896ae5e72 100644
--- a/lib/mpi.h
+++ b/lib/mpi.h
@@ -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/>
*
*/
diff --git a/lib/nettle/Makefile.am b/lib/nettle/Makefile.am
index 30a195b52b..4dbce087f6 100644
--- a/lib/nettle/Makefile.am
+++ b/lib/nettle/Makefile.am
@@ -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/>
include $(top_srcdir)/lib/common.mk
diff --git a/lib/nettle/backport/cfb8.c b/lib/nettle/backport/cfb8.c
index 30e48322fd..0febf647fd 100644
--- a/lib/nettle/backport/cfb8.c
+++ b/lib/nettle/backport/cfb8.c
@@ -29,7 +29,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/.
*/
/* #############################################
diff --git a/lib/nettle/backport/cfb8.h b/lib/nettle/backport/cfb8.h
index 595c367edc..c0a452ca04 100644
--- a/lib/nettle/backport/cfb8.h
+++ b/lib/nettle/backport/cfb8.h
@@ -29,7 +29,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_CFB8_H_INCLUDED
diff --git a/lib/nettle/backport/cmac.c b/lib/nettle/backport/cmac.c
index 481e5c080d..0791775cfd 100644
--- a/lib/nettle/backport/cmac.c
+++ b/lib/nettle/backport/cmac.c
@@ -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/.
*/
/* #############################################
diff --git a/lib/nettle/backport/cmac.h b/lib/nettle/backport/cmac.h
index 94a2b06295..85939ce682 100644
--- a/lib/nettle/backport/cmac.h
+++ b/lib/nettle/backport/cmac.h
@@ -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 NETTLE_CMAC_H_INCLUDED
diff --git a/lib/nettle/cipher.c b/lib/nettle/cipher.c
index e28c39038c..da33099974 100644
--- a/lib/nettle/cipher.c
+++ b/lib/nettle/cipher.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/nettle/gost/bignum-le.c b/lib/nettle/gost/bignum-le.c
index 686aa32d5d..9faa2821a1 100644
--- a/lib/nettle/gost/bignum-le.c
+++ b/lib/nettle/gost/bignum-le.c
@@ -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
diff --git a/lib/nettle/gost/bignum-le.h b/lib/nettle/gost/bignum-le.h
index 126f7fb503..009679f79a 100644
--- a/lib/nettle/gost/bignum-le.h
+++ b/lib/nettle/gost/bignum-le.h
@@ -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_BIGNUM_LE_H_INCLUDED
diff --git a/lib/nettle/gost/ecc-gost-curve.h b/lib/nettle/gost/ecc-gost-curve.h
index 0b55cec66d..ae68437ca0 100644
--- a/lib/nettle/gost/ecc-gost-curve.h
+++ b/lib/nettle/gost/ecc-gost-curve.h
@@ -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. */
diff --git a/lib/nettle/gost/ecc-gost-hash.c b/lib/nettle/gost/ecc-gost-hash.c
index e5eb8d1b62..bd4d8da95f 100644
--- a/lib/nettle/gost/ecc-gost-hash.c
+++ b/lib/nettle/gost/ecc-gost-hash.c
@@ -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. */
diff --git a/lib/nettle/gost/ecc-gost256cpa.c b/lib/nettle/gost/ecc-gost256cpa.c
index 6f891b087f..46525695d2 100644
--- a/lib/nettle/gost/ecc-gost256cpa.c
+++ b/lib/nettle/gost/ecc-gost256cpa.c
@@ -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/.
*/
/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */
diff --git a/lib/nettle/gost/ecc-gost512a.c b/lib/nettle/gost/ecc-gost512a.c
index 5a4c7e99b6..07d7a97e12 100644
--- a/lib/nettle/gost/ecc-gost512a.c
+++ b/lib/nettle/gost/ecc-gost512a.c
@@ -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/.
*/
/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */
diff --git a/lib/nettle/gost/ecc-gostdsa-sign.c b/lib/nettle/gost/ecc-gostdsa-sign.c
index 7dbe06cb30..71e48b6a84 100644
--- a/lib/nettle/gost/ecc-gostdsa-sign.c
+++ b/lib/nettle/gost/ecc-gostdsa-sign.c
@@ -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/.
*/
/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */
diff --git a/lib/nettle/gost/ecc-gostdsa-verify.c b/lib/nettle/gost/ecc-gostdsa-verify.c
index 0e1e0afe5a..7b7e14af0f 100644
--- a/lib/nettle/gost/ecc-gostdsa-verify.c
+++ b/lib/nettle/gost/ecc-gostdsa-verify.c
@@ -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/.
*/
/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */
diff --git a/lib/nettle/gost/ecc-internal.h b/lib/nettle/gost/ecc-internal.h
index 21bd98cfdc..70392aa7fb 100644
--- a/lib/nettle/gost/ecc-internal.h
+++ b/lib/nettle/gost/ecc-internal.h
@@ -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. */
diff --git a/lib/nettle/gost/gmp-glue.h b/lib/nettle/gost/gmp-glue.h
index 70201abd84..ec3d4a1fd3 100644
--- a/lib/nettle/gost/gmp-glue.h
+++ b/lib/nettle/gost/gmp-glue.h
@@ -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
diff --git a/lib/nettle/gost/gost28147.h b/lib/nettle/gost/gost28147.h
index 1949254924..1a15785017 100644
--- a/lib/nettle/gost/gost28147.h
+++ b/lib/nettle/gost/gost28147.h
@@ -29,7 +29,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_GOST28147_H_INCLUDED
diff --git a/lib/nettle/gost/gostdsa-mask.c b/lib/nettle/gost/gostdsa-mask.c
index cb9a30280b..49dc2f4569 100644
--- a/lib/nettle/gost/gostdsa-mask.c
+++ b/lib/nettle/gost/gostdsa-mask.c
@@ -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
diff --git a/lib/nettle/gost/gostdsa-sign.c b/lib/nettle/gost/gostdsa-sign.c
index 14a04bde69..725d682261 100644
--- a/lib/nettle/gost/gostdsa-sign.c
+++ b/lib/nettle/gost/gostdsa-sign.c
@@ -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/.
*/
/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */
diff --git a/lib/nettle/gost/gostdsa-verify.c b/lib/nettle/gost/gostdsa-verify.c
index df220f8b57..7c12279b1a 100644
--- a/lib/nettle/gost/gostdsa-verify.c
+++ b/lib/nettle/gost/gostdsa-verify.c
@@ -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/.
*/
/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */
diff --git a/lib/nettle/gost/gostdsa.h b/lib/nettle/gost/gostdsa.h
index 106d17c165..aaad6520d9 100644
--- a/lib/nettle/gost/gostdsa.h
+++ b/lib/nettle/gost/gostdsa.h
@@ -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/.
*/
/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */
diff --git a/lib/nettle/gost/gosthash94-meta.c b/lib/nettle/gost/gosthash94-meta.c
index f398739923..3af3c8fa4c 100644
--- a/lib/nettle/gost/gosthash94-meta.c
+++ b/lib/nettle/gost/gosthash94-meta.c
@@ -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
diff --git a/lib/nettle/gost/gosthash94.h b/lib/nettle/gost/gosthash94.h
index fa6432e64d..3eda8c2d55 100644
--- a/lib/nettle/gost/gosthash94.h
+++ b/lib/nettle/gost/gosthash94.h
@@ -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/.
*/
/* Based on rhash gost.h. */
diff --git a/lib/nettle/gost/hmac-gost.h b/lib/nettle/gost/hmac-gost.h
index 0e4d05f184..ed5b1f7967 100644
--- a/lib/nettle/gost/hmac-gost.h
+++ b/lib/nettle/gost/hmac-gost.h
@@ -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_HMAC_GOST_H_INCLUDED
diff --git a/lib/nettle/gost/hmac-gosthash94.c b/lib/nettle/gost/hmac-gosthash94.c
index e0f4a5f4cf..06c41cb871 100644
--- a/lib/nettle/gost/hmac-gosthash94.c
+++ b/lib/nettle/gost/hmac-gosthash94.c
@@ -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
diff --git a/lib/nettle/gost/hmac-streebog.c b/lib/nettle/gost/hmac-streebog.c
index 475a8ebf97..18ed916694 100644
--- a/lib/nettle/gost/hmac-streebog.c
+++ b/lib/nettle/gost/hmac-streebog.c
@@ -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
diff --git a/lib/nettle/gost/nettle-internal.h b/lib/nettle/gost/nettle-internal.h
index 899ec4700b..2e06ebb0ff 100644
--- a/lib/nettle/gost/nettle-internal.h
+++ b/lib/nettle/gost/nettle-internal.h
@@ -29,7 +29,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_INTERNAL_H_INCLUDED
diff --git a/lib/nettle/gost/nettle-write.h b/lib/nettle/gost/nettle-write.h
index ad645ef2ee..655ab10b00 100644
--- a/lib/nettle/gost/nettle-write.h
+++ b/lib/nettle/gost/nettle-write.h
@@ -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_WRITE_H_INCLUDED
diff --git a/lib/nettle/gost/pbkdf2-gost.h b/lib/nettle/gost/pbkdf2-gost.h
index 793c25725f..840627e213 100644
--- a/lib/nettle/gost/pbkdf2-gost.h
+++ b/lib/nettle/gost/pbkdf2-gost.h
@@ -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_PBKDF2_GOST_H_INCLUDED
diff --git a/lib/nettle/gost/pbkdf2-hmac-gosthash94.c b/lib/nettle/gost/pbkdf2-hmac-gosthash94.c
index 60891c4e35..f44b0ea8d5 100644
--- a/lib/nettle/gost/pbkdf2-hmac-gosthash94.c
+++ b/lib/nettle/gost/pbkdf2-hmac-gosthash94.c
@@ -29,7 +29,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
diff --git a/lib/nettle/gost/pbkdf2-hmac-streebog.c b/lib/nettle/gost/pbkdf2-hmac-streebog.c
index 00503c917a..315cc9d106 100644
--- a/lib/nettle/gost/pbkdf2-hmac-streebog.c
+++ b/lib/nettle/gost/pbkdf2-hmac-streebog.c
@@ -29,7 +29,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
diff --git a/lib/nettle/gost/streebog-meta.c b/lib/nettle/gost/streebog-meta.c
index c83b14ddb4..f13772d349 100644
--- a/lib/nettle/gost/streebog-meta.c
+++ b/lib/nettle/gost/streebog-meta.c
@@ -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
diff --git a/lib/nettle/gost/streebog.c b/lib/nettle/gost/streebog.c
index 24eb7994e5..12c5c08362 100644
--- a/lib/nettle/gost/streebog.c
+++ b/lib/nettle/gost/streebog.c
@@ -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
diff --git a/lib/nettle/gost/streebog.h b/lib/nettle/gost/streebog.h
index 9a8d84c753..894a143ecc 100644
--- a/lib/nettle/gost/streebog.h
+++ b/lib/nettle/gost/streebog.h
@@ -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_STREEBOG_H_INCLUDED
diff --git a/lib/nettle/init.c b/lib/nettle/init.c
index c2d488e743..895cda6d96 100644
--- a/lib/nettle/init.c
+++ b/lib/nettle/init.c
@@ -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/>
*
*/
diff --git a/lib/nettle/int/drbg-aes-self-test.c b/lib/nettle/int/drbg-aes-self-test.c
index fe056c6a11..0ac1c1924f 100644
--- a/lib/nettle/int/drbg-aes-self-test.c
+++ b/lib/nettle/int/drbg-aes-self-test.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/>.
*/
/* This is a known-answer test for the DRBG-CTR-AES.
diff --git a/lib/nettle/int/drbg-aes.c b/lib/nettle/int/drbg-aes.c
index d8b0780cff..af8b347a5a 100644
--- a/lib/nettle/int/drbg-aes.c
+++ b/lib/nettle/int/drbg-aes.c
@@ -15,7 +15,7 @@
* 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>
diff --git a/lib/nettle/int/tls1-prf.c b/lib/nettle/int/tls1-prf.c
index 94228c6d7c..6763d76cc9 100644
--- a/lib/nettle/int/tls1-prf.c
+++ b/lib/nettle/int/tls1-prf.c
@@ -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/>
*
*/
diff --git a/lib/nettle/int/tls1-prf.h b/lib/nettle/int/tls1-prf.h
index a455377571..cb9b61f9af 100644
--- a/lib/nettle/int/tls1-prf.h
+++ b/lib/nettle/int/tls1-prf.h
@@ -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/>
*
*/
diff --git a/lib/nettle/mac.c b/lib/nettle/mac.c
index 202bdc4951..249ff2e2d7 100644
--- a/lib/nettle/mac.c
+++ b/lib/nettle/mac.c
@@ -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/>
*
*/
diff --git a/lib/nettle/mpi.c b/lib/nettle/mpi.c
index 96bec4aa43..55086de603 100644
--- a/lib/nettle/mpi.c
+++ b/lib/nettle/mpi.c
@@ -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/>
*
*/
diff --git a/lib/nettle/pk.c b/lib/nettle/pk.c
index 5b109ee475..9aa51660d8 100644
--- a/lib/nettle/pk.c
+++ b/lib/nettle/pk.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/nettle/prf.c b/lib/nettle/prf.c
index 762fd653bb..713245b0c4 100644
--- a/lib/nettle/prf.c
+++ b/lib/nettle/prf.c
@@ -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/>
*
*/
diff --git a/lib/nettle/rnd-common.h b/lib/nettle/rnd-common.h
index cb4d4f0ddd..898e5d7fa3 100644
--- a/lib/nettle/rnd-common.h
+++ b/lib/nettle/rnd-common.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/nettle/rnd-fips.c b/lib/nettle/rnd-fips.c
index 2ae4a9089f..ee68cf68d5 100644
--- a/lib/nettle/rnd-fips.c
+++ b/lib/nettle/rnd-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/lib/nettle/rnd-fuzzer.c b/lib/nettle/rnd-fuzzer.c
index 9d0e9d5115..c5ab90fb43 100644
--- a/lib/nettle/rnd-fuzzer.c
+++ b/lib/nettle/rnd-fuzzer.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/lib/nettle/rnd.c b/lib/nettle/rnd.c
index 3f816d43ae..0512af1cd1 100644
--- a/lib/nettle/rnd.c
+++ b/lib/nettle/rnd.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/nettle/sysrng-getentropy.c b/lib/nettle/sysrng-getentropy.c
index ec2585e82b..99e95ead8b 100644
--- a/lib/nettle/sysrng-getentropy.c
+++ b/lib/nettle/sysrng-getentropy.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/nettle/sysrng-linux.c b/lib/nettle/sysrng-linux.c
index 1afb8046eb..a0802f444d 100644
--- a/lib/nettle/sysrng-linux.c
+++ b/lib/nettle/sysrng-linux.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/nettle/sysrng-windows.c b/lib/nettle/sysrng-windows.c
index 1e1305b4bd..9d38e67ec1 100644
--- a/lib/nettle/sysrng-windows.c
+++ b/lib/nettle/sysrng-windows.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/num.c b/lib/num.c
index 3b0b5b8511..cc62789e20 100644
--- a/lib/num.c
+++ b/lib/num.c
@@ -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/>
*
*/
diff --git a/lib/num.h b/lib/num.h
index 28b86c8958..75af1ea38e 100644
--- a/lib/num.h
+++ b/lib/num.h
@@ -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/>
*
*/
diff --git a/lib/ocsp-api.c b/lib/ocsp-api.c
index a0005e99d4..7fac5e3865 100644
--- a/lib/ocsp-api.c
+++ b/lib/ocsp-api.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/openpgp_compat.c b/lib/openpgp_compat.c
index 2a4679890b..d96ee8d8c6 100644
--- a/lib/openpgp_compat.c
+++ b/lib/openpgp_compat.c
@@ -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/>
*
*/
diff --git a/lib/pcert.c b/lib/pcert.c
index 23eadf12d0..525baff6fc 100644
--- a/lib/pcert.c
+++ b/lib/pcert.c
@@ -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/>
*
*/
diff --git a/lib/pin.c b/lib/pin.c
index 86903fd0b5..13069c5e19 100644
--- a/lib/pin.c
+++ b/lib/pin.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/>
*/
#include "gnutls_int.h"
diff --git a/lib/pk.c b/lib/pk.c
index a5bb58b73f..1887063eb0 100644
--- a/lib/pk.c
+++ b/lib/pk.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/pk.h b/lib/pk.h
index f6872f823d..b63ef2f75b 100644
--- a/lib/pk.h
+++ b/lib/pk.h
@@ -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/>
*
*/
diff --git a/lib/pkcs11.c b/lib/pkcs11.c
index b227c0200e..fbe2b48f22 100644
--- a/lib/pkcs11.c
+++ b/lib/pkcs11.c
@@ -22,7 +22,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"
diff --git a/lib/pkcs11_int.c b/lib/pkcs11_int.c
index 1134f43252..c4e867ae76 100644
--- a/lib/pkcs11_int.c
+++ b/lib/pkcs11_int.c
@@ -20,7 +20,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"
diff --git a/lib/pkcs11_int.h b/lib/pkcs11_int.h
index a5187636ed..fa423422cb 100644
--- a/lib/pkcs11_int.h
+++ b/lib/pkcs11_int.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/>
*/
#ifndef PKCS11_INT_H
diff --git a/lib/pkcs11_privkey.c b/lib/pkcs11_privkey.c
index ca45bb60d5..3ecd1837b4 100644
--- a/lib/pkcs11_privkey.c
+++ b/lib/pkcs11_privkey.c
@@ -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/>
*/
#include "gnutls_int.h"
diff --git a/lib/pkcs11_secret.c b/lib/pkcs11_secret.c
index 83cdf58457..828fbff6da 100644
--- a/lib/pkcs11_secret.c
+++ b/lib/pkcs11_secret.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/>
*/
#include "gnutls_int.h"
diff --git a/lib/pkcs11_write.c b/lib/pkcs11_write.c
index 49a47ebf8b..b1176fb0ff 100644
--- a/lib/pkcs11_write.c
+++ b/lib/pkcs11_write.c
@@ -15,7 +15,7 @@
* Library 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"
diff --git a/lib/pkcs11x.c b/lib/pkcs11x.c
index c11f12cb8d..0041b924cb 100644
--- a/lib/pkcs11x.c
+++ b/lib/pkcs11x.c
@@ -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/>
*/
#include "gnutls_int.h"
diff --git a/lib/pkcs11x.h b/lib/pkcs11x.h
index 0aac3f6f10..9a648f0f2b 100644
--- a/lib/pkcs11x.h
+++ b/lib/pkcs11x.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/>
*/
#ifndef PKCS11X_H
diff --git a/lib/prf.c b/lib/prf.c
index b7e926febf..dd66327e3d 100644
--- a/lib/prf.c
+++ b/lib/prf.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/priority.c b/lib/priority.c
index c942ec4232..900bbf7783 100644
--- a/lib/priority.c
+++ b/lib/priority.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/privkey.c b/lib/privkey.c
index 55bd3181ab..8b3e3557c2 100644
--- a/lib/privkey.c
+++ b/lib/privkey.c
@@ -17,7 +17,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"
diff --git a/lib/privkey_raw.c b/lib/privkey_raw.c
index 0f0187a2c7..5f1dc8c26c 100644
--- a/lib/privkey_raw.c
+++ b/lib/privkey_raw.c
@@ -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 "gnutls_int.h"
diff --git a/lib/psk.c b/lib/psk.c
index 2818a8450b..ebb3f246ff 100644
--- a/lib/psk.c
+++ b/lib/psk.c
@@ -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/>
*
*/
diff --git a/lib/pubkey.c b/lib/pubkey.c
index 5c8bb9837b..f1a0302fca 100644
--- a/lib/pubkey.c
+++ b/lib/pubkey.c
@@ -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/>
*/
#include "gnutls_int.h"
diff --git a/lib/random.c b/lib/random.c
index 469fc4b9a6..6462738416 100644
--- a/lib/random.c
+++ b/lib/random.c
@@ -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/>
*
*/
diff --git a/lib/random.h b/lib/random.h
index a76c8c07f6..21b85d5192 100644
--- a/lib/random.h
+++ b/lib/random.h
@@ -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/>
*
*/
diff --git a/lib/randomart.c b/lib/randomart.c
index f83df71002..f300fab439 100644
--- a/lib/randomart.c
+++ b/lib/randomart.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/range.c b/lib/range.c
index 9a57f56f0d..788c56e92d 100644
--- a/lib/range.c
+++ b/lib/range.c
@@ -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/>
*
*/
diff --git a/lib/record.c b/lib/record.c
index e7f8e4f01a..ba269037d7 100644
--- a/lib/record.c
+++ b/lib/record.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/record.h b/lib/record.h
index 92ec0b3b29..c7044e05d4 100644
--- a/lib/record.h
+++ b/lib/record.h
@@ -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/>
*
*/
diff --git a/lib/safe-memfuncs.c b/lib/safe-memfuncs.c
index 5e413c9486..a9db39d2a7 100644
--- a/lib/safe-memfuncs.c
+++ b/lib/safe-memfuncs.c
@@ -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/>
*
*/
diff --git a/lib/secrets.c b/lib/secrets.c
index 1915247c3b..94fc305640 100644
--- a/lib/secrets.c
+++ b/lib/secrets.c
@@ -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/>
*
*/
diff --git a/lib/secrets.h b/lib/secrets.h
index 92255ceaa6..f80d5c934e 100644
--- a/lib/secrets.h
+++ b/lib/secrets.h
@@ -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/>
*
*/
diff --git a/lib/session.c b/lib/session.c
index a5c9c93d53..12f41797ec 100644
--- a/lib/session.c
+++ b/lib/session.c
@@ -17,7 +17,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"
diff --git a/lib/session_pack.c b/lib/session_pack.c
index 3842ed4c4d..4b485ba9d6 100644
--- a/lib/session_pack.c
+++ b/lib/session_pack.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/session_pack.h b/lib/session_pack.h
index efb6cda01b..43ddfa626f 100644
--- a/lib/session_pack.h
+++ b/lib/session_pack.h
@@ -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/>
*
*/
diff --git a/lib/srp.c b/lib/srp.c
index ab00fa2456..79116902ad 100644
--- a/lib/srp.c
+++ b/lib/srp.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/srp.h b/lib/srp.h
index 3120f4b5b9..bf4f4d9679 100644
--- a/lib/srp.h
+++ b/lib/srp.h
@@ -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/>
*
*/
diff --git a/lib/sslv2_compat.c b/lib/sslv2_compat.c
index 9d8fd91bf4..6122d1098c 100644
--- a/lib/sslv2_compat.c
+++ b/lib/sslv2_compat.c
@@ -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/>
*
*/
diff --git a/lib/sslv2_compat.h b/lib/sslv2_compat.h
index fffd17e5e7..fdfa367482 100644
--- a/lib/sslv2_compat.h
+++ b/lib/sslv2_compat.h
@@ -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/>
*
*/
diff --git a/lib/state.c b/lib/state.c
index a8ff0d81f0..5a6991dfc8 100644
--- a/lib/state.c
+++ b/lib/state.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/state.h b/lib/state.h
index e4fb85c461..7081a7b136 100644
--- a/lib/state.h
+++ b/lib/state.h
@@ -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/>
*
*/
diff --git a/lib/stek.c b/lib/stek.c
index 2248e51b6f..2f885cee37 100644
--- a/lib/stek.c
+++ b/lib/stek.c
@@ -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/>
*
*/
#include "gnutls_int.h"
diff --git a/lib/stek.h b/lib/stek.h
index bec781edf0..326ec6d082 100644
--- a/lib/stek.h
+++ b/lib/stek.h
@@ -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/>
*
*/
#include "gnutls_int.h"
diff --git a/lib/str-iconv.c b/lib/str-iconv.c
index 9606613e48..7786dc8cfa 100644
--- a/lib/str-iconv.c
+++ b/lib/str-iconv.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/str-idna.c b/lib/str-idna.c
index 4f275aebfb..2e53d7ecc6 100644
--- a/lib/str-idna.c
+++ b/lib/str-idna.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/str-unicode.c b/lib/str-unicode.c
index 8bbaa99ba6..0cd47d4953 100644
--- a/lib/str-unicode.c
+++ b/lib/str-unicode.c
@@ -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/>
*
*/
diff --git a/lib/str.c b/lib/str.c
index 4a89de227e..9ef2454579 100644
--- a/lib/str.c
+++ b/lib/str.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/str.h b/lib/str.h
index a9cb48fd6e..9f0e7d6189 100644
--- a/lib/str.h
+++ b/lib/str.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/str_array.h b/lib/str_array.h
index abec702488..bd0c97ac03 100644
--- a/lib/str_array.h
+++ b/lib/str_array.h
@@ -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/>
*
*/
diff --git a/lib/supplemental.c b/lib/supplemental.c
index 84305c7086..cd90fa1fba 100644
--- a/lib/supplemental.c
+++ b/lib/supplemental.c
@@ -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/>
*
*/
diff --git a/lib/supplemental.h b/lib/supplemental.h
index e9ffd55c26..5e4b5ca55c 100644
--- a/lib/supplemental.h
+++ b/lib/supplemental.h
@@ -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/>
*
*/
diff --git a/lib/system-keys.h b/lib/system-keys.h
index bc755e4c5b..7748c41158 100644
--- a/lib/system-keys.h
+++ b/lib/system-keys.h
@@ -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/>
*
*/
diff --git a/lib/system.c b/lib/system.c
index ddf1427098..f01669dff8 100644
--- a/lib/system.c
+++ b/lib/system.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/system.h b/lib/system.h
index ccae6475f8..2805ea46ff 100644
--- a/lib/system.h
+++ b/lib/system.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/system/certs.c b/lib/system/certs.c
index f9090f1e74..611c645e05 100644
--- a/lib/system/certs.c
+++ b/lib/system/certs.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/system/fastopen.c b/lib/system/fastopen.c
index 1fd234e5f7..8d8409e482 100644
--- a/lib/system/fastopen.c
+++ b/lib/system/fastopen.c
@@ -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/>
*
*/
diff --git a/lib/system/keys-dummy.c b/lib/system/keys-dummy.c
index 31acb4eccf..bd3fba47d4 100644
--- a/lib/system/keys-dummy.c
+++ b/lib/system/keys-dummy.c
@@ -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/>
*
*/
diff --git a/lib/system/keys-win.c b/lib/system/keys-win.c
index c189a5d8fd..678a668e49 100644
--- a/lib/system/keys-win.c
+++ b/lib/system/keys-win.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/>
*
*/
diff --git a/lib/system/sockets.c b/lib/system/sockets.c
index 14f4c2fca8..a9c1c43985 100644
--- a/lib/system/sockets.c
+++ b/lib/system/sockets.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/system/threads.c b/lib/system/threads.c
index c25d6472e1..cbc7c920e9 100644
--- a/lib/system/threads.c
+++ b/lib/system/threads.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/system_override.c b/lib/system_override.c
index 3c4805bc56..f2fc5749d9 100644
--- a/lib/system_override.c
+++ b/lib/system_override.c
@@ -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/>
*
*/
diff --git a/lib/tls-sig.c b/lib/tls-sig.c
index 73ca4314a3..66897502a5 100644
--- a/lib/tls-sig.c
+++ b/lib/tls-sig.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/tls-sig.h b/lib/tls-sig.h
index 6e0564de1b..e04303ee14 100644
--- a/lib/tls-sig.h
+++ b/lib/tls-sig.h
@@ -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/>
*
*/
diff --git a/lib/tls13-sig.c b/lib/tls13-sig.c
index 1f3a74bb5e..aee15eaf87 100644
--- a/lib/tls13-sig.c
+++ b/lib/tls13-sig.c
@@ -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/>
*
*/
diff --git a/lib/tls13-sig.h b/lib/tls13-sig.h
index 777dd0f48b..115e39774a 100644
--- a/lib/tls13-sig.h
+++ b/lib/tls13-sig.h
@@ -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/>
*
*/
diff --git a/lib/tls13/anti_replay.c b/lib/tls13/anti_replay.c
index a99266928c..f8333c560c 100644
--- a/lib/tls13/anti_replay.c
+++ b/lib/tls13/anti_replay.c
@@ -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/>
*
*/
diff --git a/lib/tls13/anti_replay.h b/lib/tls13/anti_replay.h
index 8d9bea4b5c..934454fbd8 100644
--- a/lib/tls13/anti_replay.h
+++ b/lib/tls13/anti_replay.h
@@ -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/>
*
*/
diff --git a/lib/tls13/certificate.c b/lib/tls13/certificate.c
index 91d0a7fe68..bd257237f3 100644
--- a/lib/tls13/certificate.c
+++ b/lib/tls13/certificate.c
@@ -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/>
*
*/
diff --git a/lib/tls13/certificate.h b/lib/tls13/certificate.h
index 4d2a3237a8..1abecd1230 100644
--- a/lib/tls13/certificate.h
+++ b/lib/tls13/certificate.h
@@ -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/>
*
*/
diff --git a/lib/tls13/certificate_request.c b/lib/tls13/certificate_request.c
index 50602e2338..002646ed6b 100644
--- a/lib/tls13/certificate_request.c
+++ b/lib/tls13/certificate_request.c
@@ -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/>
*
*/
diff --git a/lib/tls13/certificate_request.h b/lib/tls13/certificate_request.h
index d00e890e87..9a320f465e 100644
--- a/lib/tls13/certificate_request.h
+++ b/lib/tls13/certificate_request.h
@@ -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/>
*
*/
diff --git a/lib/tls13/certificate_verify.c b/lib/tls13/certificate_verify.c
index 26c93d2c1d..72b4488115 100644
--- a/lib/tls13/certificate_verify.c
+++ b/lib/tls13/certificate_verify.c
@@ -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/>
*
*/
diff --git a/lib/tls13/certificate_verify.h b/lib/tls13/certificate_verify.h
index 03373e70cc..74736b014b 100644
--- a/lib/tls13/certificate_verify.h
+++ b/lib/tls13/certificate_verify.h
@@ -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/>
*
*/
diff --git a/lib/tls13/early_data.c b/lib/tls13/early_data.c
index dd977fc410..ccace901b9 100644
--- a/lib/tls13/early_data.c
+++ b/lib/tls13/early_data.c
@@ -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/>
*
*/
diff --git a/lib/tls13/early_data.h b/lib/tls13/early_data.h
index ddbd983293..5c55be15c7 100644
--- a/lib/tls13/early_data.h
+++ b/lib/tls13/early_data.h
@@ -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/>
*
*/
diff --git a/lib/tls13/encrypted_extensions.c b/lib/tls13/encrypted_extensions.c
index ba63b95337..84c328ff26 100644
--- a/lib/tls13/encrypted_extensions.c
+++ b/lib/tls13/encrypted_extensions.c
@@ -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/>
*
*/
diff --git a/lib/tls13/encrypted_extensions.h b/lib/tls13/encrypted_extensions.h
index 88aebdc5f4..be215b9c99 100644
--- a/lib/tls13/encrypted_extensions.h
+++ b/lib/tls13/encrypted_extensions.h
@@ -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/>
*
*/
diff --git a/lib/tls13/finished.c b/lib/tls13/finished.c
index 6d88e8feed..35ab87f9af 100644
--- a/lib/tls13/finished.c
+++ b/lib/tls13/finished.c
@@ -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/>
*
*/
diff --git a/lib/tls13/finished.h b/lib/tls13/finished.h
index 7b676f1253..b458b469d5 100644
--- a/lib/tls13/finished.h
+++ b/lib/tls13/finished.h
@@ -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/>
*
*/
diff --git a/lib/tls13/hello_retry.c b/lib/tls13/hello_retry.c
index cc7fed1885..dd4cba576a 100644
--- a/lib/tls13/hello_retry.c
+++ b/lib/tls13/hello_retry.c
@@ -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/>
*
*/
diff --git a/lib/tls13/hello_retry.h b/lib/tls13/hello_retry.h
index 1f21f8b089..8d4bf3c123 100644
--- a/lib/tls13/hello_retry.h
+++ b/lib/tls13/hello_retry.h
@@ -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/>
*
*/
diff --git a/lib/tls13/key_update.c b/lib/tls13/key_update.c
index 0c5c93734a..abd7c93ec6 100644
--- a/lib/tls13/key_update.c
+++ b/lib/tls13/key_update.c
@@ -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/>
*
*/
diff --git a/lib/tls13/key_update.h b/lib/tls13/key_update.h
index 41038cb3bf..f42a6f620c 100644
--- a/lib/tls13/key_update.h
+++ b/lib/tls13/key_update.h
@@ -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/>
*
*/
diff --git a/lib/tls13/post_handshake.c b/lib/tls13/post_handshake.c
index c786d8cae3..97ca287db7 100644
--- a/lib/tls13/post_handshake.c
+++ b/lib/tls13/post_handshake.c
@@ -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/>
*
*/
diff --git a/lib/tls13/psk_ext_parser.c b/lib/tls13/psk_ext_parser.c
index b588d6668e..6e3a12f90e 100644
--- a/lib/tls13/psk_ext_parser.c
+++ b/lib/tls13/psk_ext_parser.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/tls13/psk_ext_parser.h b/lib/tls13/psk_ext_parser.h
index fcd6c67d28..52a140990e 100644
--- a/lib/tls13/psk_ext_parser.h
+++ b/lib/tls13/psk_ext_parser.h
@@ -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/>
*
*/
diff --git a/lib/tls13/session_ticket.c b/lib/tls13/session_ticket.c
index c40999575b..b8371c5005 100644
--- a/lib/tls13/session_ticket.c
+++ b/lib/tls13/session_ticket.c
@@ -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/>
*
*/
diff --git a/lib/tls13/session_ticket.h b/lib/tls13/session_ticket.h
index feab3e2379..63b425e36d 100644
--- a/lib/tls13/session_ticket.h
+++ b/lib/tls13/session_ticket.h
@@ -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/>
*
*/
#ifndef SESSION_TICKET_H
diff --git a/lib/tpm.c b/lib/tpm.c
index 8204fd8bd2..781fc3387b 100644
--- a/lib/tpm.c
+++ b/lib/tpm.c
@@ -19,7 +19,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/>
*
*/
diff --git a/lib/urls.c b/lib/urls.c
index bb47e835d7..7a797ee1f8 100644
--- a/lib/urls.c
+++ b/lib/urls.c
@@ -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/>
*
*/
diff --git a/lib/urls.h b/lib/urls.h
index 79ce75c591..3d82fdf5d3 100644
--- a/lib/urls.h
+++ b/lib/urls.h
@@ -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/>
*
*/
diff --git a/lib/verify-tofu.c b/lib/verify-tofu.c
index 66a583ded7..36328e04af 100644
--- a/lib/verify-tofu.c
+++ b/lib/verify-tofu.c
@@ -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/>
*
*/
diff --git a/lib/x509.h b/lib/x509.h
index 67eb957d78..b7c21965d6 100644
--- a/lib/x509.h
+++ b/lib/x509.h
@@ -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/>
*
*/
diff --git a/lib/x509/Makefile.am b/lib/x509/Makefile.am
index a10cd2f00c..63b2b849b4 100644
--- a/lib/x509/Makefile.am
+++ b/lib/x509/Makefile.am
@@ -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 $(top_srcdir)/lib/common.mk
diff --git a/lib/x509/attributes.c b/lib/x509/attributes.c
index 9c83ca8414..969dc9b80d 100644
--- a/lib/x509/attributes.c
+++ b/lib/x509/attributes.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/x509/attributes.h b/lib/x509/attributes.h
index 3d2591b6c7..0d9314aa18 100644
--- a/lib/x509/attributes.h
+++ b/lib/x509/attributes.h
@@ -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/>
*
*/
diff --git a/lib/x509/common.c b/lib/x509/common.c
index 9ce4275229..4669d37ad5 100644
--- a/lib/x509/common.c
+++ b/lib/x509/common.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/common.h b/lib/x509/common.h
index 878da42045..99b767a694 100644
--- a/lib/x509/common.h
+++ b/lib/x509/common.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/crl.c b/lib/x509/crl.c
index d8ae619c0c..82deb5e60a 100644
--- a/lib/x509/crl.c
+++ b/lib/x509/crl.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/crl_write.c b/lib/x509/crl_write.c
index b384aa02c3..36ca452488 100644
--- a/lib/x509/crl_write.c
+++ b/lib/x509/crl_write.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/crq.c b/lib/x509/crq.c
index fbaed33dd0..c8899f81a5 100644
--- a/lib/x509/crq.c
+++ b/lib/x509/crq.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/x509/dn.c b/lib/x509/dn.c
index 033531970d..8d428e9b3f 100644
--- a/lib/x509/dn.c
+++ b/lib/x509/dn.c
@@ -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/>
*
*/
diff --git a/lib/x509/email-verify.c b/lib/x509/email-verify.c
index bb37db09e3..4eee0699bc 100644
--- a/lib/x509/email-verify.c
+++ b/lib/x509/email-verify.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/>
*
*/
diff --git a/lib/x509/extensions.c b/lib/x509/extensions.c
index 50c2684502..8506da2b93 100644
--- a/lib/x509/extensions.c
+++ b/lib/x509/extensions.c
@@ -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/>
*
*/
diff --git a/lib/x509/hostname-verify.c b/lib/x509/hostname-verify.c
index e3a4ababa4..967d9b821a 100644
--- a/lib/x509/hostname-verify.c
+++ b/lib/x509/hostname-verify.c
@@ -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/>
*
*/
diff --git a/lib/x509/ip-in-cidr.h b/lib/x509/ip-in-cidr.h
index 8bb5dd48ae..40a65e637c 100644
--- a/lib/x509/ip-in-cidr.h
+++ b/lib/x509/ip-in-cidr.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/ip.c b/lib/x509/ip.c
index 644d2f58f5..c4cb008314 100644
--- a/lib/x509/ip.c
+++ b/lib/x509/ip.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/ip.h b/lib/x509/ip.h
index 8cd686107d..86f9975d91 100644
--- a/lib/x509/ip.h
+++ b/lib/x509/ip.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/key_decode.c b/lib/x509/key_decode.c
index c20b841654..1e07bbc441 100644
--- a/lib/x509/key_decode.c
+++ b/lib/x509/key_decode.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/key_encode.c b/lib/x509/key_encode.c
index bbcbab2e16..5cd6763cd0 100644
--- a/lib/x509/key_encode.c
+++ b/lib/x509/key_encode.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/krb5.c b/lib/x509/krb5.c
index dc8351f6fe..7fe84e651d 100644
--- a/lib/x509/krb5.c
+++ b/lib/x509/krb5.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/lib/x509/krb5.h b/lib/x509/krb5.h
index 58fb9ff4c2..6824fde8cc 100644
--- a/lib/x509/krb5.h
+++ b/lib/x509/krb5.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
int _gnutls_krb5_principal_to_der(const char *name, gnutls_datum_t * der);
diff --git a/lib/x509/mpi.c b/lib/x509/mpi.c
index bb914420f1..664b22c509 100644
--- a/lib/x509/mpi.c
+++ b/lib/x509/mpi.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/name_constraints.c b/lib/x509/name_constraints.c
index a2cca38450..d5ce52ee70 100644
--- a/lib/x509/name_constraints.c
+++ b/lib/x509/name_constraints.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/ocsp.c b/lib/x509/ocsp.c
index a8edf30ec6..735959765c 100644
--- a/lib/x509/ocsp.c
+++ b/lib/x509/ocsp.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/ocsp.h b/lib/x509/ocsp.h
index 07be1eeb25..76bc309bb3 100644
--- a/lib/x509/ocsp.h
+++ b/lib/x509/ocsp.h
@@ -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/>
*
*/
diff --git a/lib/x509/ocsp_output.c b/lib/x509/ocsp_output.c
index 9d4191b816..2c9e168047 100644
--- a/lib/x509/ocsp_output.c
+++ b/lib/x509/ocsp_output.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/>
*
*/
diff --git a/lib/x509/output.c b/lib/x509/output.c
index 9c9d30290f..6c5055cf22 100644
--- a/lib/x509/output.c
+++ b/lib/x509/output.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/pkcs12.c b/lib/x509/pkcs12.c
index 447eb8e2c9..1f6cb567c3 100644
--- a/lib/x509/pkcs12.c
+++ b/lib/x509/pkcs12.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/x509/pkcs12_bag.c b/lib/x509/pkcs12_bag.c
index 35d12ac4b9..163b0fadb6 100644
--- a/lib/x509/pkcs12_bag.c
+++ b/lib/x509/pkcs12_bag.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/pkcs12_encr.c b/lib/x509/pkcs12_encr.c
index 76fbb4e8ab..0327982232 100644
--- a/lib/x509/pkcs12_encr.c
+++ b/lib/x509/pkcs12_encr.c
@@ -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/>
*
*/
diff --git a/lib/x509/pkcs7-attrs.c b/lib/x509/pkcs7-attrs.c
index c948bca224..25f947276f 100644
--- a/lib/x509/pkcs7-attrs.c
+++ b/lib/x509/pkcs7-attrs.c
@@ -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/>
*
*/
diff --git a/lib/x509/pkcs7-crypt.c b/lib/x509/pkcs7-crypt.c
index 39eb7784be..c6974c83c2 100644
--- a/lib/x509/pkcs7-crypt.c
+++ b/lib/x509/pkcs7-crypt.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/x509/pkcs7-output.c b/lib/x509/pkcs7-output.c
index 6c3055fa64..bf5dbac837 100644
--- a/lib/x509/pkcs7-output.c
+++ b/lib/x509/pkcs7-output.c
@@ -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/>
*
*/
diff --git a/lib/x509/pkcs7.c b/lib/x509/pkcs7.c
index bfb464a470..21fff7b07a 100644
--- a/lib/x509/pkcs7.c
+++ b/lib/x509/pkcs7.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/pkcs7_int.h b/lib/x509/pkcs7_int.h
index d9f07bf9a5..69e2873e56 100644
--- a/lib/x509/pkcs7_int.h
+++ b/lib/x509/pkcs7_int.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/privkey.c b/lib/x509/privkey.c
index 1c52ab3a0f..a9579914f8 100644
--- a/lib/x509/privkey.c
+++ b/lib/x509/privkey.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/x509/privkey_openssl.c b/lib/x509/privkey_openssl.c
index 1e826ed68e..9fc70e0322 100644
--- a/lib/x509/privkey_openssl.c
+++ b/lib/x509/privkey_openssl.c
@@ -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/>
*
*/
diff --git a/lib/x509/privkey_pkcs8.c b/lib/x509/privkey_pkcs8.c
index d0cb226364..bcc6dd24ec 100644
--- a/lib/x509/privkey_pkcs8.c
+++ b/lib/x509/privkey_pkcs8.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/x509/privkey_pkcs8_pbes1.c b/lib/x509/privkey_pkcs8_pbes1.c
index 1e4ba60aa1..5ac96f9705 100644
--- a/lib/x509/privkey_pkcs8_pbes1.c
+++ b/lib/x509/privkey_pkcs8_pbes1.c
@@ -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/>
*
*/
diff --git a/lib/x509/prov-seed.c b/lib/x509/prov-seed.c
index da35efd4f2..96aaa977aa 100644
--- a/lib/x509/prov-seed.c
+++ b/lib/x509/prov-seed.c
@@ -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/>
*
*/
diff --git a/lib/x509/prov-seed.h b/lib/x509/prov-seed.h
index 55d6df0830..d9dd8e6948 100644
--- a/lib/x509/prov-seed.h
+++ b/lib/x509/prov-seed.h
@@ -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/>
*
*/
diff --git a/lib/x509/sign.c b/lib/x509/sign.c
index 13a1b52644..8f7a96f218 100644
--- a/lib/x509/sign.c
+++ b/lib/x509/sign.c
@@ -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/>
*
*/
diff --git a/lib/x509/spki.c b/lib/x509/spki.c
index 7b7787f149..c87ff1b3b2 100644
--- a/lib/x509/spki.c
+++ b/lib/x509/spki.c
@@ -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/>
*
*/
diff --git a/lib/x509/time.c b/lib/x509/time.c
index 2632a795a9..0b3e78b090 100644
--- a/lib/x509/time.c
+++ b/lib/x509/time.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/tls_features.c b/lib/x509/tls_features.c
index d6055fa28a..bbb9896f99 100644
--- a/lib/x509/tls_features.c
+++ b/lib/x509/tls_features.c
@@ -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/>
*
*/
diff --git a/lib/x509/verify-high.c b/lib/x509/verify-high.c
index 5969b36146..bbb54a0f93 100644
--- a/lib/x509/verify-high.c
+++ b/lib/x509/verify-high.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/verify-high.h b/lib/x509/verify-high.h
index 3d70573011..68430fddba 100644
--- a/lib/x509/verify-high.h
+++ b/lib/x509/verify-high.h
@@ -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/>
*
*/
diff --git a/lib/x509/verify-high2.c b/lib/x509/verify-high2.c
index ff7f6a4eb4..50020d074c 100644
--- a/lib/x509/verify-high2.c
+++ b/lib/x509/verify-high2.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/verify.c b/lib/x509/verify.c
index d4eafd4fdd..17404022f8 100644
--- a/lib/x509/verify.c
+++ b/lib/x509/verify.c
@@ -18,7 +18,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/>
*
*/
diff --git a/lib/x509/virt-san.c b/lib/x509/virt-san.c
index a81337e25b..d2adc4e25e 100644
--- a/lib/x509/virt-san.c
+++ b/lib/x509/virt-san.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/>
*
*/
diff --git a/lib/x509/virt-san.h b/lib/x509/virt-san.h
index 10d78e39f1..c9fe3f7b55 100644
--- a/lib/x509/virt-san.h
+++ b/lib/x509/virt-san.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/>
*
*/
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 995d5cd5cf..6abf3ca947 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/x509_dn.c b/lib/x509/x509_dn.c
index 7e44e35c83..b7205ee6ef 100644
--- a/lib/x509/x509_dn.c
+++ b/lib/x509/x509_dn.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/>
*
*/
diff --git a/lib/x509/x509_ext.c b/lib/x509/x509_ext.c
index 8a0acd30aa..aa09ef85f1 100644
--- a/lib/x509/x509_ext.c
+++ b/lib/x509/x509_ext.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/>
*
*/
diff --git a/lib/x509/x509_ext_int.h b/lib/x509/x509_ext_int.h
index 3bca97f30e..d1a395a6f8 100644
--- a/lib/x509/x509_ext_int.h
+++ b/lib/x509/x509_ext_int.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/>
*
*/
diff --git a/lib/x509/x509_int.h b/lib/x509/x509_int.h
index c1bacc7b2a..353eb8cdc4 100644
--- a/lib/x509/x509_int.h
+++ b/lib/x509/x509_int.h
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index 8325ad0c73..7f79515386 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509_b64.c b/lib/x509_b64.c
index 3117843be1..41ee7235fc 100644
--- a/lib/x509_b64.c
+++ b/lib/x509_b64.c
@@ -17,7 +17,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/>
*
*/
diff --git a/lib/x509_b64.h b/lib/x509_b64.h
index be3482934e..e33eed0622 100644
--- a/lib/x509_b64.h
+++ b/lib/x509_b64.h
@@ -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/>
*
*/
diff --git a/libdane/Makefile.am b/libdane/Makefile.am
index d2b4e835ac..c2bd0dc0a1 100644
--- a/libdane/Makefile.am
+++ b/libdane/Makefile.am
@@ -16,7 +16,7 @@
# 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/>
ACLOCAL_AMFLAGS = -I ../m4 -I ../gl/m4
diff --git a/libdane/dane-params.c b/libdane/dane-params.c
index 00b209f184..e04e54d5a1 100644
--- a/libdane/dane-params.c
+++ b/libdane/dane-params.c
@@ -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/>
*
*/
diff --git a/libdane/dane.c b/libdane/dane.c
index d7191de273..f05f3ce92c 100644
--- a/libdane/dane.c
+++ b/libdane/dane.c
@@ -18,7 +18,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/>
*
*/
diff --git a/libdane/errors.c b/libdane/errors.c
index c189e3ebb8..35ae971723 100644
--- a/libdane/errors.c
+++ b/libdane/errors.c
@@ -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/>
*
*/
diff --git a/libdane/gnutls-dane.pc.in b/libdane/gnutls-dane.pc.in
index 32a3df48c0..8496e61eb1 100644
--- a/libdane/gnutls-dane.pc.in
+++ b/libdane/gnutls-dane.pc.in
@@ -16,7 +16,7 @@ includedir=@includedir@
Name: GnuTLS-DANE
Description: DANE security library for the GNU system
-URL: http://www.gnu.org/software/gnutls/
+URL: https://www.gnu.org/software/gnutls/
Version: @VERSION@
Libs: -L${libdir} -lgnutls-dane
Libs.private: @UNBOUND_LIBS@
diff --git a/libdane/includes/Makefile.am b/libdane/includes/Makefile.am
index e67c5029d8..3d4d36682a 100644
--- a/libdane/includes/Makefile.am
+++ b/libdane/includes/Makefile.am
@@ -16,6 +16,6 @@
# 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/>
nobase_include_HEADERS = gnutls/dane.h
diff --git a/libdane/includes/gnutls/dane.h b/libdane/includes/gnutls/dane.h
index 0b14b2a559..69ced4bde9 100644
--- a/libdane/includes/gnutls/dane.h
+++ b/libdane/includes/gnutls/dane.h
@@ -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/>
*
*/
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index eb94e6f1ea..f0aa3e8994 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -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/>
AC_DEFUN([LIBGNUTLS_EXTRA_HOOKS],
[
diff --git a/src/benchmark-cipher.c b/src/benchmark-cipher.c
index db6d7d3234..b6945a2920 100644
--- a/src/benchmark-cipher.c
+++ b/src/benchmark-cipher.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*
* Written by Nikos Mavrogiannopoulos <nmav@gnutls.org>.
*/
diff --git a/src/benchmark-tls.c b/src/benchmark-tls.c
index b0004cf1af..de94f3bb87 100644
--- a/src/benchmark-tls.c
+++ b/src/benchmark-tls.c
@@ -17,7 +17,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/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/benchmark.c b/src/benchmark.c
index d6b7cbaf91..b582571dc3 100644
--- a/src/benchmark.c
+++ b/src/benchmark.c
@@ -14,7 +14,7 @@
* GNU 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>
diff --git a/src/benchmark.h b/src/benchmark.h
index 77ea44eb36..f449a576ed 100644
--- a/src/benchmark.h
+++ b/src/benchmark.h
@@ -14,7 +14,7 @@
* GNU 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 <sys/time.h>
diff --git a/src/certtool-args.def b/src/certtool-args.def
index 55880ca9f0..ca280dfbe1 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -902,7 +902,7 @@ expiration_days = 700
# Alternatively you may set concrete dates and time. The GNU date string
# formats are accepted. See:
-# http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html
+# https://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html
#activation_date = "2004-02-29 16:21:42"
#expiration_date = "2025-02-29 16:24:41"
@@ -926,7 +926,7 @@ expiration_days = 700
#krb5_principal = HTTP/user@@REALM.COM
# A subject alternative name URI
-#uri = "http://www.example.com"
+#uri = "https://www.example.com"
# An IP address in case of a server.
#ip_address = "192.168.1.1"
@@ -1082,11 +1082,11 @@ encryption_key
# Certificate policies
#policy1 = 1.3.6.1.4.1.5484.1.10.99.1.0
#policy1_txt = "This is a long policy to summarize"
-#policy1_url = http://www.example.com/a-policy-to-read
+#policy1_url = https://www.example.com/a-policy-to-read
#policy2 = 1.3.6.1.4.1.5484.1.10.99.1.1
#policy2_txt = "This is a short policy"
-#policy2_url = http://www.example.com/another-policy-to-read
+#policy2_url = https://www.example.com/another-policy-to-read
# The number of additional certificates that may appear in a
# path before the anyPolicy is no longer acceptable.
diff --git a/src/certtool-cfg.c b/src/certtool-cfg.c
index 05764dec21..3cf9aef55f 100644
--- a/src/certtool-cfg.c
+++ b/src/certtool-cfg.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*
* Written by Nikos Mavrogiannopoulos <nmav@gnutls.org>.
*/
diff --git a/src/certtool-cfg.h b/src/certtool-cfg.h
index ea4a2dbc88..6a4be91e6f 100644
--- a/src/certtool-cfg.h
+++ b/src/certtool-cfg.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*
* Written by Nikos Mavrogiannopoulos <nmav@gnutls.org>.
*/
diff --git a/src/certtool-common.c b/src/certtool-common.c
index ec149860b5..66b81e5508 100644
--- a/src/certtool-common.c
+++ b/src/certtool-common.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/certtool-common.h b/src/certtool-common.h
index ea7f43f2f1..9e423c0493 100644
--- a/src/certtool-common.h
+++ b/src/certtool-common.h
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#ifndef CERTTOOL_COMMON_H
diff --git a/src/certtool-extras.c b/src/certtool-extras.c
index 46e1cbc7c1..7ae54faa50 100644
--- a/src/certtool-extras.c
+++ b/src/certtool-extras.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/certtool.c b/src/certtool.c
index 2708b9e9b0..376442ac33 100644
--- a/src/certtool.c
+++ b/src/certtool.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/cli-debug.c b/src/cli-debug.c
index 5d9e076663..8308b9b48f 100644
--- a/src/cli-debug.c
+++ b/src/cli-debug.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/cli.c b/src/cli.c
index ec8b759f67..87191aa448 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -16,7 +16,7 @@
* GNU 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>
diff --git a/src/common.c b/src/common.c
index 64b4da5f40..8303b60a00 100644
--- a/src/common.c
+++ b/src/common.c
@@ -15,7 +15,7 @@
* GNU 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>
diff --git a/src/common.h b/src/common.h
index a4a49d0fe9..2d2a69cc0f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -15,7 +15,7 @@
* GNU 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/>.
*/
#ifndef INCLUDE_COMMON_H
diff --git a/src/danetool.c b/src/danetool.c
index b04d92b70e..91b422028d 100644
--- a/src/danetool.c
+++ b/src/danetool.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/gen-mech-list.sh b/src/gen-mech-list.sh
index 15cecd916b..1c74de0e78 100755
--- a/src/gen-mech-list.sh
+++ b/src/gen-mech-list.sh
@@ -15,7 +15,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/>.
HEADER=`pkg-config --cflags-only-I p11-kit-1|awk '{print $1}'|sed 's/-I//g'`
HEADER="${HEADER}/p11-kit/pkcs11.h"
diff --git a/src/inline_cmds.h b/src/inline_cmds.h
index 05419a2535..b773172345 100755
--- a/src/inline_cmds.h
+++ b/src/inline_cmds.h
@@ -14,7 +14,7 @@
* GNU 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/>.
*/
/*
diff --git a/src/libopts/COPYING.gplv3 b/src/libopts/COPYING.gplv3
index 26d6fd2e7b..67532741f9 100644
--- a/src/libopts/COPYING.gplv3
+++ b/src/libopts/COPYING.gplv3
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU 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/>.
Also add information on how to contact you by electronic and paper mail.
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/src/libopts/genshell.c b/src/libopts/genshell.c
index dfbb373e25..020d54d77e 100644
--- a/src/libopts/genshell.c
+++ b/src/libopts/genshell.c
@@ -22,7 +22,7 @@
* Copyright (C) 1999-2014 Bruce Korb, all rights reserved.
* This is free software. It is licensed for use, modification and
* redistribution under the terms of the GNU Lesser General Public License,
- * version 2 or later <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
+ * version 2 or later <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
*
* The genshellopt library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public License as
@@ -36,7 +36,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, see
- * <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
+ * <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
*/
#ifndef __doxygen__
@@ -69,7 +69,7 @@ static char const genshellopt_opt_strs[1769] =
"Copyright (C) 1999-2014 Bruce Korb, all rights reserved.\n"
"This is free software. It is licensed for use, modification and\n"
"redistribution under the terms of the GNU Lesser General Public License,\n"
- "version 2 or later <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n\0"
+ "version 2 or later <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n\0"
/* 285 */ "The genshellopt library is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU Library General Public License as\n"
"published by the Free Software Foundation; either version 2 of the License,\n"
@@ -80,7 +80,7 @@ static char const genshellopt_opt_strs[1769] =
"License for more details.\n\n"
"You should have received a copy of the GNU Library General Public License\n"
"along with this library; if not, see\n"
- "<http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n\0"
+ "<https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n\0"
/* 957 */ "Output Script File\0"
/* 976 */ "SCRIPT\0"
/* 983 */ "script\0"
@@ -496,7 +496,7 @@ static void bogus_function(void) {
Copyright (C) 1999-2014 Bruce Korb, all rights reserved.\n\
This is free software. It is licensed for use, modification and\n\
redistribution under the terms of the GNU Lesser General Public License,\n\
-version 2 or later <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n"));
+version 2 or later <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n"));
/* referenced via genshelloptOptions.pzCopyNotice */
puts(_("The genshellopt library is free software; you can redistribute it and/or\n\
@@ -509,7 +509,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public\n\
License for more details.\n\n"));
puts(_("You should have received a copy of the GNU Library General Public License\n\
along with this library; if not, see\n\
-<http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n"));
+<https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>\n"));
/* referenced via genshelloptOptions.pOptDesc->pzText */
puts(_("Output Script File"));
diff --git a/src/libopts/genshell.h b/src/libopts/genshell.h
index c371f528d6..1ea44de71a 100644
--- a/src/libopts/genshell.h
+++ b/src/libopts/genshell.h
@@ -22,7 +22,7 @@
* Copyright (C) 1999-2014 Bruce Korb, all rights reserved.
* This is free software. It is licensed for use, modification and
* redistribution under the terms of the GNU Lesser General Public License,
- * version 2 or later <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
+ * version 2 or later <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
*
* The genshellopt library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public License as
@@ -36,7 +36,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, see
- * <http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
+ * <https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html>
*/
/**
* This file contains the programmatic interface to the Automated
diff --git a/src/libopts/gettext.h b/src/libopts/gettext.h
index 7d3ea3cbf1..2a6fe9e112 100644
--- a/src/libopts/gettext.h
+++ b/src/libopts/gettext.h
@@ -13,7 +13,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/>. */
+ with this program; if not, see <https://www.gnu.org/licenses/>. */
#ifndef _LIBGETTEXT_H
#define _LIBGETTEXT_H 1
diff --git a/src/libopts/intprops.h b/src/libopts/intprops.h
index 2ae151b929..ee2ca969fb 100644
--- a/src/libopts/intprops.h
+++ b/src/libopts/intprops.h
@@ -13,7 +13,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/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* Written by Paul Eggert. */
diff --git a/src/libopts/m4/libopts.m4 b/src/libopts/m4/libopts.m4
index f8b2c38e16..c6ad73848f 100644
--- a/src/libopts/m4/libopts.m4
+++ b/src/libopts/m4/libopts.m4
@@ -474,7 +474,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
dnl See the GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License along
-dnl with this program. If not, see <http://www.gnu.org/licenses/>.
+dnl with this program. If not, see <https://www.gnu.org/licenses/>.
dnl
dnl Default to system libopts
dnl
diff --git a/src/libopts/parse-duration.c b/src/libopts/parse-duration.c
index e072b7d567..514cdea1f7 100644
--- a/src/libopts/parse-duration.c
+++ b/src/libopts/parse-duration.c
@@ -13,7 +13,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/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>
diff --git a/src/libopts/parse-duration.h b/src/libopts/parse-duration.h
index 33ddc3366e..bac1d84f6b 100644
--- a/src/libopts/parse-duration.h
+++ b/src/libopts/parse-duration.h
@@ -13,7 +13,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/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/*
diff --git a/src/libopts/stdnoreturn.in.h b/src/libopts/stdnoreturn.in.h
index 5b4d11bb3b..0e9c9e8425 100644
--- a/src/libopts/stdnoreturn.in.h
+++ b/src/libopts/stdnoreturn.in.h
@@ -13,7 +13,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/>. */
+ along with this program; if not, see <https://www.gnu.org/licenses/>. */
/* Written by Paul Eggert. */
diff --git a/src/ocsptool-common.c b/src/ocsptool-common.c
index a2d971b4b0..22410e27dc 100644
--- a/src/ocsptool-common.c
+++ b/src/ocsptool-common.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/ocsptool-common.h b/src/ocsptool-common.h
index c8b130e479..eda4adbc8b 100644
--- a/src/ocsptool-common.h
+++ b/src/ocsptool-common.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#ifndef OCSPTOOL_COMMON_H
diff --git a/src/ocsptool.c b/src/ocsptool.c
index ef181dae5e..3b7940962c 100644
--- a/src/ocsptool.c
+++ b/src/ocsptool.c
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/p11tool.c b/src/p11tool.c
index 68e7d9c8fb..43ef4f5d46 100644
--- a/src/p11tool.c
+++ b/src/p11tool.c
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/p11tool.h b/src/p11tool.h
index 6ac11895af..2a49b7256b 100644
--- a/src/p11tool.h
+++ b/src/p11tool.h
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#ifndef P11TOOL_H
diff --git a/src/pkcs11.c b/src/pkcs11.c
index fe865f3f71..76f82f94e3 100644
--- a/src/pkcs11.c
+++ b/src/pkcs11.c
@@ -17,7 +17,7 @@
* GNU 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>
diff --git a/src/psk.c b/src/psk.c
index a556da28e6..775d8f80c9 100644
--- a/src/psk.c
+++ b/src/psk.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/serv.c b/src/serv.c
index 2ceb3dbf1f..254a69930f 100644
--- a/src/serv.c
+++ b/src/serv.c
@@ -17,7 +17,7 @@
* GNU 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/>.
*/
/* This server is heavily modified for GnuTLS by Nikos Mavrogiannopoulos
diff --git a/src/socket.c b/src/socket.c
index 20b17cef3c..b65d585102 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -15,7 +15,7 @@
* GNU 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>
diff --git a/src/srptool.c b/src/srptool.c
index c411d47324..27821be238 100644
--- a/src/srptool.c
+++ b/src/srptool.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/systemkey.c b/src/systemkey.c
index db1562158c..fb19292e54 100644
--- a/src/systemkey.c
+++ b/src/systemkey.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/tests.c b/src/tests.c
index ffa772553a..9b3b3ede28 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/tests.h b/src/tests.h
index d1f9eb53fe..79032d2175 100644
--- a/src/tests.h
+++ b/src/tests.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
typedef enum {
diff --git a/src/tpmtool.c b/src/tpmtool.c
index 76568bb428..c8862f0c4d 100644
--- a/src/tpmtool.c
+++ b/src/tpmtool.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/udp-serv.c b/src/udp-serv.c
index 2d82482876..9b71719fd2 100644
--- a/src/udp-serv.c
+++ b/src/udp-serv.c
@@ -14,7 +14,7 @@
* GNU 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>
diff --git a/src/udp-serv.h b/src/udp-serv.h
index d956f87789..da8e4570ff 100644
--- a/src/udp-serv.h
+++ b/src/udp-serv.h
@@ -14,7 +14,7 @@
* GNU 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 <gnutls/dtls.h>
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d039afc9e0..34c697f3d4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -16,7 +16,7 @@
# 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/>
#
SUBDIRS = . cert-tests slow
diff --git a/tests/alerts.c b/tests/alerts.c
index dc17c6b7ab..7e9b20667c 100644
--- a/tests/alerts.c
+++ b/tests/alerts.c
@@ -16,7 +16,7 @@
* 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/>
*
*/
diff --git a/tests/atfork.c b/tests/atfork.c
index 2e9de45453..42c4851efd 100644
--- a/tests/atfork.c
+++ b/tests/atfork.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS. If not, see <http://www.gnu.org/licenses/>.
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*
*/
diff --git a/tests/cert-tests/Makefile.am b/tests/cert-tests/Makefile.am
index f3beadec0d..a608a24a3c 100644
--- a/tests/cert-tests/Makefile.am
+++ b/tests/cert-tests/Makefile.am
@@ -16,7 +16,7 @@
# 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/>
EXTRA_DIST = data/ca-no-pathlen.pem data/no-ca-or-pathlen.pem data/aki-cert.pem \
data/template-test.key data/template-test.pem templates/template-test.tmpl \
diff --git a/tests/cert-tests/certtool b/tests/cert-tests/certtool
index 90e26049a9..37cea545f2 100755
--- a/tests/cert-tests/certtool
+++ b/tests/cert-tests/certtool
@@ -16,7 +16,7 @@
# 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/>
#set -e
diff --git a/tests/cert-tests/gost b/tests/cert-tests/gost
index 885c2fa5c7..80e6e142ec 100755
--- a/tests/cert-tests/gost
+++ b/tests/cert-tests/gost
@@ -17,7 +17,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/>
#set -e
diff --git a/tests/cert-tests/pkcs7-eddsa b/tests/cert-tests/pkcs7-eddsa
index ea61227399..3ceee482b2 100755
--- a/tests/cert-tests/pkcs7-eddsa
+++ b/tests/cert-tests/pkcs7-eddsa
@@ -15,7 +15,7 @@
# 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/>
#set -e
diff --git a/tests/cert-tests/tolerate-invalid-time b/tests/cert-tests/tolerate-invalid-time
index f8707441d3..22d2a9199b 100755
--- a/tests/cert-tests/tolerate-invalid-time
+++ b/tests/cert-tests/tolerate-invalid-time
@@ -15,7 +15,7 @@
# 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/>
#set -e
diff --git a/tests/chainverify.c b/tests/chainverify.c
index 143465cf10..6a10d78841 100644
--- a/tests/chainverify.c
+++ b/tests/chainverify.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/cipher-neg-common.c b/tests/cipher-neg-common.c
index 1fcd6048b3..63c5c4487b 100644
--- a/tests/cipher-neg-common.c
+++ b/tests/cipher-neg-common.c
@@ -16,7 +16,7 @@
* 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 <assert.h>
diff --git a/tests/client-fastopen.c b/tests/client-fastopen.c
index 0f8026ab08..e047356989 100644
--- a/tests/client-fastopen.c
+++ b/tests/client-fastopen.c
@@ -16,7 +16,7 @@
* 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/>
*
*/
diff --git a/tests/client-sign-md5-rep.c b/tests/client-sign-md5-rep.c
index b46613c148..1c7877fbd5 100644
--- a/tests/client-sign-md5-rep.c
+++ b/tests/client-sign-md5-rep.c
@@ -16,7 +16,7 @@
* 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/>
*
*/
diff --git a/tests/crl_apis.c b/tests/crl_apis.c
index 627d4f6c16..714274ee7a 100644
--- a/tests/crl_apis.c
+++ b/tests/crl_apis.c
@@ -16,7 +16,7 @@
* 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/>
*
*/
diff --git a/tests/crt_type-neg-common.c b/tests/crt_type-neg-common.c
index d6a91d22a3..68e2a3680f 100644
--- a/tests/crt_type-neg-common.c
+++ b/tests/crt_type-neg-common.c
@@ -16,7 +16,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 <assert.h>
#include <gnutls/gnutls.h>
diff --git a/tests/destructive/p11-kit-load.sh b/tests/destructive/p11-kit-load.sh
index 8f3bff80f5..c6a381881b 100644
--- a/tests/destructive/p11-kit-load.sh
+++ b/tests/destructive/p11-kit-load.sh
@@ -15,7 +15,7 @@
# 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/>
#set -e
diff --git a/tests/dtls-session-ticket-lost.c b/tests/dtls-session-ticket-lost.c
index 78629f716b..df3a606fe9 100644
--- a/tests/dtls-session-ticket-lost.c
+++ b/tests/dtls-session-ticket-lost.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/eagain-auto-auth.c b/tests/eagain-auto-auth.c
index 441e7c02e4..20831751ea 100644
--- a/tests/eagain-auto-auth.c
+++ b/tests/eagain-auto-auth.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/eagain.c b/tests/eagain.c
index 4eff818e5a..cc7b35a2a0 100644
--- a/tests/eagain.c
+++ b/tests/eagain.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/empty_retrieve_function.c b/tests/empty_retrieve_function.c
index c12499bc34..ecdab3ca35 100644
--- a/tests/empty_retrieve_function.c
+++ b/tests/empty_retrieve_function.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/gnutls-cli-debug.sh b/tests/gnutls-cli-debug.sh
index 10a3b182f1..191096ce6c 100755
--- a/tests/gnutls-cli-debug.sh
+++ b/tests/gnutls-cli-debug.sh
@@ -17,7 +17,7 @@
# 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/>
#
srcdir="${srcdir:-.}"
diff --git a/tests/gnutls-cli-invalid-crl.sh b/tests/gnutls-cli-invalid-crl.sh
index 7b285c4264..d7383a555b 100755
--- a/tests/gnutls-cli-invalid-crl.sh
+++ b/tests/gnutls-cli-invalid-crl.sh
@@ -17,7 +17,7 @@
# 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/>
srcdir="${srcdir:-.}"
SERV="${SERV:-../src/gnutls-serv${EXEEXT}}"
diff --git a/tests/gnutls-cli-self-signed.sh b/tests/gnutls-cli-self-signed.sh
index b5058f69ae..07cd5824b8 100755
--- a/tests/gnutls-cli-self-signed.sh
+++ b/tests/gnutls-cli-self-signed.sh
@@ -17,7 +17,7 @@
# 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/>
srcdir="${srcdir:-.}"
SERV="${SERV:-../src/gnutls-serv${EXEEXT}}"
diff --git a/tests/gnutls_ext_raw_parse.c b/tests/gnutls_ext_raw_parse.c
index 2ffbb77896..283062ec93 100644
--- a/tests/gnutls_ext_raw_parse.c
+++ b/tests/gnutls_ext_raw_parse.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/gnutls_ext_raw_parse_dtls.c b/tests/gnutls_ext_raw_parse_dtls.c
index 6efbb119ba..8af863b7f5 100644
--- a/tests/gnutls_ext_raw_parse_dtls.c
+++ b/tests/gnutls_ext_raw_parse_dtls.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/gnutls_ocsp_resp_list_import2.c b/tests/gnutls_ocsp_resp_list_import2.c
index 03d1db8c56..1157f6e2e6 100644
--- a/tests/gnutls_ocsp_resp_list_import2.c
+++ b/tests/gnutls_ocsp_resp_list_import2.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* This tests key import for gnutls_ocsp_resp_t APIs */
diff --git a/tests/gnutls_record_overhead.c b/tests/gnutls_record_overhead.c
index 541d7c5e82..3fbd7f8778 100644
--- a/tests/gnutls_record_overhead.c
+++ b/tests/gnutls_record_overhead.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS. If not, see <http://www.gnu.org/licenses/>.
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*
*/
diff --git a/tests/gnutls_session_set_id.c b/tests/gnutls_session_set_id.c
index e0e167ed27..b085c0a176 100644
--- a/tests/gnutls_session_set_id.c
+++ b/tests/gnutls_session_set_id.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/gnutls_x509_crq_sign.c b/tests/gnutls_x509_crq_sign.c
index cea7b5212d..98719d81fe 100644
--- a/tests/gnutls_x509_crq_sign.c
+++ b/tests/gnutls_x509_crq_sign.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/gnutls_x509_crt_list_import.c b/tests/gnutls_x509_crt_list_import.c
index 6a8a1db894..a8cad7fbf2 100644
--- a/tests/gnutls_x509_crt_list_import.c
+++ b/tests/gnutls_x509_crt_list_import.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* This tests key import for gnutls_x509_privkey_t APIs */
diff --git a/tests/gnutls_x509_privkey_import.c b/tests/gnutls_x509_privkey_import.c
index b68f3ae9fd..ae8cc068d6 100644
--- a/tests/gnutls_x509_privkey_import.c
+++ b/tests/gnutls_x509_privkey_import.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* This tests key import for gnutls_x509_privkey_t APIs */
diff --git a/tests/handshake-large-cert.c b/tests/handshake-large-cert.c
index a89327bd73..87220f9502 100644
--- a/tests/handshake-large-cert.c
+++ b/tests/handshake-large-cert.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/handshake-timeout.c b/tests/handshake-timeout.c
index 92a398cce0..47c1ef33bc 100644
--- a/tests/handshake-timeout.c
+++ b/tests/handshake-timeout.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/hex.h b/tests/hex.h
index 48dcddd5c5..616d92489a 100644
--- a/tests/hex.h
+++ b/tests/hex.h
@@ -16,7 +16,7 @@
* 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/>
*/
#ifndef HEX_H
diff --git a/tests/memset.c b/tests/memset.c
index b39f289b4a..f49cde4fc6 100644
--- a/tests/memset.c
+++ b/tests/memset.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-record-failure.c b/tests/mini-record-failure.c
index 46df2a1900..da4e31354f 100644
--- a/tests/mini-record-failure.c
+++ b/tests/mini-record-failure.c
@@ -17,7 +17,7 @@
* 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/>
*
*/
diff --git a/tests/mini-record-range.c b/tests/mini-record-range.c
index 38d7c8d139..f0f0b25723 100644
--- a/tests/mini-record-range.c
+++ b/tests/mini-record-range.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-record.c b/tests/mini-record.c
index 56da1d845f..8a912a425c 100644
--- a/tests/mini-record.c
+++ b/tests/mini-record.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/mini-server-name.c b/tests/mini-server-name.c
index e18dcfc150..4f241c66ff 100644
--- a/tests/mini-server-name.c
+++ b/tests/mini-server-name.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/no-extensions.c b/tests/no-extensions.c
index dd75477f09..3bd9d06804 100644
--- a/tests/no-extensions.c
+++ b/tests/no-extensions.c
@@ -16,7 +16,7 @@
* 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/>
*
*/
diff --git a/tests/null_retrieve_function.c b/tests/null_retrieve_function.c
index 3e65975326..5c4464adaf 100644
--- a/tests/null_retrieve_function.c
+++ b/tests/null_retrieve_function.c
@@ -15,7 +15,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/ocsp-common.h b/tests/ocsp-common.h
index e17eea1e68..a1bee46173 100644
--- a/tests/ocsp-common.h
+++ b/tests/ocsp-common.h
@@ -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/>
*
*/
diff --git a/tests/ocsp-tests/ocsp-load-chain b/tests/ocsp-tests/ocsp-load-chain
index 304781043e..73bb4209d8 100755
--- a/tests/ocsp-tests/ocsp-load-chain
+++ b/tests/ocsp-tests/ocsp-load-chain
@@ -15,7 +15,7 @@
# 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/>
#set -e
diff --git a/tests/ocsp-tests/ocsptool b/tests/ocsp-tests/ocsptool
index 22d5bd3fb2..6677f80588 100755
--- a/tests/ocsp-tests/ocsptool
+++ b/tests/ocsp-tests/ocsptool
@@ -15,7 +15,7 @@
# 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/>
#set -e
diff --git a/tests/p11-kit-load.sh b/tests/p11-kit-load.sh
index 2a306fa886..3201a2c5fc 100755
--- a/tests/p11-kit-load.sh
+++ b/tests/p11-kit-load.sh
@@ -15,7 +15,7 @@
# 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/>
#set -e
diff --git a/tests/pkcs11/gnutls_pcert_list_import_x509_file.c b/tests/pkcs11/gnutls_pcert_list_import_x509_file.c
index 5cef01b668..e553c29317 100644
--- a/tests/pkcs11/gnutls_pcert_list_import_x509_file.c
+++ b/tests/pkcs11/gnutls_pcert_list_import_x509_file.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/gnutls_x509_crt_list_import_url.c b/tests/pkcs11/gnutls_x509_crt_list_import_url.c
index 21d31b3e39..869d7034fc 100644
--- a/tests/pkcs11/gnutls_x509_crt_list_import_url.c
+++ b/tests/pkcs11/gnutls_x509_crt_list_import_url.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/list-tokens.c b/tests/pkcs11/list-tokens.c
index 2bfe65c836..39cd730842 100644
--- a/tests/pkcs11/list-tokens.c
+++ b/tests/pkcs11/list-tokens.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-eddsa-privkey-test.c b/tests/pkcs11/pkcs11-eddsa-privkey-test.c
index 4be8847dd9..5bc653e029 100644
--- a/tests/pkcs11/pkcs11-eddsa-privkey-test.c
+++ b/tests/pkcs11/pkcs11-eddsa-privkey-test.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-mock.c b/tests/pkcs11/pkcs11-mock.c
index daf7d22bd2..7cd6ec2361 100644
--- a/tests/pkcs11/pkcs11-mock.c
+++ b/tests/pkcs11/pkcs11-mock.c
@@ -6,7 +6,7 @@
* Licensing for open source projects:
* PKCS11-MOCK is available under the terms of the GNU Affero General
* Public License version 3 as published by the Free Software Foundation.
- * Please see <http://www.gnu.org/licenses/agpl-3.0.html> for more details.
+ * Please see <https://www.gnu.org/licenses/agpl-3.0.html> for more details.
*
* Licensing for other types of projects:
* PKCS11-MOCK is available under the terms of flexible commercial license.
diff --git a/tests/pkcs11/pkcs11-mock.h b/tests/pkcs11/pkcs11-mock.h
index 9b2a66bbd0..5997f30ff1 100644
--- a/tests/pkcs11/pkcs11-mock.h
+++ b/tests/pkcs11/pkcs11-mock.h
@@ -6,7 +6,7 @@
* Licensing for open source projects:
* PKCS11-MOCK is available under the terms of the GNU Affero General
* Public License version 3 as published by the Free Software Foundation.
- * Please see <http://www.gnu.org/licenses/agpl-3.0.html> for more details.
+ * Please see <https://www.gnu.org/licenses/agpl-3.0.html> for more details.
*
* Licensing for other types of projects:
* PKCS11-MOCK is available under the terms of flexible commercial license.
diff --git a/tests/pkcs11/pkcs11-obj-raw.c b/tests/pkcs11/pkcs11-obj-raw.c
index f093928447..a9552725ad 100644
--- a/tests/pkcs11/pkcs11-obj-raw.c
+++ b/tests/pkcs11/pkcs11-obj-raw.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-privkey-generate.c b/tests/pkcs11/pkcs11-privkey-generate.c
index e831a490d9..d3ed905f6f 100644
--- a/tests/pkcs11/pkcs11-privkey-generate.c
+++ b/tests/pkcs11/pkcs11-privkey-generate.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-rsa-pss-privkey-test.c b/tests/pkcs11/pkcs11-rsa-pss-privkey-test.c
index 60045e9d04..fd8afb5ea8 100644
--- a/tests/pkcs11/pkcs11-rsa-pss-privkey-test.c
+++ b/tests/pkcs11/pkcs11-rsa-pss-privkey-test.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/pkcs11-token-raw.c b/tests/pkcs11/pkcs11-token-raw.c
index c09e762cc5..04ff12df39 100644
--- a/tests/pkcs11/pkcs11-token-raw.c
+++ b/tests/pkcs11/pkcs11-token-raw.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/pkcs11/tls-neg-pkcs11-key.c b/tests/pkcs11/tls-neg-pkcs11-key.c
index f91414a6af..fc7c3dc4ea 100644
--- a/tests/pkcs11/tls-neg-pkcs11-key.c
+++ b/tests/pkcs11/tls-neg-pkcs11-key.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* This tests TLS negotiation using the gnutls_privkey_import_ext2() APIs */
diff --git a/tests/post-client-hello-change-prio.c b/tests/post-client-hello-change-prio.c
index d2ff4cad85..833a538cf0 100644
--- a/tests/post-client-hello-change-prio.c
+++ b/tests/post-client-hello-change-prio.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/priority-init2.c b/tests/priority-init2.c
index f777e2f9a0..25919f16ad 100644
--- a/tests/priority-init2.c
+++ b/tests/priority-init2.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/priority-set.c b/tests/priority-set.c
index 1834d800a1..dcb21d8694 100644
--- a/tests/priority-set.c
+++ b/tests/priority-set.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/priority-set2.c b/tests/priority-set2.c
index 18b03d86ee..df99e17794 100644
--- a/tests/priority-set2.c
+++ b/tests/priority-set2.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/privkey-keygen.c b/tests/privkey-keygen.c
index 85f803a6b3..ad0bad8675 100644
--- a/tests/privkey-keygen.c
+++ b/tests/privkey-keygen.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/psktool.sh b/tests/psktool.sh
index aa1eddc703..a5302f57aa 100755
--- a/tests/psktool.sh
+++ b/tests/psktool.sh
@@ -17,7 +17,7 @@
# 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/>
srcdir="${srcdir:-.}"
PSKTOOL="${PSKTOOL:-../src/psktool${EXEEXT}}"
diff --git a/tests/rawpk-api.c b/tests/rawpk-api.c
index 1be9acf973..91722f99d1 100644
--- a/tests/rawpk-api.c
+++ b/tests/rawpk-api.c
@@ -16,7 +16,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 <stdio.h>
diff --git a/tests/record-pad.c b/tests/record-pad.c
index acbcce9c7b..1402a9ad93 100644
--- a/tests/record-pad.c
+++ b/tests/record-pad.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/resume-lifetime.c b/tests/resume-lifetime.c
index ad71d41059..3e72039327 100644
--- a/tests/resume-lifetime.c
+++ b/tests/resume-lifetime.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/resume-with-previous-stek.c b/tests/resume-with-previous-stek.c
index 2b2a4794a0..f212b188b9 100644
--- a/tests/resume-with-previous-stek.c
+++ b/tests/resume-with-previous-stek.c
@@ -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/>
*
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/resume-with-record-size-limit.c b/tests/resume-with-record-size-limit.c
index 49801a2f64..58f71c39af 100644
--- a/tests/resume-with-record-size-limit.c
+++ b/tests/resume-with-record-size-limit.c
@@ -18,7 +18,7 @@
* 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/>
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/resume-with-stek-expiration.c b/tests/resume-with-stek-expiration.c
index 7a6b532d63..80445d64d0 100644
--- a/tests/resume-with-stek-expiration.c
+++ b/tests/resume-with-stek-expiration.c
@@ -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/>
*
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/resume.c b/tests/resume.c
index 381f32da6a..04309fba6a 100644
--- a/tests/resume.c
+++ b/tests/resume.c
@@ -18,7 +18,7 @@
* 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/>
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/rng-fork.c b/tests/rng-fork.c
index 1083085c99..e4a374a82b 100644
--- a/tests/rng-fork.c
+++ b/tests/rng-fork.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS. If not, see <http://www.gnu.org/licenses/>.
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*
*/
diff --git a/tests/rng-op-key.c b/tests/rng-op-key.c
index ac504f8a8d..28e7f71523 100644
--- a/tests/rng-op-key.c
+++ b/tests/rng-op-key.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS. If not, see <http://www.gnu.org/licenses/>.
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*
*/
diff --git a/tests/rng-op-nonce.c b/tests/rng-op-nonce.c
index 130ba642c2..6602fd1383 100644
--- a/tests/rng-op-nonce.c
+++ b/tests/rng-op-nonce.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS. If not, see <http://www.gnu.org/licenses/>.
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*
*/
diff --git a/tests/rng-op-random.c b/tests/rng-op-random.c
index 9931f3aa58..b2c7d79cba 100644
--- a/tests/rng-op-random.c
+++ b/tests/rng-op-random.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS. If not, see <http://www.gnu.org/licenses/>.
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*
*/
diff --git a/tests/rng-op.c b/tests/rng-op.c
index c52bca813b..f9fd7dc478 100644
--- a/tests/rng-op.c
+++ b/tests/rng-op.c
@@ -17,7 +17,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS. If not, see <http://www.gnu.org/licenses/>.
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*
*/
diff --git a/tests/rng-sigint.c b/tests/rng-sigint.c
index 668be53481..76b76f353c 100644
--- a/tests/rng-sigint.c
+++ b/tests/rng-sigint.c
@@ -16,7 +16,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS. If not, see <http://www.gnu.org/licenses/>.
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*
*/
diff --git a/tests/rsa-rsa-pss.c b/tests/rsa-rsa-pss.c
index 2ba926e321..7ba66803d5 100644
--- a/tests/rsa-rsa-pss.c
+++ b/tests/rsa-rsa-pss.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/sanity-cpp.cpp b/tests/sanity-cpp.cpp
index 9c6679ce61..452689345c 100644
--- a/tests/sanity-cpp.cpp
+++ b/tests/sanity-cpp.cpp
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/seccomp.c b/tests/seccomp.c
index 466f7db740..7137c87b29 100644
--- a/tests/seccomp.c
+++ b/tests/seccomp.c
@@ -14,7 +14,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>
diff --git a/tests/server-kx-neg-common.c b/tests/server-kx-neg-common.c
index 5f80a60b15..184dc7e0c1 100644
--- a/tests/server-kx-neg-common.c
+++ b/tests/server-kx-neg-common.c
@@ -16,7 +16,7 @@
* 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 <assert.h>
diff --git a/tests/server-sign-md5-rep.c b/tests/server-sign-md5-rep.c
index 99ca622613..dd944b767c 100644
--- a/tests/server-sign-md5-rep.c
+++ b/tests/server-sign-md5-rep.c
@@ -16,7 +16,7 @@
* 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/>
*
*/
diff --git a/tests/session-rdn-read.c b/tests/session-rdn-read.c
index 19cbfb057c..8ca88ea48f 100644
--- a/tests/session-rdn-read.c
+++ b/tests/session-rdn-read.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/session-tickets-missing.c b/tests/session-tickets-missing.c
index 35c9045b46..8b7b9ffda9 100644
--- a/tests/session-tickets-missing.c
+++ b/tests/session-tickets-missing.c
@@ -16,7 +16,7 @@
* 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/>
*
*/
diff --git a/tests/set-default-prio.c b/tests/set-default-prio.c
index 68e60d7889..59b3d873ea 100644
--- a/tests/set-default-prio.c
+++ b/tests/set-default-prio.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/set_x509_key_file-late.c b/tests/set_x509_key_file-late.c
index 7de1c1fc5e..9a7259fec8 100644
--- a/tests/set_x509_key_file-late.c
+++ b/tests/set_x509_key_file-late.c
@@ -17,7 +17,7 @@
* 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/>
*/
/* This test checks the behavior of handshake process if credentials
diff --git a/tests/set_x509_ocsp_multi_invalid.c b/tests/set_x509_ocsp_multi_invalid.c
index 8afa910833..515578cde7 100644
--- a/tests/set_x509_ocsp_multi_invalid.c
+++ b/tests/set_x509_ocsp_multi_invalid.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/set_x509_ocsp_multi_pem.c b/tests/set_x509_ocsp_multi_pem.c
index 5b72a28a6c..c5c22dd618 100644
--- a/tests/set_x509_ocsp_multi_pem.c
+++ b/tests/set_x509_ocsp_multi_pem.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/set_x509_ocsp_multi_unknown.c b/tests/set_x509_ocsp_multi_unknown.c
index 75ca1e1983..882edf1ee3 100644
--- a/tests/set_x509_ocsp_multi_unknown.c
+++ b/tests/set_x509_ocsp_multi_unknown.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/sign-is-secure.c b/tests/sign-is-secure.c
index 694fb143de..729e5024b3 100644
--- a/tests/sign-is-secure.c
+++ b/tests/sign-is-secure.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/sign-verify-ext4.c b/tests/sign-verify-ext4.c
index be582ec148..c01beff33f 100644
--- a/tests/sign-verify-ext4.c
+++ b/tests/sign-verify-ext4.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* This tests the gnutls_privkey_import_ext4() APIs */
diff --git a/tests/slow/cipher-api-test.c b/tests/slow/cipher-api-test.c
index 4a9cd1ea30..a29963aa5a 100644
--- a/tests/slow/cipher-api-test.c
+++ b/tests/slow/cipher-api-test.c
@@ -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/>
*
*/
diff --git a/tests/slow/hash-large.c b/tests/slow/hash-large.c
index 4c9846453e..33dc1df0da 100644
--- a/tests/slow/hash-large.c
+++ b/tests/slow/hash-large.c
@@ -15,7 +15,7 @@
* GNU 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/slow/test-ciphers-api.sh b/tests/slow/test-ciphers-api.sh
index 904ab756bb..d591496be1 100755
--- a/tests/slow/test-ciphers-api.sh
+++ b/tests/slow/test-ciphers-api.sh
@@ -17,7 +17,7 @@
# 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/>
srcdir="${srcdir:-.}"
PROG=./cipher-api-test${EXEEXT}
diff --git a/tests/slow/test-hash-large.sh b/tests/slow/test-hash-large.sh
index 750b0badbb..944eaa5d8d 100755
--- a/tests/slow/test-hash-large.sh
+++ b/tests/slow/test-hash-large.sh
@@ -18,7 +18,7 @@
# 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/>
#
PROG=./hash-large${EXEEXT}
diff --git a/tests/sni-hostname.sh b/tests/sni-hostname.sh
index 4c5f8d2a94..8bcc3b9a8a 100755
--- a/tests/sni-hostname.sh
+++ b/tests/sni-hostname.sh
@@ -17,7 +17,7 @@
# 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/>
srcdir="${srcdir:-.}"
SERV="${SERV:-../src/gnutls-serv${EXEEXT}}"
diff --git a/tests/sni-resume.sh b/tests/sni-resume.sh
index f1af5fab0f..913f4a8b79 100755
--- a/tests/sni-resume.sh
+++ b/tests/sni-resume.sh
@@ -17,7 +17,7 @@
# 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/>
srcdir="${srcdir:-.}"
SERV="${SERV:-../src/gnutls-serv${EXEEXT}}"
diff --git a/tests/spki-abstract.c b/tests/spki-abstract.c
index 768f4c9ce9..d912172d76 100644
--- a/tests/spki-abstract.c
+++ b/tests/spki-abstract.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/spki.c b/tests/spki.c
index f66dd748e1..e5f88e1351 100644
--- a/tests/spki.c
+++ b/tests/spki.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/srp.c b/tests/srp.c
index 6b2d953c00..e659f22163 100644
--- a/tests/srp.c
+++ b/tests/srp.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/ssl30-cipher-neg.c b/tests/ssl30-cipher-neg.c
index 51807af7c0..a438f4b7ea 100644
--- a/tests/ssl30-cipher-neg.c
+++ b/tests/ssl30-cipher-neg.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/ssl30-server-kx-neg.c b/tests/ssl30-server-kx-neg.c
index 46a2213290..cdfc1e466c 100644
--- a/tests/ssl30-server-kx-neg.c
+++ b/tests/ssl30-server-kx-neg.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/eina_config.h b/tests/suite/ecore/eina_config.h
index 14ba859a29..79fa42ca6e 100644
--- a/tests/suite/ecore/eina_config.h
+++ b/tests/suite/ecore/eina_config.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_CONFIG_H_
diff --git a/tests/suite/ecore/src/include/Eina.h b/tests/suite/ecore/src/include/Eina.h
index a7bda06aa8..cbb13f5a76 100644
--- a/tests/suite/ecore/src/include/Eina.h
+++ b/tests/suite/ecore/src/include/Eina.h
@@ -29,7 +29,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_H_
diff --git a/tests/suite/ecore/src/include/eina_accessor.h b/tests/suite/ecore/src/include/eina_accessor.h
index f3f29a4849..a5a5bdab5f 100644
--- a/tests/suite/ecore/src/include/eina_accessor.h
+++ b/tests/suite/ecore/src/include/eina_accessor.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_ACCESSOR_H__
diff --git a/tests/suite/ecore/src/include/eina_array.h b/tests/suite/ecore/src/include/eina_array.h
index fa647dcef3..e156ce5b72 100644
--- a/tests/suite/ecore/src/include/eina_array.h
+++ b/tests/suite/ecore/src/include/eina_array.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_ARRAY_H_
diff --git a/tests/suite/ecore/src/include/eina_benchmark.h b/tests/suite/ecore/src/include/eina_benchmark.h
index 2fd7b8cf50..3c7af673b9 100644
--- a/tests/suite/ecore/src/include/eina_benchmark.h
+++ b/tests/suite/ecore/src/include/eina_benchmark.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_BENCHMARK_H_
diff --git a/tests/suite/ecore/src/include/eina_binshare.h b/tests/suite/ecore/src/include/eina_binshare.h
index 471665ad30..05b563d88d 100644
--- a/tests/suite/ecore/src/include/eina_binshare.h
+++ b/tests/suite/ecore/src/include/eina_binshare.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*
* This file incorporates work covered by the following copyright and
* permission notice:
diff --git a/tests/suite/ecore/src/include/eina_config.h b/tests/suite/ecore/src/include/eina_config.h
index 14ba859a29..79fa42ca6e 100644
--- a/tests/suite/ecore/src/include/eina_config.h
+++ b/tests/suite/ecore/src/include/eina_config.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_CONFIG_H_
diff --git a/tests/suite/ecore/src/include/eina_convert.h b/tests/suite/ecore/src/include/eina_convert.h
index e4a56d6d00..efbb77558c 100644
--- a/tests/suite/ecore/src/include/eina_convert.h
+++ b/tests/suite/ecore/src/include/eina_convert.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_CONVERT_H_
diff --git a/tests/suite/ecore/src/include/eina_counter.h b/tests/suite/ecore/src/include/eina_counter.h
index 443586a7bb..7743ba6be2 100644
--- a/tests/suite/ecore/src/include/eina_counter.h
+++ b/tests/suite/ecore/src/include/eina_counter.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_COUNTER_H_
diff --git a/tests/suite/ecore/src/include/eina_cpu.h b/tests/suite/ecore/src/include/eina_cpu.h
index 3fb293af66..f87c308839 100644
--- a/tests/suite/ecore/src/include/eina_cpu.h
+++ b/tests/suite/ecore/src/include/eina_cpu.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_CPU_H_
diff --git a/tests/suite/ecore/src/include/eina_error.h b/tests/suite/ecore/src/include/eina_error.h
index f654c4b1ea..71b3ea5da3 100644
--- a/tests/suite/ecore/src/include/eina_error.h
+++ b/tests/suite/ecore/src/include/eina_error.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_ERROR_H_
diff --git a/tests/suite/ecore/src/include/eina_file.h b/tests/suite/ecore/src/include/eina_file.h
index b30bf9682b..e7ea6d00eb 100644
--- a/tests/suite/ecore/src/include/eina_file.h
+++ b/tests/suite/ecore/src/include/eina_file.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_FILE_H_
diff --git a/tests/suite/ecore/src/include/eina_fp.h b/tests/suite/ecore/src/include/eina_fp.h
index 5aba5ef96f..e1b5f16b10 100644
--- a/tests/suite/ecore/src/include/eina_fp.h
+++ b/tests/suite/ecore/src/include/eina_fp.h
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_FP_H_
diff --git a/tests/suite/ecore/src/include/eina_hamster.h b/tests/suite/ecore/src/include/eina_hamster.h
index 5b160994fd..c01198946c 100644
--- a/tests/suite/ecore/src/include/eina_hamster.h
+++ b/tests/suite/ecore/src/include/eina_hamster.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_HAMSTER_H_
diff --git a/tests/suite/ecore/src/include/eina_hash.h b/tests/suite/ecore/src/include/eina_hash.h
index d1fc8b13aa..b19e8e24f6 100644
--- a/tests/suite/ecore/src/include/eina_hash.h
+++ b/tests/suite/ecore/src/include/eina_hash.h
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_HASH_H_
diff --git a/tests/suite/ecore/src/include/eina_inline_array.x b/tests/suite/ecore/src/include/eina_inline_array.x
index 883d728b8d..7e77151caa 100644
--- a/tests/suite/ecore/src/include/eina_inline_array.x
+++ b/tests/suite/ecore/src/include/eina_inline_array.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_INLINE_ARRAY_X_
diff --git a/tests/suite/ecore/src/include/eina_inline_f16p16.x b/tests/suite/ecore/src/include/eina_inline_f16p16.x
index e16d188dce..28edd2c0da 100644
--- a/tests/suite/ecore/src/include/eina_inline_f16p16.x
+++ b/tests/suite/ecore/src/include/eina_inline_f16p16.x
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_INLINE_F16P16_X_
diff --git a/tests/suite/ecore/src/include/eina_inline_f32p32.x b/tests/suite/ecore/src/include/eina_inline_f32p32.x
index 73480de02c..c76f8d370a 100644
--- a/tests/suite/ecore/src/include/eina_inline_f32p32.x
+++ b/tests/suite/ecore/src/include/eina_inline_f32p32.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_INLINE_F32P32_X_
diff --git a/tests/suite/ecore/src/include/eina_inline_f8p24.x b/tests/suite/ecore/src/include/eina_inline_f8p24.x
index f80bf6149c..b17f4bdbc3 100644
--- a/tests/suite/ecore/src/include/eina_inline_f8p24.x
+++ b/tests/suite/ecore/src/include/eina_inline_f8p24.x
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_INLINE_F8P24_X_
diff --git a/tests/suite/ecore/src/include/eina_inline_fp.x b/tests/suite/ecore/src/include/eina_inline_fp.x
index de44123b28..a36e66bd30 100644
--- a/tests/suite/ecore/src/include/eina_inline_fp.x
+++ b/tests/suite/ecore/src/include/eina_inline_fp.x
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_INLINE_FP_X_
diff --git a/tests/suite/ecore/src/include/eina_inline_hash.x b/tests/suite/ecore/src/include/eina_inline_hash.x
index 8aa7bec865..3d74db2cdd 100644
--- a/tests/suite/ecore/src/include/eina_inline_hash.x
+++ b/tests/suite/ecore/src/include/eina_inline_hash.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_INLINE_HASH_X_
diff --git a/tests/suite/ecore/src/include/eina_inline_list.x b/tests/suite/ecore/src/include/eina_inline_list.x
index 832537097e..adbec94f8b 100644
--- a/tests/suite/ecore/src/include/eina_inline_list.x
+++ b/tests/suite/ecore/src/include/eina_inline_list.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_LIST_INLINE_H_
diff --git a/tests/suite/ecore/src/include/eina_inline_log.x b/tests/suite/ecore/src/include/eina_inline_log.x
index 4cdd7d8393..2041614ae8 100644
--- a/tests/suite/ecore/src/include/eina_inline_log.x
+++ b/tests/suite/ecore/src/include/eina_inline_log.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_LOG_INLINE_H_
diff --git a/tests/suite/ecore/src/include/eina_inline_mempool.x b/tests/suite/ecore/src/include/eina_inline_mempool.x
index 3f44b901d5..00cebe67bd 100644
--- a/tests/suite/ecore/src/include/eina_inline_mempool.x
+++ b/tests/suite/ecore/src/include/eina_inline_mempool.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_INLINE_MEMPOOL_X_
diff --git a/tests/suite/ecore/src/include/eina_inline_rbtree.x b/tests/suite/ecore/src/include/eina_inline_rbtree.x
index 954774b851..6a30c78099 100644
--- a/tests/suite/ecore/src/include/eina_inline_rbtree.x
+++ b/tests/suite/ecore/src/include/eina_inline_rbtree.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_RBTREE_INLINE_H_
diff --git a/tests/suite/ecore/src/include/eina_inline_rectangle.x b/tests/suite/ecore/src/include/eina_inline_rectangle.x
index 29ad24b7ca..fa4696c61f 100644
--- a/tests/suite/ecore/src/include/eina_inline_rectangle.x
+++ b/tests/suite/ecore/src/include/eina_inline_rectangle.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_INLINE_RECTANGLE_H__
diff --git a/tests/suite/ecore/src/include/eina_inline_str.x b/tests/suite/ecore/src/include/eina_inline_str.x
index 2daeb8524c..a9d8579217 100644
--- a/tests/suite/ecore/src/include/eina_inline_str.x
+++ b/tests/suite/ecore/src/include/eina_inline_str.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_STR_INLINE_H_
diff --git a/tests/suite/ecore/src/include/eina_inline_stringshare.x b/tests/suite/ecore/src/include/eina_inline_stringshare.x
index bfd7677341..236c227416 100644
--- a/tests/suite/ecore/src/include/eina_inline_stringshare.x
+++ b/tests/suite/ecore/src/include/eina_inline_stringshare.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_STRINGSHARE_INLINE_H_
diff --git a/tests/suite/ecore/src/include/eina_inline_tiler.x b/tests/suite/ecore/src/include/eina_inline_tiler.x
index ffc34c1cf6..9919339386 100644
--- a/tests/suite/ecore/src/include/eina_inline_tiler.x
+++ b/tests/suite/ecore/src/include/eina_inline_tiler.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_TILER_INLINE_H_
diff --git a/tests/suite/ecore/src/include/eina_inline_trash.x b/tests/suite/ecore/src/include/eina_inline_trash.x
index 4a50611174..0fa78ce631 100644
--- a/tests/suite/ecore/src/include/eina_inline_trash.x
+++ b/tests/suite/ecore/src/include/eina_inline_trash.x
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_INLINE_TRASH_X__
diff --git a/tests/suite/ecore/src/include/eina_inline_ustringshare.x b/tests/suite/ecore/src/include/eina_inline_ustringshare.x
index ace6fdc325..c2e13e003d 100644
--- a/tests/suite/ecore/src/include/eina_inline_ustringshare.x
+++ b/tests/suite/ecore/src/include/eina_inline_ustringshare.x
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_USTRINGSHARE_INLINE_H_
diff --git a/tests/suite/ecore/src/include/eina_inlist.h b/tests/suite/ecore/src/include/eina_inlist.h
index 6e55de38ea..793354f376 100644
--- a/tests/suite/ecore/src/include/eina_inlist.h
+++ b/tests/suite/ecore/src/include/eina_inlist.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_INLIST_H_
diff --git a/tests/suite/ecore/src/include/eina_iterator.h b/tests/suite/ecore/src/include/eina_iterator.h
index 5db0809911..ad5d00c53b 100644
--- a/tests/suite/ecore/src/include/eina_iterator.h
+++ b/tests/suite/ecore/src/include/eina_iterator.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_ITERATOR_H__
diff --git a/tests/suite/ecore/src/include/eina_lalloc.h b/tests/suite/ecore/src/include/eina_lalloc.h
index 69ccba8653..260bcf5097 100644
--- a/tests/suite/ecore/src/include/eina_lalloc.h
+++ b/tests/suite/ecore/src/include/eina_lalloc.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_LALLOC_H_
diff --git a/tests/suite/ecore/src/include/eina_list.h b/tests/suite/ecore/src/include/eina_list.h
index 63219f7cda..3a03e73619 100644
--- a/tests/suite/ecore/src/include/eina_list.h
+++ b/tests/suite/ecore/src/include/eina_list.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_LIST_H_
diff --git a/tests/suite/ecore/src/include/eina_log.h b/tests/suite/ecore/src/include/eina_log.h
index 3e39bc5e8a..af0566951a 100644
--- a/tests/suite/ecore/src/include/eina_log.h
+++ b/tests/suite/ecore/src/include/eina_log.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_LOG_H_
diff --git a/tests/suite/ecore/src/include/eina_magic.h b/tests/suite/ecore/src/include/eina_magic.h
index 1f703932ad..87f4ce3e76 100644
--- a/tests/suite/ecore/src/include/eina_magic.h
+++ b/tests/suite/ecore/src/include/eina_magic.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_MAGIC_H_
diff --git a/tests/suite/ecore/src/include/eina_main.h b/tests/suite/ecore/src/include/eina_main.h
index 06e64d9813..784ad050be 100644
--- a/tests/suite/ecore/src/include/eina_main.h
+++ b/tests/suite/ecore/src/include/eina_main.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_MAIN_H_
diff --git a/tests/suite/ecore/src/include/eina_matrixsparse.h b/tests/suite/ecore/src/include/eina_matrixsparse.h
index 561ff1a6ba..fc63ec22ed 100644
--- a/tests/suite/ecore/src/include/eina_matrixsparse.h
+++ b/tests/suite/ecore/src/include/eina_matrixsparse.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_MATRIXSPARSE_H_
diff --git a/tests/suite/ecore/src/include/eina_mempool.h b/tests/suite/ecore/src/include/eina_mempool.h
index b8004eb143..1588cad396 100644
--- a/tests/suite/ecore/src/include/eina_mempool.h
+++ b/tests/suite/ecore/src/include/eina_mempool.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_MEMPOOL_H_
diff --git a/tests/suite/ecore/src/include/eina_module.h b/tests/suite/ecore/src/include/eina_module.h
index ac3df387a6..91918fbe46 100644
--- a/tests/suite/ecore/src/include/eina_module.h
+++ b/tests/suite/ecore/src/include/eina_module.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_MODULE_H_
diff --git a/tests/suite/ecore/src/include/eina_quadtree.h b/tests/suite/ecore/src/include/eina_quadtree.h
index f77b21c954..cbd4c220c8 100644
--- a/tests/suite/ecore/src/include/eina_quadtree.h
+++ b/tests/suite/ecore/src/include/eina_quadtree.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_QUADTREE_H_
diff --git a/tests/suite/ecore/src/include/eina_rbtree.h b/tests/suite/ecore/src/include/eina_rbtree.h
index f2b0e987bb..6bb6f1a53e 100644
--- a/tests/suite/ecore/src/include/eina_rbtree.h
+++ b/tests/suite/ecore/src/include/eina_rbtree.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_RBTREE_H__
diff --git a/tests/suite/ecore/src/include/eina_rectangle.h b/tests/suite/ecore/src/include/eina_rectangle.h
index 71a4e70c28..0910891505 100644
--- a/tests/suite/ecore/src/include/eina_rectangle.h
+++ b/tests/suite/ecore/src/include/eina_rectangle.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_RECTANGLE_H_
diff --git a/tests/suite/ecore/src/include/eina_safety_checks.h b/tests/suite/ecore/src/include/eina_safety_checks.h
index 43bb86e6b8..9a67572d5b 100644
--- a/tests/suite/ecore/src/include/eina_safety_checks.h
+++ b/tests/suite/ecore/src/include/eina_safety_checks.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_SAFETY_CHECKS_H_
diff --git a/tests/suite/ecore/src/include/eina_sched.h b/tests/suite/ecore/src/include/eina_sched.h
index 89d0d9eaf0..017aa2df51 100644
--- a/tests/suite/ecore/src/include/eina_sched.h
+++ b/tests/suite/ecore/src/include/eina_sched.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_SCHED_H_
diff --git a/tests/suite/ecore/src/include/eina_stringshare.h b/tests/suite/ecore/src/include/eina_stringshare.h
index cc9f46cd6a..88e27b60c3 100644
--- a/tests/suite/ecore/src/include/eina_stringshare.h
+++ b/tests/suite/ecore/src/include/eina_stringshare.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*
* This file incorporates work covered by the following copyright and
* permission notice:
diff --git a/tests/suite/ecore/src/include/eina_tiler.h b/tests/suite/ecore/src/include/eina_tiler.h
index b671b11d78..9c23356855 100644
--- a/tests/suite/ecore/src/include/eina_tiler.h
+++ b/tests/suite/ecore/src/include/eina_tiler.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_TILER_H_
diff --git a/tests/suite/ecore/src/include/eina_trash.h b/tests/suite/ecore/src/include/eina_trash.h
index c7088e4f8a..e3ceb7b41f 100644
--- a/tests/suite/ecore/src/include/eina_trash.h
+++ b/tests/suite/ecore/src/include/eina_trash.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_TRASH_H__
diff --git a/tests/suite/ecore/src/include/eina_types.h b/tests/suite/ecore/src/include/eina_types.h
index bb20a23138..bde20a3f22 100644
--- a/tests/suite/ecore/src/include/eina_types.h
+++ b/tests/suite/ecore/src/include/eina_types.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_TYPES_H_
diff --git a/tests/suite/ecore/src/include/eina_ustringshare.h b/tests/suite/ecore/src/include/eina_ustringshare.h
index 2db5aa9002..60f83f2f56 100644
--- a/tests/suite/ecore/src/include/eina_ustringshare.h
+++ b/tests/suite/ecore/src/include/eina_ustringshare.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*
* This file incorporates work covered by the following copyright and
* permission notice:
diff --git a/tests/suite/ecore/src/lib/eina_accessor.c b/tests/suite/ecore/src/lib/eina_accessor.c
index ade870a935..74e2769f3f 100644
--- a/tests/suite/ecore/src/lib/eina_accessor.c
+++ b/tests/suite/ecore/src/lib/eina_accessor.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_array.c b/tests/suite/ecore/src/lib/eina_array.c
index e6bb0493df..b43e289475 100644
--- a/tests/suite/ecore/src/lib/eina_array.c
+++ b/tests/suite/ecore/src/lib/eina_array.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/tests/suite/ecore/src/lib/eina_benchmark.c b/tests/suite/ecore/src/lib/eina_benchmark.c
index 83ead5ee5a..7669121c24 100644
--- a/tests/suite/ecore/src/lib/eina_benchmark.c
+++ b/tests/suite/ecore/src/lib/eina_benchmark.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/tests/suite/ecore/src/lib/eina_binshare.c b/tests/suite/ecore/src/lib/eina_binshare.c
index f6946379ab..9754f76d94 100644
--- a/tests/suite/ecore/src/lib/eina_binshare.c
+++ b/tests/suite/ecore/src/lib/eina_binshare.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
/**
diff --git a/tests/suite/ecore/src/lib/eina_chained_mempool.c b/tests/suite/ecore/src/lib/eina_chained_mempool.c
index 2fd5152a24..e79d5078d8 100644
--- a/tests/suite/ecore/src/lib/eina_chained_mempool.c
+++ b/tests/suite/ecore/src/lib/eina_chained_mempool.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_convert.c b/tests/suite/ecore/src/lib/eina_convert.c
index d949723c28..c4a2523eb9 100644
--- a/tests/suite/ecore/src/lib/eina_convert.c
+++ b/tests/suite/ecore/src/lib/eina_convert.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_counter.c b/tests/suite/ecore/src/lib/eina_counter.c
index b22c8ac067..6b0c5b67a9 100644
--- a/tests/suite/ecore/src/lib/eina_counter.c
+++ b/tests/suite/ecore/src/lib/eina_counter.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_cpu.c b/tests/suite/ecore/src/lib/eina_cpu.c
index d50506a03e..1b839fc48e 100644
--- a/tests/suite/ecore/src/lib/eina_cpu.c
+++ b/tests/suite/ecore/src/lib/eina_cpu.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_error.c b/tests/suite/ecore/src/lib/eina_error.c
index 17ec74d904..9bdf1c19e5 100644
--- a/tests/suite/ecore/src/lib/eina_error.c
+++ b/tests/suite/ecore/src/lib/eina_error.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/tests/suite/ecore/src/lib/eina_file.c b/tests/suite/ecore/src/lib/eina_file.c
index ca1cb35969..454d0ca729 100644
--- a/tests/suite/ecore/src/lib/eina_file.c
+++ b/tests/suite/ecore/src/lib/eina_file.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_hamster.c b/tests/suite/ecore/src/lib/eina_hamster.c
index 4390430e8e..2c462f1e4a 100644
--- a/tests/suite/ecore/src/lib/eina_hamster.c
+++ b/tests/suite/ecore/src/lib/eina_hamster.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_hash.c b/tests/suite/ecore/src/lib/eina_hash.c
index 5af5ee9a28..f75a150f87 100644
--- a/tests/suite/ecore/src/lib/eina_hash.c
+++ b/tests/suite/ecore/src/lib/eina_hash.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_inlist.c b/tests/suite/ecore/src/lib/eina_inlist.c
index a8f65ce624..f26c2548b5 100644
--- a/tests/suite/ecore/src/lib/eina_inlist.c
+++ b/tests/suite/ecore/src/lib/eina_inlist.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_iterator.c b/tests/suite/ecore/src/lib/eina_iterator.c
index 7389319519..29bc4ebc2b 100644
--- a/tests/suite/ecore/src/lib/eina_iterator.c
+++ b/tests/suite/ecore/src/lib/eina_iterator.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_lalloc.c b/tests/suite/ecore/src/lib/eina_lalloc.c
index a902d7623d..e118a62229 100644
--- a/tests/suite/ecore/src/lib/eina_lalloc.c
+++ b/tests/suite/ecore/src/lib/eina_lalloc.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_list.c b/tests/suite/ecore/src/lib/eina_list.c
index b8901c6644..0b0c12d5c8 100644
--- a/tests/suite/ecore/src/lib/eina_list.c
+++ b/tests/suite/ecore/src/lib/eina_list.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*
* This file incorporates work covered by the following copyright and
* permission notice:
diff --git a/tests/suite/ecore/src/lib/eina_log.c b/tests/suite/ecore/src/lib/eina_log.c
index 5b5aca839f..18a414bcfa 100644
--- a/tests/suite/ecore/src/lib/eina_log.c
+++ b/tests/suite/ecore/src/lib/eina_log.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/tests/suite/ecore/src/lib/eina_magic.c b/tests/suite/ecore/src/lib/eina_magic.c
index cc607d0f11..266c1474d8 100644
--- a/tests/suite/ecore/src/lib/eina_magic.c
+++ b/tests/suite/ecore/src/lib/eina_magic.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_main.c b/tests/suite/ecore/src/lib/eina_main.c
index 32be0fe653..46f1ddfdf3 100644
--- a/tests/suite/ecore/src/lib/eina_main.c
+++ b/tests/suite/ecore/src/lib/eina_main.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_matrixsparse.c b/tests/suite/ecore/src/lib/eina_matrixsparse.c
index bf88cefe12..cb17d885f1 100644
--- a/tests/suite/ecore/src/lib/eina_matrixsparse.c
+++ b/tests/suite/ecore/src/lib/eina_matrixsparse.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/tests/suite/ecore/src/lib/eina_mempool.c b/tests/suite/ecore/src/lib/eina_mempool.c
index 1828e76ee6..8978720e29 100644
--- a/tests/suite/ecore/src/lib/eina_mempool.c
+++ b/tests/suite/ecore/src/lib/eina_mempool.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_module.c b/tests/suite/ecore/src/lib/eina_module.c
index 2e7301b013..c47db1729a 100644
--- a/tests/suite/ecore/src/lib/eina_module.c
+++ b/tests/suite/ecore/src/lib/eina_module.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_private.h b/tests/suite/ecore/src/lib/eina_private.h
index 30b3859a1a..18ab5bd989 100644
--- a/tests/suite/ecore/src/lib/eina_private.h
+++ b/tests/suite/ecore/src/lib/eina_private.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EINA_PRIVATE_H_
diff --git a/tests/suite/ecore/src/lib/eina_quadtree.c b/tests/suite/ecore/src/lib/eina_quadtree.c
index 063b87b4c1..a4cc4486a0 100644
--- a/tests/suite/ecore/src/lib/eina_quadtree.c
+++ b/tests/suite/ecore/src/lib/eina_quadtree.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
/**
diff --git a/tests/suite/ecore/src/lib/eina_rbtree.c b/tests/suite/ecore/src/lib/eina_rbtree.c
index 905cafd302..543d45ab17 100644
--- a/tests/suite/ecore/src/lib/eina_rbtree.c
+++ b/tests/suite/ecore/src/lib/eina_rbtree.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_rectangle.c b/tests/suite/ecore/src/lib/eina_rectangle.c
index 7ad8428352..dee79ff374 100644
--- a/tests/suite/ecore/src/lib/eina_rectangle.c
+++ b/tests/suite/ecore/src/lib/eina_rectangle.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_safety_checks.c b/tests/suite/ecore/src/lib/eina_safety_checks.c
index 78f82c76ac..ba4fc3da2f 100644
--- a/tests/suite/ecore/src/lib/eina_safety_checks.c
+++ b/tests/suite/ecore/src/lib/eina_safety_checks.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_sched.c b/tests/suite/ecore/src/lib/eina_sched.c
index 69e2d06682..fc32319bfa 100644
--- a/tests/suite/ecore/src/lib/eina_sched.c
+++ b/tests/suite/ecore/src/lib/eina_sched.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/suite/ecore/src/lib/eina_share_common.c b/tests/suite/ecore/src/lib/eina_share_common.c
index 76deb8b3ac..61def98561 100644
--- a/tests/suite/ecore/src/lib/eina_share_common.c
+++ b/tests/suite/ecore/src/lib/eina_share_common.c
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*
* This file incorporates work covered by the following copyright and
* permission notice:
diff --git a/tests/suite/ecore/src/lib/eina_share_common.h b/tests/suite/ecore/src/lib/eina_share_common.h
index 99b8481f95..63c1f9277d 100644
--- a/tests/suite/ecore/src/lib/eina_share_common.h
+++ b/tests/suite/ecore/src/lib/eina_share_common.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*
* This file incorporates work covered by the following copyright and
* permission notice:
diff --git a/tests/suite/ecore/src/lib/eina_stringshare.c b/tests/suite/ecore/src/lib/eina_stringshare.c
index 9269437e9d..5251929e4f 100644
--- a/tests/suite/ecore/src/lib/eina_stringshare.c
+++ b/tests/suite/ecore/src/lib/eina_stringshare.c
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
/**
diff --git a/tests/suite/ecore/src/lib/eina_tiler.c b/tests/suite/ecore/src/lib/eina_tiler.c
index 5d31aba6cf..57331b385d 100644
--- a/tests/suite/ecore/src/lib/eina_tiler.c
+++ b/tests/suite/ecore/src/lib/eina_tiler.c
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
/* TODO
diff --git a/tests/suite/ecore/src/lib/eina_unicode.c b/tests/suite/ecore/src/lib/eina_unicode.c
index d414ae9f83..e4fa7be83b 100644
--- a/tests/suite/ecore/src/lib/eina_unicode.c
+++ b/tests/suite/ecore/src/lib/eina_unicode.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/tests/suite/ecore/src/lib/eina_ustringshare.c b/tests/suite/ecore/src/lib/eina_ustringshare.c
index 11f9f7a136..fc0db80c01 100644
--- a/tests/suite/ecore/src/lib/eina_ustringshare.c
+++ b/tests/suite/ecore/src/lib/eina_ustringshare.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library;
- * if not, see <http://www.gnu.org/licenses/>.
+ * if not, see <https://www.gnu.org/licenses/>.
*/
/**
diff --git a/tests/suite/rng.c b/tests/suite/rng.c
index 019bd8730c..f057c30e44 100644
--- a/tests/suite/rng.c
+++ b/tests/suite/rng.c
@@ -14,7 +14,7 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS. If not, see <http://www.gnu.org/licenses/>.
+ * along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
*
*/
diff --git a/tests/test-chains.h b/tests/test-chains.h
index 095ccbabd2..3ca098d4ba 100644
--- a/tests/test-chains.h
+++ b/tests/test-chains.h
@@ -17,7 +17,7 @@
* 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/>
*/
/* *INDENT-OFF* */
diff --git a/tests/tls-crt_type-neg.c b/tests/tls-crt_type-neg.c
index f09d3cb27f..690bea9081 100644
--- a/tests/tls-crt_type-neg.c
+++ b/tests/tls-crt_type-neg.c
@@ -16,7 +16,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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls-ext-not-in-dtls.c b/tests/tls-ext-not-in-dtls.c
index 1bbf2e2887..4115b64b75 100644
--- a/tests/tls-ext-not-in-dtls.c
+++ b/tests/tls-ext-not-in-dtls.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls-force-etm.c b/tests/tls-force-etm.c
index 1cc42ec5ec..8dce6e9f34 100644
--- a/tests/tls-force-etm.c
+++ b/tests/tls-force-etm.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls-neg-ext-key.c b/tests/tls-neg-ext-key.c
index 95e9414a59..ad3f4ac0c9 100644
--- a/tests/tls-neg-ext-key.c
+++ b/tests/tls-neg-ext-key.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* This tests TLS negotiation using the gnutls_privkey_import_ext2() APIs */
diff --git a/tests/tls-neg-ext4-key.c b/tests/tls-neg-ext4-key.c
index 44bf60a3d6..15172f9cc0 100644
--- a/tests/tls-neg-ext4-key.c
+++ b/tests/tls-neg-ext4-key.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* This tests TLS negotiation using the gnutls_privkey_import_ext2() APIs */
diff --git a/tests/tls-session-ext-override.c b/tests/tls-session-ext-override.c
index 9ddfc921f0..e83967c328 100644
--- a/tests/tls-session-ext-override.c
+++ b/tests/tls-session-ext-override.c
@@ -17,7 +17,7 @@
* 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/>
*/
/* This program tests whether an extension is exchanged when registered
diff --git a/tests/tls-session-ext-register.c b/tests/tls-session-ext-register.c
index 89620de82d..7e907f5e96 100644
--- a/tests/tls-session-ext-register.c
+++ b/tests/tls-session-ext-register.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* This program tests whether an extension is exchanged when registered
diff --git a/tests/tls-session-supplemental.c b/tests/tls-session-supplemental.c
index 411c45a651..718f11eb34 100644
--- a/tests/tls-session-supplemental.c
+++ b/tests/tls-session-supplemental.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* This tests the supplemental data extension under TLS1.2 */
diff --git a/tests/tls-supplemental.c b/tests/tls-supplemental.c
index c0385cbc39..2dfbd0c8b4 100644
--- a/tests/tls-supplemental.c
+++ b/tests/tls-supplemental.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* Parts copied from GnuTLS example programs. */
diff --git a/tests/tls10-cipher-neg.c b/tests/tls10-cipher-neg.c
index 5ae89a1001..f48fb80b4d 100644
--- a/tests/tls10-cipher-neg.c
+++ b/tests/tls10-cipher-neg.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls10-prf.c b/tests/tls10-prf.c
index d7e425b792..d0c915861b 100644
--- a/tests/tls10-prf.c
+++ b/tests/tls10-prf.c
@@ -16,7 +16,7 @@
* 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>
diff --git a/tests/tls10-server-kx-neg.c b/tests/tls10-server-kx-neg.c
index 4ac53a2794..8034b80617 100644
--- a/tests/tls10-server-kx-neg.c
+++ b/tests/tls10-server-kx-neg.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls11-cipher-neg.c b/tests/tls11-cipher-neg.c
index 5ad65217c7..f315f10378 100644
--- a/tests/tls11-cipher-neg.c
+++ b/tests/tls11-cipher-neg.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls11-server-kx-neg.c b/tests/tls11-server-kx-neg.c
index fee785ab95..b3b635dd4e 100644
--- a/tests/tls11-server-kx-neg.c
+++ b/tests/tls11-server-kx-neg.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-cipher-neg.c b/tests/tls12-cipher-neg.c
index 1986604251..af2050df6c 100644
--- a/tests/tls12-cipher-neg.c
+++ b/tests/tls12-cipher-neg.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-invalid-key-exchanges.c b/tests/tls12-invalid-key-exchanges.c
index d724bc136c..1c9e6c9231 100644
--- a/tests/tls12-invalid-key-exchanges.c
+++ b/tests/tls12-invalid-key-exchanges.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-prf.c b/tests/tls12-prf.c
index 8d8f5599b0..17f34eb9cf 100644
--- a/tests/tls12-prf.c
+++ b/tests/tls12-prf.c
@@ -16,7 +16,7 @@
* 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>
diff --git a/tests/tls12-rehandshake-cert.c b/tests/tls12-rehandshake-cert.c
index 226ee6e1f3..dc4937d06b 100644
--- a/tests/tls12-rehandshake-cert.c
+++ b/tests/tls12-rehandshake-cert.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-rehandshake-set-prio.c b/tests/tls12-rehandshake-set-prio.c
index f33fd837de..bf7b1bbc16 100644
--- a/tests/tls12-rehandshake-set-prio.c
+++ b/tests/tls12-rehandshake-set-prio.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls12-server-kx-neg.c b/tests/tls12-server-kx-neg.c
index 0595e9fc51..1e55dfd3a0 100644
--- a/tests/tls12-server-kx-neg.c
+++ b/tests/tls12-server-kx-neg.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13-cert-key-exchange.c b/tests/tls13-cert-key-exchange.c
index 2b3d581ffd..d59811c760 100644
--- a/tests/tls13-cert-key-exchange.c
+++ b/tests/tls13-cert-key-exchange.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13-cipher-neg.c b/tests/tls13-cipher-neg.c
index ac173bc54f..16a8883d80 100644
--- a/tests/tls13-cipher-neg.c
+++ b/tests/tls13-cipher-neg.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13-early-data-neg.c b/tests/tls13-early-data-neg.c
index 35c635f63c..d3a7c9e218 100644
--- a/tests/tls13-early-data-neg.c
+++ b/tests/tls13-early-data-neg.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13-early-data.c b/tests/tls13-early-data.c
index e98f394dac..2115d70d5d 100644
--- a/tests/tls13-early-data.c
+++ b/tests/tls13-early-data.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13-early-start.c b/tests/tls13-early-start.c
index 6e0d7da82e..3c79dba983 100644
--- a/tests/tls13-early-start.c
+++ b/tests/tls13-early-start.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13-rehandshake-cert.c b/tests/tls13-rehandshake-cert.c
index 8ef00edd6e..9a2c889835 100644
--- a/tests/tls13-rehandshake-cert.c
+++ b/tests/tls13-rehandshake-cert.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13-server-kx-neg.c b/tests/tls13-server-kx-neg.c
index aba7944b1c..1b52fb56a1 100644
--- a/tests/tls13-server-kx-neg.c
+++ b/tests/tls13-server-kx-neg.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/anti_replay.c b/tests/tls13/anti_replay.c
index d8636f0b43..e0aea00385 100644
--- a/tests/tls13/anti_replay.c
+++ b/tests/tls13/anti_replay.c
@@ -14,7 +14,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/change_cipher_spec.c b/tests/tls13/change_cipher_spec.c
index 09ef786789..70d769832a 100644
--- a/tests/tls13/change_cipher_spec.c
+++ b/tests/tls13/change_cipher_spec.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/cookie.c b/tests/tls13/cookie.c
index 562b9885f3..aa4d074178 100644
--- a/tests/tls13/cookie.c
+++ b/tests/tls13/cookie.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* This program tests whether a cookie sent by the server is repeated
diff --git a/tests/tls13/ext-parse.h b/tests/tls13/ext-parse.h
index d3f2275c4f..9a22de57f9 100644
--- a/tests/tls13/ext-parse.h
+++ b/tests/tls13/ext-parse.h
@@ -16,7 +16,7 @@
* 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 "utils.h"
diff --git a/tests/tls13/hello_random_value.c b/tests/tls13/hello_random_value.c
index b0ef0b2309..62bdde46d8 100644
--- a/tests/tls13/hello_random_value.c
+++ b/tests/tls13/hello_random_value.c
@@ -16,7 +16,7 @@
* 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/>
*/
/* This program tests whether the second client hello contains the same
diff --git a/tests/tls13/hello_retry_request.c b/tests/tls13/hello_retry_request.c
index 66e4701e3a..c0d270ca41 100644
--- a/tests/tls13/hello_retry_request.c
+++ b/tests/tls13/hello_retry_request.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/key_limits.c b/tests/tls13/key_limits.c
index 078ee9e804..d76bcde428 100644
--- a/tests/tls13/key_limits.c
+++ b/tests/tls13/key_limits.c
@@ -17,7 +17,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/key_share.c b/tests/tls13/key_share.c
index c848fe5a15..6f8b1e9293 100644
--- a/tests/tls13/key_share.c
+++ b/tests/tls13/key_share.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/key_update.c b/tests/tls13/key_update.c
index 9abfa8afed..e9fae865ba 100644
--- a/tests/tls13/key_update.c
+++ b/tests/tls13/key_update.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/multi-ocsp.c b/tests/tls13/multi-ocsp.c
index 534e9713fd..e7a52e125a 100644
--- a/tests/tls13/multi-ocsp.c
+++ b/tests/tls13/multi-ocsp.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/no-psk-exts.c b/tests/tls13/no-psk-exts.c
index c1c25fdf16..e26beeef2c 100644
--- a/tests/tls13/no-psk-exts.c
+++ b/tests/tls13/no-psk-exts.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/ocsp-client.c b/tests/tls13/ocsp-client.c
index 5fb60770e7..a98dfdc77e 100644
--- a/tests/tls13/ocsp-client.c
+++ b/tests/tls13/ocsp-client.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/post-handshake-with-cert-auto.c b/tests/tls13/post-handshake-with-cert-auto.c
index 74f7d8898a..ed6776b0f0 100644
--- a/tests/tls13/post-handshake-with-cert-auto.c
+++ b/tests/tls13/post-handshake-with-cert-auto.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/post-handshake-with-cert-ticket.c b/tests/tls13/post-handshake-with-cert-ticket.c
index 3de0d2b644..05cb5c88e9 100644
--- a/tests/tls13/post-handshake-with-cert-ticket.c
+++ b/tests/tls13/post-handshake-with-cert-ticket.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/post-handshake-with-cert.c b/tests/tls13/post-handshake-with-cert.c
index 4875151621..72863e38a5 100644
--- a/tests/tls13/post-handshake-with-cert.c
+++ b/tests/tls13/post-handshake-with-cert.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/post-handshake-with-psk.c b/tests/tls13/post-handshake-with-psk.c
index 10eb83c940..d11512928e 100644
--- a/tests/tls13/post-handshake-with-psk.c
+++ b/tests/tls13/post-handshake-with-psk.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/post-handshake-without-cert.c b/tests/tls13/post-handshake-without-cert.c
index e6075ab0a0..130b55b5b5 100644
--- a/tests/tls13/post-handshake-without-cert.c
+++ b/tests/tls13/post-handshake-without-cert.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/prf.c b/tests/tls13/prf.c
index fda8ce6843..6cc96580dd 100644
--- a/tests/tls13/prf.c
+++ b/tests/tls13/prf.c
@@ -14,7 +14,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/psk-dumbfw.c b/tests/tls13/psk-dumbfw.c
index 5d8ad8b152..c3e2e3821e 100644
--- a/tests/tls13/psk-dumbfw.c
+++ b/tests/tls13/psk-dumbfw.c
@@ -18,7 +18,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/psk-ext.c b/tests/tls13/psk-ext.c
index 27dca45eda..370a8e1a76 100644
--- a/tests/tls13/psk-ext.c
+++ b/tests/tls13/psk-ext.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/rnd-check-rollback-val.c b/tests/tls13/rnd-check-rollback-val.c
index 6b7adafcb5..72399208a9 100644
--- a/tests/tls13/rnd-check-rollback-val.c
+++ b/tests/tls13/rnd-check-rollback-val.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/rnd-rollback-detection.c b/tests/tls13/rnd-rollback-detection.c
index 0d1ef01498..b66c916432 100644
--- a/tests/tls13/rnd-rollback-detection.c
+++ b/tests/tls13/rnd-rollback-detection.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/supported_versions.c b/tests/tls13/supported_versions.c
index dbcc33d903..5917fd8d50 100644
--- a/tests/tls13/supported_versions.c
+++ b/tests/tls13/supported_versions.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/tls13/tls12-no-tls13-exts.c b/tests/tls13/tls12-no-tls13-exts.c
index ead25b4ad2..36fae5b2be 100644
--- a/tests/tls13/tls12-no-tls13-exts.c
+++ b/tests/tls13/tls12-no-tls13-exts.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/utils.h b/tests/utils.h
index e5728374fa..dda3ef47ad 100644
--- a/tests/utils.h
+++ b/tests/utils.h
@@ -17,7 +17,7 @@
* 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/>
*/
#ifndef UTILS_H
diff --git a/tests/virt-time.h b/tests/virt-time.h
index 0dd35df299..3bf6d4d2d7 100644
--- a/tests/virt-time.h
+++ b/tests/virt-time.h
@@ -16,7 +16,7 @@
* 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/>
*/
#ifndef VIRT_TIME_H
diff --git a/tests/x509-cert-callback-ocsp.c b/tests/x509-cert-callback-ocsp.c
index 31325d1817..036c047af6 100644
--- a/tests/x509-cert-callback-ocsp.c
+++ b/tests/x509-cert-callback-ocsp.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/x509-cert-callback.c b/tests/x509-cert-callback.c
index 2901208c12..4d68d936bd 100644
--- a/tests/x509-cert-callback.c
+++ b/tests/x509-cert-callback.c
@@ -16,7 +16,7 @@
* 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/>
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/x509sign-verify-gost.c b/tests/x509sign-verify-gost.c
index 9a5c2eca7e..65e49be7c1 100644
--- a/tests/x509sign-verify-gost.c
+++ b/tests/x509sign-verify-gost.c
@@ -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/>
*
*/