Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1593268

Re: [PATCH v2 0/2] Propagate fallback bit for cbc and ctr

From Marcelo Cerri <marcelo.cerri@canonical.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 0/2] Propagate fallback bit for cbc and ctr
Date 2017-03-06 13:30 +0100
Message-ID <thZW1-880-7@gated-at.bofh.it> (permalink)
References <tfsUy-5CV-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Herbert,

Any thoughts on this?

On Mon, Feb 27, 2017 at 09:38:24AM -0300, Marcelo Henrique Cerri wrote:
> Hi Hebert,
> 
> For v2:
> 
> - fixed the memory leakage in cbc.
> - included crypto/algapi.h in crypto/cbc.c for crypto_requires_off();
> - ERR_CAST instead PTR_ERR in ctr.
> - Also propagated the fallback bit for rfc3686.
> 
> Marcelo Henrique Cerri (2):
>   crypto: cbc - Propagate NEED_FALLBACK bit
>   crypto: ctr - Propagate NEED_FALLBACK bit
> 
>  crypto/cbc.c | 15 +++++++++++++--
>  crypto/ctr.c | 23 ++++++++++++++++++-----
>  2 files changed, 31 insertions(+), 7 deletions(-)
> 
> -- 
> 2.7.4
> 

-- 
Regards,
Marcelo

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH v2 0/2] Propagate fallback bit for cbc and ctr Marcelo Cerri <marcelo.cerri@canonical.com> - 2017-03-06 13:30 +0100

csiph-web