summaryrefslogtreecommitdiff
path: root/lib/nettle
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle')
-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
50 files changed, 50 insertions, 50 deletions
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/>
*
*/