Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1558632ybh; Thu, 23 Jul 2020 11:54:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxRZjDyxKM+LmfujEvJ6GBNPTTMtSL1m/J8luxTPUzekAleDT55xQOVyLqKBDv/+lt6qfJC X-Received: by 2002:a17:907:2170:: with SMTP id rl16mr5996417ejb.422.1595530442258; Thu, 23 Jul 2020 11:54:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595530442; cv=none; d=google.com; s=arc-20160816; b=Z3mgpt6wPKH5DcFG/aRGPPCdSUQab2QqO5DIYzovgAUG2EA2bY0TfUPelsHbp+ErYy B9vgwLzq8m1cB0cgGiMs4OJWpuxWbHahL3ZGApC9YE5v87cj63kaA2UX3H8VBSawQwzr X/bVhsJ0iUDimSdYqbeJSSlcAMiPgwAv8F3GCiBoZg9uVtKo3f9O8HRMNEg0OjaCWdq4 dWzjNru0/UrMbaiZfYfXQgwoR2ylyIBiEmar2PNduana43ZO4pG6JTJaApDNU2UN6N2I VDdp/j6WO3n+Mwk1oK8N7JAnls9DtEBaJV8OXZYjxZfjlSwMsCmeDUbkIeDUTz+5xLit Sv3A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=m8yvDiw9e+qFUO8A0eHxe4U4cueAh65GYvPJsze4H9w=; b=GWUQO7nt6hv3YwNHqJy8EqVVvtuivYZ0swbqTU4B3R7NKh6cI6u/JDqBwBxh1qm0yB XEYzKsZrjJ+sVXEsDQ1ilvmDRshKd8UIQjXKx6JxuXWyTTN8Rj2FnABpq+Z8pIiT6ZWv Eoejzrvut5GeAb3VbAKbNSBApMFX74UTVLm2n6b26/btRzPDLxbQcgTbyORJxH15bjvs 6iPXR8LrpsTTivLbwXU+UfOPuGhaLIp8ASaQ6gCOegE1CvC4lgYtdA6eVTlj+9l8cLlc pi9f+NAvrKk3x9m9x3u7O12VJwWFdcEPU4mvo+kJuuhTF1r1YqbUiEEeVOg2PbcacbIZ JLKg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x22si2625962ejj.461.2020.07.23.11.53.40; Thu, 23 Jul 2020 11:54:02 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727771AbgGWSx1 (ORCPT + 99 others); Thu, 23 Jul 2020 14:53:27 -0400 Received: from smtp.al2klimov.de ([78.46.175.9]:49338 "EHLO smtp.al2klimov.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726473AbgGWSx0 (ORCPT ); Thu, 23 Jul 2020 14:53:26 -0400 Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by smtp.al2klimov.de (Postfix) with ESMTPA id 32914BC1B9; Thu, 23 Jul 2020 18:53:21 +0000 (UTC) From: "Alexander A. Klimov" To: zohar@linux.ibm.com, dhowells@redhat.com, jarkko.sakkinen@linux.intel.com, linux-integrity@vger.kernel.org, keyrings@vger.kernel.org, linux-kernel@vger.kernel.org Cc: "Alexander A. Klimov" Subject: [PATCH v2] encrypted-keys: Replace HTTP links with HTTPS ones Date: Thu, 23 Jul 2020 20:53:15 +0200 Message-Id: <20200723185315.71039-1-grandmaster@al2klimov.de> In-Reply-To: <20200723020114.GG45081@linux.intel.com> References: <20200723020114.GG45081@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: +++++ X-Spam-Level: ***** Authentication-Results: smtp.al2klimov.de; auth=pass smtp.auth=aklimov@al2klimov.de smtp.mailfrom=grandmaster@al2klimov.de Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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 -- 2.27.0