[PATCH v2] encrypted-keys: Replace HTTP links with HTTPS ones

From: Alexander A. Klimov
Date: Thu Jul 23 2020 - 14:53:29 EST


Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.

Signed-off-by: Alexander A. Klimov <grandmaster@xxxxxxxxxxxx>
---
v2: Shortened commit message.

Oh, and it wasn't my intention to address the slow deprecation of plain HTTP.

include/keys/encrypted-type.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/keys/encrypted-type.h b/include/keys/encrypted-type.h
index 38afb341c3f2..abfcbe02001a 100644
--- a/include/keys/encrypted-type.h
+++ b/include/keys/encrypted-type.h
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2010 IBM Corporation
* Copyright (C) 2010 Politecnico di Torino, Italy
- * TORSEC group -- http://security.polito.it
+ * TORSEC group -- https://security.polito.it
*
* Authors:
* Mimi Zohar <zohar@xxxxxxxxxx>
--
2.27.0