summaryrefslogtreecommitdiff
path: root/lib/nettle/int
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/nettle/int
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/nettle/int')
-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
6 files changed, 6 insertions, 6 deletions
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/>
*
*/