[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20200723185315.71039-1-grandmaster@al2klimov.de>
Date: Thu, 23 Jul 2020 20:53:15 +0200
From: "Alexander A. Klimov" <grandmaster@...klimov.de>
To: zohar@...ux.ibm.com, dhowells@...hat.com,
jarkko.sakkinen@...ux.intel.com, linux-integrity@...r.kernel.org,
keyrings@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: "Alexander A. Klimov" <grandmaster@...klimov.de>
Subject: [PATCH v2] encrypted-keys: Replace HTTP links with HTTPS ones
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@...klimov.de>
---
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@...ibm.com>
--
2.27.0
Powered by blists - more mailing lists