diff mbox series

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

Message ID 20200723185315.71039-1-grandmaster@al2klimov.de (mailing list archive)
State New, archived
Headers show
Series [v2] encrypted-keys: Replace HTTP links with HTTPS ones | expand

Commit Message

Alexander A. Klimov July 23, 2020, 6:53 p.m. UTC
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@al2klimov.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 mbox series

Patch

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@us.ibm.com>