All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Moore <paul@paul-moore.com>
To: Jan Stancek <jstancek@redhat.com>
Cc: selinux@tycho.nsa.gov, Stephen Smalley <sds@tycho.nsa.gov>
Subject: Re: [selinux-testsuite PATCH] net_socket: replace md5 with sha1 in ipsec-load
Date: Wed, 2 Dec 2015 16:59:57 -0500	[thread overview]
Message-ID: <CAHC9VhQWSoai3tDXbZoSBW1p4bFKVy0hg1+pNhMFtaQ+VNomkg@mail.gmail.com> (raw)
In-Reply-To: <6a9c04a259806de434a2ae5ea3142a6bb8868906.1448973992.git.jstancek@redhat.com>

On Tue, Dec 1, 2015 at 7:52 AM, Jan Stancek <jstancek@redhat.com> wrote:
> ipsec-load is currently passing 'auth md5 0123456789012345' to ip xfrm,
> which fails in FIPS mode:
>   RTNETLINK answers: Function not implemented
>
> According to [1], md5 is not on list of compliant hashes for FIPS 140-2.
> [1] http://csrc.nist.gov/publications/fips/fips140-2/fips1402annexa.pdf
>
> This patch is replacing 'md5' with 'sha1'.
>
> Signed-off-by: Jan Stancek <jstancek@redhat.com>
> Cc: Paul Moore <paul@paul-moore.com>
> Cc: Stephen Smalley <sds@tycho.nsa.gov>
> ---
>  tests/inet_socket/ipsec-load | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks fine to me and passes on my test system.  Merged, thanks.

> diff --git a/tests/inet_socket/ipsec-load b/tests/inet_socket/ipsec-load
> index b9d2c6e43544..c72d4b9d2f95 100755
> --- a/tests/inet_socket/ipsec-load
> +++ b/tests/inet_socket/ipsec-load
> @@ -5,7 +5,7 @@ ip xfrm policy flush
>  ip xfrm state flush
>  goodclientcon=`secon -u --pid $$`:`secon -r --pid $$`:test_inet_client_t:`secon -m --pid $$`
>  badclientcon=`secon -u --pid $$`:`secon -r --pid $$`:test_inet_bad_client_t:`secon -m --pid $$`
> -ip xfrm state add src 127.0.0.1 dst 127.0.0.1 proto ah spi 0x200 ctx $goodclientcon auth md5 0123456789012345
> -ip xfrm state add src 127.0.0.1 dst 127.0.0.1 proto ah spi 0x250 ctx $badclientcon auth md5 0123456789012345
> +ip xfrm state add src 127.0.0.1 dst 127.0.0.1 proto ah spi 0x200 ctx $goodclientcon auth sha1 0123456789012345
> +ip xfrm state add src 127.0.0.1 dst 127.0.0.1 proto ah spi 0x250 ctx $badclientcon auth sha1 0123456789012345
>  ip xfrm policy add src 127.0.0.1 dst 127.0.0.1 proto tcp dir out ctx "system_u:object_r:test_spd_t:s0" tmpl proto ah mode transport level required
>  ip xfrm policy add src 127.0.0.1 dst 127.0.0.1 proto udp dir out ctx "system_u:object_r:test_spd_t:s0" tmpl proto ah mode transport level required
> --
> 1.8.3.1

-- 
paul moore
www.paul-moore.com

      reply	other threads:[~2015-12-02 22:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-01 12:52 [selinux-testsuite PATCH] net_socket: replace md5 with sha1 in ipsec-load Jan Stancek
2015-12-02 21:59 ` Paul Moore [this message]

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=CAHC9VhQWSoai3tDXbZoSBW1p4bFKVy0hg1+pNhMFtaQ+VNomkg@mail.gmail.com \
    --to=paul@paul-moore.com \
    --cc=jstancek@redhat.com \
    --cc=sds@tycho.nsa.gov \
    --cc=selinux@tycho.nsa.gov \
    /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 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.