summaryrefslogtreecommitdiffstats
path: root/sbin/setkey/setkey.8
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2015-07-03 20:09:14 +0000
committergnn <gnn@FreeBSD.org>2015-07-03 20:09:14 +0000
commitea302f3ee67d34df47d880a617c65056041b8f89 (patch)
tree501d97862627628f37d130760649329893b92a91 /sbin/setkey/setkey.8
parentcce394167652b07f62c963698e3990608ed9ea02 (diff)
downloadFreeBSD-src-ea302f3ee67d34df47d880a617c65056041b8f89.zip
FreeBSD-src-ea302f3ee67d34df47d880a617c65056041b8f89.tar.gz
New AES modes for IPSec, user space components.
Update setkey and libipsec to understand aes-gcm-16 as an encryption method. A partial commit of the work in review D2936. Submitted by: eri Reviewed by: jmg MFC after: 2 weeks Sponsored by: Rubicon Communications (Netgate)
Diffstat (limited to 'sbin/setkey/setkey.8')
-rw-r--r--sbin/setkey/setkey.83
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8
index 4306ec2..b6d4157 100644
--- a/sbin/setkey/setkey.8
+++ b/sbin/setkey/setkey.8
@@ -627,11 +627,12 @@ des-deriv 64 ipsec-ciph-des-derived-01
3des-deriv 192 no document
rijndael-cbc 128/192/256 rfc3602
aes-ctr 160/224/288 draft-ietf-ipsec-ciph-aes-ctr-03
+aes-gcm-16 160/224/288 rfc4106
camellia-cbc 128/192/256 rfc4312
.Ed
.Pp
Note that the first 128/192/256 bits of a key for
-.Li aes-ctr
+.Li aes-ctr or aes-gcm-16
will be used as AES key, and remaining 32 bits will be used as nonce.
.Pp
The following are the list of compression algorithms that can be used
OpenPOWER on IntegriCloud