From: "J. Bruce Fields" <bfields@fieldses.org>
To: NeilBrown <neilb@suse.de>
Cc: NFS <linux-nfs@vger.kernel.org>, jlayton@redhat.com
Subject: Re: nfsd needs "md5", but fips=1 disables it -> hang
Date: Thu, 27 Mar 2014 10:30:24 -0400 [thread overview]
Message-ID: <20140327143024.GA27633@fieldses.org> (raw)
In-Reply-To: <20140327205239.2ea29060@notabene.brown>
On Thu, Mar 27, 2014 at 08:52:39PM +1100, NeilBrown wrote:
>
> [I sent this 2 days ago but haven't seen it come back on the nfs
> list and don't see it in the archives. Maybe someone we cannot name
> filtered it because it contains the word 'crypto' ??]
Huh.
> Apparently there is a thing called "FIPS" which lists some approved crypto
> algorithms. And some sites need to only use those. So they boot their
> kernel with
> fips=1
> and anything non-fips-approved stops working.
>
> "md5" is not fips-approved.
>
> So
>
> desc.tfm = crypto_alloc_hash("md5", 0, CRYPTO_ALG_ASYNC);
>
> in
>
> nfs4_make_rec_clidname(char *dname, const struct xdr_netobj *clname)
>
>
> always fails when fips=1. This interferes with efficient NFS service (every
> 'open' hangs).
>
> s/md5/sha1/
>
> makes this problem go away, because sha1 is fips-approved.
>
> My question is: is this safe, or is the hash value used in some external way
> (in /var/lib/nfs/v4recovery ??).
Right, it's used in v4recovery, so you'd lose client state when you
rebooted the server to the new (SHA1-using) server.
Our intention was to migrate people that care about FIPS to the umh
upcall. But rhel6 has a hack (a private md5 implementation).
Cc'ing jlayton (currently traveling) who did that work.
--b.
>
> If changing the hash to sha1 is safe, we should do that and probably add
> select CRYPTO_SHA1
> to Kconfig just to be safe.
>
> If we really need to keep it stable, I guess we need to find a way to perform
> md5 computations that bypasses the fips checks.
next parent reply other threads:[~2014-03-27 14:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20140327205239.2ea29060@notabene.brown>
2014-03-27 14:30 ` J. Bruce Fields [this message]
2014-03-27 20:11 ` nfsd needs "md5", but fips=1 disables it -> hang Jeff Layton
2014-03-31 6:54 ` NeilBrown
2014-03-31 12:11 ` Jeff Layton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140327143024.GA27633@fieldses.org \
--to=bfields@fieldses.org \
--cc=jlayton@redhat.com \
--cc=linux-nfs@vger.kernel.org \
--cc=neilb@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).