Клиентские базы! Тел\Viber\Whatsapp:+79139393506 Skype:prodawez389 Email:mgordee...@gmail.com Узнайте подробнее!!!

2016-02-12 Thread linux-crypto@vger.kernel.org
Клиентские базы! Тел\Viber\Whatsapp:+79139393506 Skype:prodawez389 Email:mgordee...@gmail.com Узнайте подробнее!!! -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/major

Re: [PATCH] crypto: prevent 112bit key for 3DES

2016-02-12 Thread Theodore Ts'o
On Fri, Feb 12, 2016 at 05:45:24PM +0100, Roman Drahtmueller wrote: > > 56 bit keys are already prevented from being used, which conforms to rfc2451. > As of 2016, 112 bit 3DES should be prevented, too, if the expectation > is that the algorithm uses 168 bit. I'm not sure this is a place to be ma

Re: [PATCH] crypto: prevent 112bit key for 3DES

2016-02-12 Thread Stephan Mueller
Am Freitag, 12. Februar 2016, 17:45:24 schrieb Roman Drahtmueller: Hi Roman, >56 bit keys are already prevented from being used, which conforms to rfc2451. >As of 2016, 112 bit 3DES should be prevented, too, if the expectation is >that the algorithm uses 168 bit. > >Signed-off-by: Roman Drahtmuel

Re: [PATCH] arm/arm64/crypto: assure that ECB modes don't require an IV

2016-02-12 Thread Ard Biesheuvel
On 12 February 2016 at 16:47, Jeremy Linton wrote: > ECB modes don't use an initialization vector. The kernel > /proc/crypto interface doesn't reflect this properly. > > Signed-off-by: Jeremy Linton Thanks for spotting that! Acked-by: Ard Biesheuvel > --- > arch/arm/crypto/aes-ce-glue.c | 4

[PATCH] crypto: prevent 112bit key for 3DES

2016-02-12 Thread Roman Drahtmueller
56 bit keys are already prevented from being used, which conforms to rfc2451. As of 2016, 112 bit 3DES should be prevented, too, if the expectation is that the algorithm uses 168 bit. Signed-off-by: Roman Drahtmueller --- crypto/des_generic.c | 21 +++-- 1 files changed, 19 in

Re: [PATCH 1/3] Documentation: devicetree: add Freescale SCC bindings

2016-02-12 Thread Rob Herring
On Thu, Feb 11, 2016 at 03:04:43PM +0100, Steffen Trumtrar wrote: > Add documentation for the Freescale Security Controller (SCC) > found on i.MX25 SoCs. > > Signed-off-by: Steffen Trumtrar > --- > .../devicetree/bindings/crypto/fsl-imx-scc.txt | 17 > + > 1 file change

[PATCH] arm/arm64/crypto: assure that ECB modes don't require an IV

2016-02-12 Thread Jeremy Linton
ECB modes don't use an initialization vector. The kernel /proc/crypto interface doesn't reflect this properly. Signed-off-by: Jeremy Linton --- arch/arm/crypto/aes-ce-glue.c | 4 ++-- arch/arm64/crypto/aes-glue.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/