From b7b719ccb6db7c66ca36e65b0338dbcb474a5e32 Mon Sep 17 00:00:00 2001 From: elric Date: Thu, 14 Aug 2003 17:57:07 +0000 Subject: [PATCH] We're using a default keylength for cgd of 128 in AES not 256. --- share/man/man4/cgd.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/cgd.4 b/share/man/man4/cgd.4 index 5cebb268ccb3..0dba5fce5fb8 100644 --- a/share/man/man4/cgd.4 +++ b/share/man/man4/cgd.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: cgd.4,v 1.4 2003/02/25 10:35:13 wiz Exp $ +.\" $NetBSD: cgd.4,v 1.5 2003/08/14 17:57:07 elric Exp $ .\" .\" Copyright (c) 2002, The NetBSD Foundation, Inc. .\" All rights reserved. @@ -67,7 +67,7 @@ Currently the following cryptographic algorithms are supported: AES in CBC mode. AES uses a 128 bit blocksize and can accept keys of length 128, 192 or 256. -The default key length is 256. +The default key length is 128. .It 3des-cbc Triple DES in CBC mode. Triple DES uses a 64 bit blocksize and is