libcacard: add vscclient
authorRobert Relyea <rrelyea@redhat.com>
Thu, 17 Mar 2011 14:38:30 +0000 (16:38 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 2 Apr 2011 00:07:49 +0000 (19:07 -0500)
commitef297a4b5e8c721c6f25162ba7a3311c8b455795
tree14da8870fc2ccc782c7074ef29cd81529d6ff906
parente475df601d433e6dc6dd0a6f8507e5e5ef634396
libcacard: add vscclient

client to talk to ccid-card-passthru and use smartcard on client to
perform actual operations.

v23->v24 changes: (Jes Sorensen review 2)
 * use qemu_socket instead of socket
 * use fprintf(stderr,..) for errors
 * remove unneccessary includes since using qemu_common.h
libcacard/Makefile
libcacard/vscclient.c [new file with mode: 0644]