From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34704ECAAD3 for ; Mon, 5 Sep 2022 14:46:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238522AbiIEOqG (ORCPT ); Mon, 5 Sep 2022 10:46:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238523AbiIEOpq (ORCPT ); Mon, 5 Sep 2022 10:45:46 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EDEB020BC7 for ; Mon, 5 Sep 2022 07:44:46 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id F25264A8; Mon, 5 Sep 2022 16:44:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1662389081; bh=Y/TrQN+cIDWByq/upeaTQulvmbXQotLSfzEghgqX9LM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H/HKyQFC6u9MXGWB9bPCf3sU8wgFVOxi1+namQcx8slUTz6BaGKb4Xy1LMltj8uKe EMgYu+bIEVE1zVW8kBbwsre9kEyOlDiq6FJ3/DdVzqCW+uleqwNGSHoeLG9o9dEykK mYoVWoKPw1z2cKT3grq+KFjY210yQemHlIzsjyBc= Date: Mon, 5 Sep 2022 17:44:26 +0300 From: Laurent Pinchart To: Sakari Ailus Cc: Hans Verkuil , linux-media@vger.kernel.org, Kieran Bingham , Nicolas Dufresne , Benjamin Gaignard , Hidenori Kobayashi , Paul Kocialkowski , Jacopo Mondi , Ricardo Ribalda , Maxime Ripard , Daniel Scally , Jernej =?utf-8?Q?=C5=A0krabec?= , Dave Stevenson , Philipp Zabel Subject: Re: [ANN] Media Summit at ELCE Dublin, September 12: Draft Agenda V2 Message-ID: References: <3840c3cc-00fb-45dd-cb89-39b36fb6d733@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Mon, Sep 05, 2022 at 01:41:11PM +0000, Sakari Ailus wrote: > On Tue, Aug 23, 2022 at 12:53:44PM +0200, Hans Verkuil wrote: > > 16:45-18:00 Anything else? > > I think it'd be great to have a GPG key signing party at the end of the > meeting. It's a good idea. Could everybody please send their GPG key fingerprint in an e-mail reply to prepare for that ? It can easily be retrieved with 'gpg -K' (make sure to pick the right key if you have multiple of them). I'll start: sec rsa4096/0xF045C2B96991256E 2014-10-09 [C] 94231B980100EC619AC10E10F045C2B96991256E uid [ultimate] Laurent Pinchart If you're generating a key for the occasion, create a primary key with the Certify (C) capability only, and create separate sub-keys for Signature (S) and Encryption (E). There's little reason these days to use less than 4096 bits for the primary key if you opt for RSA. The subkeys should have an expiration date. The primary key can then be moved to safe storage, you will only need the subkeys for daily usage. The primary key will be used only to create new subkeys and to sign other people's keys. -- Regards, Laurent Pinchart