Hi Eric, On Tue, Oct 9, 2018 at 1:21 AM Eric Biggers <ebigg...@kernel.org> wrote: > This crashes on very short inputs. crypto_poly1305_final() is missing: > > if (dctx->rem_key_bytes) > return -ENOKEY;
Good catch, thanks. Queued for v8. Jason
Hi Eric, On Tue, Oct 9, 2018 at 1:21 AM Eric Biggers <ebigg...@kernel.org> wrote: > This crashes on very short inputs. crypto_poly1305_final() is missing: > > if (dctx->rem_key_bytes) > return -ENOKEY;
Good catch, thanks. Queued for v8. Jason