From owner-freebsd-bugs@freebsd.org Fri Jul 10 09:46:39 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 408C8996CEF for ; Fri, 10 Jul 2015 09:46:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D9C614DD for ; Fri, 10 Jul 2015 09:46:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6A9kdkl049961 for ; Fri, 10 Jul 2015 09:46:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201447] aes-gcm corrupted packet Date: Fri, 10 Jul 2015 09:46:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: olivier@cochard.me X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2015 09:46:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201447 --- Comment #2 from olivier@cochard.me --- Here are more information: - FreeBSD: 11.0-CURRENT #3 r285336M: Fri Jul 10 02:02:25 CEST 2015 - IBM System x3550 M3: Intel Xeon CPU L5630 @ 2.13GHz (2133.46-MHz K8-class CPU) - NIC: Intel 82580 (class=0x020000 card=0x12a28086 chip=0x150e8086) - TSO/RSO disabled on interfaces. - aesni module NOT loaded. Notice the not-so-random IV value in the previous pcap too. I don't know if the problem came from encrypter or decrypter side. Encrypter side stats: [root@ENcrypter]~# netstat -ss -p esp esp: 3452430 packets out 1822883040 bytes out ESP output histogram: aes-gcm-16: 3452430 Decrypter side stats: [root@DECrypter]~# netstat -ss -p esp esp: 1600986 packets dropped; bad encryption detected 1621300 packets in 875502000 bytes in ESP output histogram: aes-gcm-16: 1621300 -- You are receiving this mail because: You are the assignee for the bug.