Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 13:51:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 222684] AH hmac-sha2-384 is incompatible with Linux AH hmac(sha384)
Message-ID:  <bug-222684-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222684

            Bug ID: 222684
           Summary: AH hmac-sha2-384 is incompatible with Linux AH
                    hmac(sha384)
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: jasonmader@gmail.com

I thought the problem might be because Linux is putting too many bits on the
wire, but it might be a IPv6 padding issue covered here,

https://bugzilla.suse.com/show_bug.cgi?id=3D1019412

FreeBSD side:

add -n ::SRC ::DST ah 0xSPI -m transport -A hmac-sha2-384 0xKEY;

Linux side:

ip xfrm state add src ::SRC dst ::DST proto ah spi 0xSPI auth "hmac(sha384)"
0xKEY mode transport

If the SUSE people are correct about the behavior, FreeBSD IPv6 Authenticat=
ed
Header might not be properly padded.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222684-8>