summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-27 15:16:05 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-27 15:19:02 +0100
commit173af214f97db8b6975893d9d6a07bdc3715e956 (patch)
treec83f60f2153c615019f18cf7a4c66eb9cc971431 /lib
parentd39640db956af253bc97e33981bfee3e65434b33 (diff)
downloadgnutls-173af214f97db8b6975893d9d6a07bdc3715e956.tar.gz
Prefer HTTPS to HTTP in URLs
This mostly updates NEWS and license links. All links have been manually tested and confirmed working. Signed-off-by: Stefan Kangas <stefankangas@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/accelerated/afalg.c2
-rw-r--r--lib/auth/vko_gost.c2
-rw-r--r--lib/compress.h2
-rw-r--r--lib/nettle/gost/acpkm.c2
-rw-r--r--lib/nettle/gost/acpkm.h2
-rw-r--r--lib/nettle/gost/cmac.h2
-rw-r--r--lib/nettle/gost/gost-point-mul-g.c2
-rw-r--r--lib/nettle/gost/gost-point.c2
-rw-r--r--lib/nettle/gost/gostdsa-keygen.c2
-rw-r--r--lib/nettle/gost/kuznyechik.c2
-rw-r--r--lib/nettle/gost/kuznyechik.h2
-rw-r--r--lib/nettle/gost/magma.h2
-rw-r--r--lib/nettle/gost/write-le32.c2
-rw-r--r--lib/nettle/gost_keywrap.c2
-rw-r--r--lib/nettle/int/block8.h2
-rw-r--r--lib/nettle/int/dsa-compute-k.h2
-rw-r--r--lib/nettle/int/ecdsa-compute-k.h2
-rw-r--r--lib/nettle/int/mpn-base256.c2
-rw-r--r--lib/nettle/int/mpn-base256.h2
-rw-r--r--lib/nettle/int/rsa-pad.c2
-rw-r--r--lib/vko.c2
-rw-r--r--lib/vko.h2
22 files changed, 22 insertions, 22 deletions
diff --git a/lib/accelerated/afalg.c b/lib/accelerated/afalg.c
index 0249251432..cf7be75b9c 100644
--- a/lib/accelerated/afalg.c
+++ b/lib/accelerated/afalg.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 "config.h"
diff --git a/lib/auth/vko_gost.c b/lib/auth/vko_gost.c
index 76542025a1..e05e2288b5 100644
--- a/lib/auth/vko_gost.c
+++ b/lib/auth/vko_gost.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/compress.h b/lib/compress.h
index 3221f7d67a..8199804215 100644
--- a/lib/compress.h
+++ b/lib/compress.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/gost/acpkm.c b/lib/nettle/gost/acpkm.c
index 8b05c7a75f..9a04a155df 100644
--- a/lib/nettle/gost/acpkm.c
+++ b/lib/nettle/gost/acpkm.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/acpkm.h b/lib/nettle/gost/acpkm.h
index 5ece09f799..6bf05ebc71 100644
--- a/lib/nettle/gost/acpkm.h
+++ b/lib/nettle/gost/acpkm.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_ACPKM_H_INCLUDED
diff --git a/lib/nettle/gost/cmac.h b/lib/nettle/gost/cmac.h
index 48f3b409e5..c792770f89 100644
--- a/lib/nettle/gost/cmac.h
+++ b/lib/nettle/gost/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 GOST_CMAC_H_INCLUDED
diff --git a/lib/nettle/gost/gost-point-mul-g.c b/lib/nettle/gost/gost-point-mul-g.c
index fd6c92dbd2..fb551c01ab 100644
--- a/lib/nettle/gost/gost-point-mul-g.c
+++ b/lib/nettle/gost/gost-point-mul-g.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/gost-point.c b/lib/nettle/gost/gost-point.c
index 0e9938108c..b8a760c06f 100644
--- a/lib/nettle/gost/gost-point.c
+++ b/lib/nettle/gost/gost-point.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/gostdsa-keygen.c b/lib/nettle/gost/gostdsa-keygen.c
index fa364be872..619acb1e04 100644
--- a/lib/nettle/gost/gostdsa-keygen.c
+++ b/lib/nettle/gost/gostdsa-keygen.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/kuznyechik.c b/lib/nettle/gost/kuznyechik.c
index 29361d7007..9e09914e72 100644
--- a/lib/nettle/gost/kuznyechik.c
+++ b/lib/nettle/gost/kuznyechik.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/kuznyechik.h b/lib/nettle/gost/kuznyechik.h
index 5799284b3d..5d5b3bb58f 100644
--- a/lib/nettle/gost/kuznyechik.h
+++ b/lib/nettle/gost/kuznyechik.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 GNUTLS_LIB_NETTLE_KUZNYECHIK_H_INCLUDED
diff --git a/lib/nettle/gost/magma.h b/lib/nettle/gost/magma.h
index 31c6b262da..245fc7936f 100644
--- a/lib/nettle/gost/magma.h
+++ b/lib/nettle/gost/magma.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 GNUTLS_LIB_NETTLE_MAGMA_H_INCLUDED
diff --git a/lib/nettle/gost/write-le32.c b/lib/nettle/gost/write-le32.c
index d9d0482424..be5c6e2048 100644
--- a/lib/nettle/gost/write-le32.c
+++ b/lib/nettle/gost/write-le32.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_keywrap.c b/lib/nettle/gost_keywrap.c
index ca186702df..61527331f3 100644
--- a/lib/nettle/gost_keywrap.c
+++ b/lib/nettle/gost_keywrap.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/nettle/int/block8.h b/lib/nettle/int/block8.h
index a1f6efec20..1d285dde9b 100644
--- a/lib/nettle/int/block8.h
+++ b/lib/nettle/int/block8.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/.
*/
#ifndef GNUTLS_LIB_NETTLE_BLOCK8_H
diff --git a/lib/nettle/int/dsa-compute-k.h b/lib/nettle/int/dsa-compute-k.h
index 64e90e0ca2..1cb096eebf 100644
--- a/lib/nettle/int/dsa-compute-k.h
+++ b/lib/nettle/int/dsa-compute-k.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/int/ecdsa-compute-k.h b/lib/nettle/int/ecdsa-compute-k.h
index 7ca401d6e4..aac23dd920 100644
--- a/lib/nettle/int/ecdsa-compute-k.h
+++ b/lib/nettle/int/ecdsa-compute-k.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/int/mpn-base256.c b/lib/nettle/int/mpn-base256.c
index 88dd00bd20..cd628b8b45 100644
--- a/lib/nettle/int/mpn-base256.c
+++ b/lib/nettle/int/mpn-base256.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/.
*/
#if HAVE_CONFIG_H
diff --git a/lib/nettle/int/mpn-base256.h b/lib/nettle/int/mpn-base256.h
index b5ca4af038..0b770480f8 100644
--- a/lib/nettle/int/mpn-base256.h
+++ b/lib/nettle/int/mpn-base256.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/int/rsa-pad.c b/lib/nettle/int/rsa-pad.c
index 401bad33f7..d6a4e831a2 100644
--- a/lib/nettle/int/rsa-pad.c
+++ b/lib/nettle/int/rsa-pad.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/vko.c b/lib/vko.c
index e0d4f04ad0..adcce0fd1f 100644
--- a/lib/vko.c
+++ b/lib/vko.c
@@ -15,7 +15,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*/
/*
diff --git a/lib/vko.h b/lib/vko.h
index d4ff3891d9..cee6b3a2df 100644
--- a/lib/vko.h
+++ b/lib/vko.h
@@ -15,7 +15,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*
*/