All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] crypto: testmgr: mark more algorithms as FIPS compliant
@ 2016-02-05 13:22 Marcus Meissner
  2016-02-05 13:41 ` Stephan Mueller
  0 siblings, 1 reply; 3+ messages in thread
From: Marcus Meissner @ 2016-02-05 13:22 UTC (permalink / raw)
  To: herbert, davem, linux-crypto, linux-kernel, smueller; +Cc: Marcus Meissner

Some more authenc() wrapped algorithms are FIPS compliant, tag
them as such.

Signed-off-by: Marcus Meissner <meissner@suse.de>
---
 crypto/testmgr.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index ff6a799..b0cbad8 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2132,6 +2132,7 @@ static const struct alg_test_desc alg_test_descs[] = {
 	}, {
 		.alg = "authenc(hmac(sha1),cbc(des3_ede))",
 		.test = alg_test_aead,
+		.fips_allowed = 1,
 		.suite = {
 			.aead = {
 				.enc = {
@@ -2181,6 +2182,7 @@ static const struct alg_test_desc alg_test_descs[] = {
 	}, {
 		.alg = "authenc(hmac(sha224),cbc(des3_ede))",
 		.test = alg_test_aead,
+		.fips_allowed = 1,
 		.suite = {
 			.aead = {
 				.enc = {
@@ -2194,6 +2196,7 @@ static const struct alg_test_desc alg_test_descs[] = {
 	}, {
 		.alg = "authenc(hmac(sha256),cbc(aes))",
 		.test = alg_test_aead,
+		.fips_allowed = 1,
 		.suite = {
 			.aead = {
 				.enc = {
@@ -2220,6 +2223,7 @@ static const struct alg_test_desc alg_test_descs[] = {
 	}, {
 		.alg = "authenc(hmac(sha256),cbc(des3_ede))",
 		.test = alg_test_aead,
+		.fips_allowed = 1,
 		.suite = {
 			.aead = {
 				.enc = {
@@ -2250,6 +2254,7 @@ static const struct alg_test_desc alg_test_descs[] = {
 	}, {
 		.alg = "authenc(hmac(sha384),cbc(des3_ede))",
 		.test = alg_test_aead,
+		.fips_allowed = 1,
 		.suite = {
 			.aead = {
 				.enc = {
@@ -2266,6 +2271,7 @@ static const struct alg_test_desc alg_test_descs[] = {
 		.fips_allowed = 1,
 	}, {
 		.alg = "authenc(hmac(sha512),cbc(aes))",
+		.fips_allowed = 1,
 		.test = alg_test_aead,
 		.suite = {
 			.aead = {
@@ -2293,6 +2299,7 @@ static const struct alg_test_desc alg_test_descs[] = {
 	}, {
 		.alg = "authenc(hmac(sha512),cbc(des3_ede))",
 		.test = alg_test_aead,
+		.fips_allowed = 1,
 		.suite = {
 			.aead = {
 				.enc = {
-- 
2.1.4

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

* Re: [PATCH 2/2] crypto: testmgr: mark more algorithms as FIPS compliant
  2016-02-05 13:22 [PATCH 2/2] crypto: testmgr: mark more algorithms as FIPS compliant Marcus Meissner
@ 2016-02-05 13:41 ` Stephan Mueller
  2016-02-05 13:42   ` Marcus Meissner
  0 siblings, 1 reply; 3+ messages in thread
From: Stephan Mueller @ 2016-02-05 13:41 UTC (permalink / raw)
  To: Marcus Meissner; +Cc: herbert, davem, linux-crypto, linux-kernel

Am Freitag, 5. Februar 2016, 14:22:25 schrieb Marcus Meissner:

Hi Marcus,

>Some more authenc() wrapped algorithms are FIPS compliant, tag
>them as such.

Is this patch a duplication of the first one?

Ciao
Stephan

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

* Re: [PATCH 2/2] crypto: testmgr: mark more algorithms as FIPS compliant
  2016-02-05 13:41 ` Stephan Mueller
@ 2016-02-05 13:42   ` Marcus Meissner
  0 siblings, 0 replies; 3+ messages in thread
From: Marcus Meissner @ 2016-02-05 13:42 UTC (permalink / raw)
  To: Stephan Mueller; +Cc: herbert, davem, linux-crypto, linux-kernel

On Fri, Feb 05, 2016 at 02:41:01PM +0100, Stephan Mueller wrote:
> Am Freitag, 5. Februar 2016, 14:22:25 schrieb Marcus Meissner:
> 
> Hi Marcus,
> 
> >Some more authenc() wrapped algorithms are FIPS compliant, tag
> >them as such.
> 
> Is this patch a duplication of the first one?

yes, I mistakenly sent it as part of a series, while it is not.

Ciao, Marcus

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

end of thread, other threads:[~2016-02-05 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05 13:22 [PATCH 2/2] crypto: testmgr: mark more algorithms as FIPS compliant Marcus Meissner
2016-02-05 13:41 ` Stephan Mueller
2016-02-05 13:42   ` Marcus Meissner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.