diff options
author | pjd <pjd@FreeBSD.org> | 2006-05-13 09:13:58 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-05-13 09:13:58 +0000 |
commit | 31e8428e64c52175bd17bafe1340e61712637f29 (patch) | |
tree | f3781608b16591f15d1827c703e2aff9887e87e3 /sbin | |
parent | 6ca58541f8ada53c53c6f80b006ecb3fc7d0f490 (diff) | |
download | FreeBSD-src-31e8428e64c52175bd17bafe1340e61712637f29.zip FreeBSD-src-31e8428e64c52175bd17bafe1340e61712637f29.tar.gz |
Include other AES key lengths in the comment.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/setkey/setkey.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index 370b350..1c15219 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -622,7 +622,7 @@ rijndael-cbc 128/192/256 rfc3602 aes-ctr 160/224/288 draft-ietf-ipsec-ciph-aes-ctr-03 .Ed .Pp -Note that the first 128 bits of a key for +Note that the first 128/192/256 bits of a key for .Li aes-ctr will be used as AES key, and remaining 32 bits will be used as nonce. .Pp |