Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 23:33:41 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277097 - head/share/man/man7
Message-ID:  <201501122333.t0CNXfbw006032@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmg
Date: Mon Jan 12 23:33:40 2015
New Revision: 277097
URL: https://svnweb.freebsd.org/changeset/base/277097

Log:
  fix IV size of XTS to be correct at 8 bytes.. That is what both the
  AES-NI code and the software code expects..

Modified:
  head/share/man/man7/crypto.7

Modified: head/share/man/man7/crypto.7
==============================================================================
--- head/share/man/man7/crypto.7	Mon Jan 12 22:38:55 2015	(r277096)
+++ head/share/man/man7/crypto.7	Mon Jan 12 23:33:40 2015	(r277097)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 12, 2014
+.Dd January 2, 2015
 .Dt CRYPTO 7
 .Os
 .Sh NAME
@@ -105,7 +105,7 @@ Note: You must provide an IV on every ca
 .It Dv CRYPTO_AES_XTS
 .Bl -tag -width "Block size :" -compact -offset indent
 .It IV size :
-16
+8
 .It Block size :
 16
 .It Key size :



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