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 B63EBC001E0 for ; Mon, 14 Aug 2023 15:11:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229688AbjHNPLF convert rfc822-to-8bit (ORCPT ); Mon, 14 Aug 2023 11:11:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232761AbjHNPKs (ORCPT ); Mon, 14 Aug 2023 11:10:48 -0400 Received: from us-smtp-delivery-44.mimecast.com (us-smtp-delivery-44.mimecast.com [205.139.111.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D90C81723 for ; Mon, 14 Aug 2023 08:10:27 -0700 (PDT) Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-636-QwLIulTqNtSfeNOFa008PA-1; Mon, 14 Aug 2023 11:10:02 -0400 X-MC-Unique: QwLIulTqNtSfeNOFa008PA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1A2F93810D27; Mon, 14 Aug 2023 15:10:02 +0000 (UTC) Received: from hog (unknown [10.39.192.31]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 636A6140E962; Mon, 14 Aug 2023 15:10:00 +0000 (UTC) Date: Mon, 14 Aug 2023 17:09:59 +0200 From: Sabrina Dubroca To: Simon Horman Cc: netdev@vger.kernel.org, Vadim Fedorenko , Frantisek Krenzelok , Jakub Kicinski , Kuniyuki Iwashima , Apoorv Kothari , Boris Pismenny , John Fastabend , Shuah Khan , linux-kselftest@vger.kernel.org, Gal Pressman , Marcel Holtmann Subject: Re: [PATCH net-next v3 6/6] selftests: tls: add rekey tests Message-ID: References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: queasysnail.net Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org 2023-08-10, 19:58:48 +0200, Simon Horman wrote: > On Wed, Aug 09, 2023 at 02:58:55PM +0200, Sabrina Dubroca wrote: > > nit: Ideally a patch description would go here. I'm not opposed to adding one, but I couldn't come up with anything that the title doesn't already say :( > > v2: add rekey_fail test (reject changing the version/cipher) > > v3: add rekey_peek_splice (suggested by Jakub) > > add rekey+poll tests > > > > Signed-off-by: Sabrina Dubroca > > ... -- Sabrina