From patchwork Thu Apr 11 08:47:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herbert Xu X-Patchwork-Id: 10895339 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DF807922 for ; Thu, 11 Apr 2019 08:47:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CD1EF28B0C for ; Thu, 11 Apr 2019 08:47:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C154728B16; Thu, 11 Apr 2019 08:47:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 551C828B0C for ; Thu, 11 Apr 2019 08:47:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726139AbfDKIrL (ORCPT ); Thu, 11 Apr 2019 04:47:11 -0400 Received: from orcrist.hmeau.com ([104.223.48.154]:41172 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726121AbfDKIrL (ORCPT ); Thu, 11 Apr 2019 04:47:11 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtps (Exim 4.89 #2 (Debian)) id 1hEVMT-0003GA-MU; Thu, 11 Apr 2019 16:47:09 +0800 Received: from herbert by gondobar with local (Exim 4.89) (envelope-from ) id 1hEVMR-0005yQ-HH; Thu, 11 Apr 2019 16:47:07 +0800 Date: Thu, 11 Apr 2019 16:47:07 +0800 From: Herbert Xu To: Linux Crypto Mailing List Subject: [PATCH 0/24] Forbid 2-key 3DES in FIPS mode Message-ID: <20190411084707.h56mz2z7jxusnr7u@gondor.apana.org.au> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi: As 2-key 3DES has been phased out this patch-series forbids the use of 2-key 3DES (K1 == K3) when we're in FIPS mode. Cheers,