All of lore.kernel.org
 help / color / mirror / Atom feed
* MD5 HMAC in FIPS mode
@ 2014-01-22 18:23 Karl Heiss
  2014-01-22 18:46 ` Daniel Borkmann
  2014-01-22 19:45 ` Neil Horman
  0 siblings, 2 replies; 3+ messages in thread
From: Karl Heiss @ 2014-01-22 18:23 UTC (permalink / raw)
  To: linux-sctp

When fips=1 is set on the kernel command line, the hmac(md5) algorithm
is not usable.  This leads to errors when listen() is called with the
default configuration.  So this leads me to the following questions:

Does it make sense to change the default value when fips mode is
enabled?  If so, does it make more sense to handle it in userspace via
sysctl, or enforce directly in the SCTP stack?  It seems easy enough
to check for the fips_enabled variable and disallow setting md5
through the kernel directly.

Regards,
Karl

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

end of thread, other threads:[~2014-01-22 19:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-22 18:23 MD5 HMAC in FIPS mode Karl Heiss
2014-01-22 18:46 ` Daniel Borkmann
2014-01-22 19:45 ` Neil Horman

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.