From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 12E0FC139 for ; Mon, 14 Aug 2023 15:10:48 +0000 (UTC) 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 20B1119A3 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: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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: quoted-printable X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_HELO_NONE,SPF_NONE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net 2023-08-10, 19:58:48 +0200, Simon Horman wrote: > On Wed, Aug 09, 2023 at 02:58:55PM +0200, Sabrina Dubroca wrote: >=20 > 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 > >=20 > > Signed-off-by: Sabrina Dubroca >=20 > ... --=20 Sabrina