From: Gilad Ben-Yossef <gilad@benyossef.com> To: Eric Biggers <ebiggers@kernel.org> Cc: Linux Crypto Mailing List <linux-crypto@vger.kernel.org> Subject: Re: [PATCH 0/3] crypto: AEAD fuzz tests and doc improvement Date: Sun, 8 Mar 2020 16:44:36 +0200 [thread overview] Message-ID: <CAOtvUMejzz-B+NgdGNcHNcuRPPVd06EHQ85PSCp+YHukCdw_7A@mail.gmail.com> (raw) In-Reply-To: <20200304224405.152829-1-ebiggers@kernel.org> On Thu, Mar 5, 2020 at 12:44 AM Eric Biggers <ebiggers@kernel.org> wrote: > > - Make the AEAD fuzz tests avoid implementation-defined behavior for > rfc4106, rfc4309, rfc4543, and rfc7539esp. This replaces > "[PATCH v2] crypto: testmgr - sync both RFC4106 IV copies" > > - Adjust the order of the AEAD fuzz tests to be more logical. > > - Improve the documentation for the AEAD scatterlist layout. > > (I was also going to add a patch that makes the inauthentic AEAD tests > start mutating the IVs, but it turns out that "ccm" needs special > handling so I've left that for later.) For the whole series: Tested-by: Gilad Ben-Yossef <gilad@benyossef.com> Thank you Eric! Gilad > > Eric Biggers (3): > crypto: testmgr - use consistent IV copies for AEADs that need it > crypto: testmgr - do comparison tests before inauthentic input tests > crypto: aead - improve documentation for scatterlist layout > > crypto/testmgr.c | 28 +++++++++++++++---------- > include/crypto/aead.h | 48 ++++++++++++++++++++++++------------------- > 2 files changed, 44 insertions(+), 32 deletions(-) > > -- > 2.25.1 > -- Gilad Ben-Yossef Chief Coffee Drinker values of β will give rise to dom!
prev parent reply other threads:[~2020-03-08 14:44 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-03-04 22:44 Eric Biggers 2020-03-04 22:44 ` [PATCH 1/3] crypto: testmgr - use consistent IV copies for AEADs that need it Eric Biggers 2020-03-04 22:44 ` [PATCH 2/3] crypto: testmgr - do comparison tests before inauthentic input tests Eric Biggers 2020-03-04 22:44 ` [PATCH 3/3] crypto: aead - improve documentation for scatterlist layout Eric Biggers 2020-03-08 14:44 ` Gilad Ben-Yossef [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAOtvUMejzz-B+NgdGNcHNcuRPPVd06EHQ85PSCp+YHukCdw_7A@mail.gmail.com \ --to=gilad@benyossef.com \ --cc=ebiggers@kernel.org \ --cc=linux-crypto@vger.kernel.org \ --subject='Re: [PATCH 0/3] crypto: AEAD fuzz tests and doc improvement' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).