From owner-freebsd-ports@FreeBSD.ORG Wed Feb 13 07:02:12 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D41E216A420 for ; Wed, 13 Feb 2008 07:02:12 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 21F1513C455 for ; Wed, 13 Feb 2008 07:02:11 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: (qmail invoked by alias); 13 Feb 2008 07:02:09 -0000 Received: from e176165099.adsl.alicedsl.de (EHLO localhost) [85.176.165.99] by mail.gmx.net (mp007) with SMTP; 13 Feb 2008 08:02:09 +0100 X-Authenticated: #11429267 X-Provags-ID: V01U2FsdGVkX18SQfshRCcSNbnDkVmcFViZ+R2IicxY6PG+Ko3CxL qVN1tYKzqbqFhl Date: Wed, 13 Feb 2008 08:02:08 +0100 To: Matt From: "Michael Ross" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <47AEB6C8.1070907@gmx.net> <47AF4AF8.8040808@FreeBSD.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.25 (FreeBSD) X-Y-GMX-Trusted: 0 Cc: Garrett Cooper , watermelon@gmx.net, freebsd-ports-mailinglist , Sergey Matveychuk Subject: Re: TrueCrypt 5.0 - Built, short test result: Ok. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 07:02:12 -0000 Am 12.02.2008, 22:01 Uhr, schrieb Matt : > I've noticed what looks like a problem when creating a file-based > volume (could be for all volume types - I haven't tried creating a > device volume). If I select password AND keyfile during the volume > creation, the creation process finishes without throwing any errors, > but the volume that is created does not require the keyfile to > open/mount. In fact, it fails to open/mount if I try to use the > keyfile and password use during creation, but works fine if I just use > the password. > I tried and confirm this. In fact, if I create a volume with keyfile but without password, truecrypt throws ParameterIncorrect at TrueCrypt::Pkcs5Kdf::ValidateParameters:64 at me. Michael