From owner-svn-doc-all@FreeBSD.ORG Fri Oct 10 14:44:16 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4D4FC21; Fri, 10 Oct 2014 14:44:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 B04FB250; Fri, 10 Oct 2014 14:44:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9AEiG9R013789; Fri, 10 Oct 2014 14:44:16 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9AEiG2Z013788; Fri, 10 Oct 2014 14:44:16 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201410101444.s9AEiG2Z013788@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Fri, 10 Oct 2014 14:44:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45766 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 14:44:16 -0000 Author: emaste (src committer) Date: Fri Oct 10 14:44:15 2014 New Revision: 45766 URL: https://svnweb.freebsd.org/changeset/doc/45766 Log: Minor editing for AES-GCM update Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Fri Oct 10 12:10:45 2014 (r45765) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Fri Oct 10 14:44:15 2014 (r45766) @@ -913,11 +913,12 @@ -

The project adds support for AES-GCM and AES-CTR mode to the - OpenCrypto framework. Both software and AES-NI accelerated - versions are functional and working. Ermal Luçi (eri@) is - working on adding support for the additional modes to - IPsec.

+

The project adds support for the AES-GCM and AES-CTR cryptography + modes to the OpenCrypto framework. + Both software and AES-NI accelerated versions are now functional and + working. + Ermal Luçi (eri@) is working on adding support for these additional + modes to IPsec.