From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33752 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4CfT-0007Kx-08 for qemu-devel@nongnu.org; Mon, 28 Mar 2011 09:39:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4CfR-0004Fp-Uv for qemu-devel@nongnu.org; Mon, 28 Mar 2011 09:39:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4CfR-0004FL-M4 for qemu-devel@nongnu.org; Mon, 28 Mar 2011 09:39:37 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2SDdZXo007516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 28 Mar 2011 09:39:35 -0400 Message-ID: <4D908F82.5020601@redhat.com> Date: Mon, 28 Mar 2011 15:39:14 +0200 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v23 10/11] ccid: add ccid-card-emulated device References: <1300886393-2799-1-git-send-email-alevy@redhat.com> <1300886393-2799-11-git-send-email-alevy@redhat.com> In-Reply-To: <1300886393-2799-11-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On 03/23/11 14:19, Alon Levy wrote: > This devices uses libcacard (internal) to emulate a smartcard conforming > to the CAC standard. It attaches to the usb-ccid bus. Usage instructions > (example command lines) are in the following patch in docs/ccid.txt. It > uses libcacard which uses nss, so it can work with both hw cards and > certificates (files). > > Signed-off-by: Alon Levy Acked-by: Jes Sorensen