Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/3] crypto: talitos fixes for 3.6-rc7
@ 2012-09-19 18:53 Horia Geanta
  2012-09-19 18:53 ` [PATCH 1/3] crypto: talitos - fix icv management on outbound direction Horia Geanta
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Horia Geanta @ 2012-09-19 18:53 UTC (permalink / raw)
  To: Herbert Xu; +Cc: linux-crypto, David S. Miller, Kim Phillips

Hi Herbert,

I know these patches come late and might not be included in 3.6.
But two of them are already sitting in cryptodev tree for some time.
(Don't know where my head was :/).

These patches are needed since:
e46e9a crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectors
made its way in 3.6-rc2 and is exposing two shortcomings of talitos:
- inability to handle non-contiguous assoc data and iv - fixed by 2/3
- inability to handle zero-length assoc data - fixed by 3/3

Patch 1/3 is the same as:
605425 crypto: talitos - fix icv management on outbound direction
from cryptodev tree.

Patch 2/3 is a rewritten version (so it applies cleanly) of:
79fd31 crypto: talitos - support for assoc data provided as scatterlist
from cryptodev tree.

Patch 3/3 is a new patch that covers the unusual case when assoc data length
is zero. It fixes for talitos what
9b2f4c crypto: authenc - Fix crash with zero-length assoc data
from crypto tree fixes for native crypto.
(http://www.mail-archive.com/linux-crypto@vger.kernel.org/msg07662.html)

AFAICT, patches apply cleanly both on crypto and 3.6-rc6 ToT.

Thanks,
Horia

Horia Geanta (3):
  crypto: talitos - fix icv management on outbound direction
  crypto: talitos - support for assoc data provided as scatterlist
  crypto: talitos - corrrectly handle zero-length assoc data

 drivers/crypto/talitos.c |  189 +++++++++++++++++++++++++++++++++-------------
 1 files changed, 137 insertions(+), 52 deletions(-)

-- 
1.7.7.6

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-11-28 14:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-19 18:53 [PATCH 0/3] crypto: talitos fixes for 3.6-rc7 Horia Geanta
2012-09-19 18:53 ` [PATCH 1/3] crypto: talitos - fix icv management on outbound direction Horia Geanta
2012-09-19 18:53 ` [PATCH 2/3] crypto: talitos - support for assoc data provided as scatterlist Horia Geanta
2012-09-19 18:53 ` [PATCH 3/3] crypto: talitos - corrrectly handle zero-length assoc data Horia Geanta
2013-11-19 12:57   ` [PATCH] " Horia Geanta
2013-11-28 14:25     ` Herbert Xu
2012-09-27  5:25 ` [PATCH 0/3] crypto: talitos fixes for 3.6-rc7 Herbert Xu
2012-09-27  8:01   ` Horia Geanta
2012-09-27  8:14     ` Herbert Xu
2012-09-27  8:42       ` Horia Geanta
2012-09-27  9:22         ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox