1. 04 4月, 2011 29 次提交
  2. 03 4月, 2011 7 次提交
  3. 02 4月, 2011 4 次提交
    • A
      ccid: add docs · 1056c02b
      Alon Levy 提交于
      Add documentation for the usb-ccid device and accompanying two card
      devices, ccid-card-emulated and ccid-card-passthru.
      Signed-off-by: NAlon Levy <alevy@redhat.com>
      1056c02b
    • A
      ccid: add ccid-card-emulated device · 585738a6
      Alon Levy 提交于
      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: NAlon Levy <alevy@redhat.com>
      
      ---
      
      changes from v20->v21: (Jes Sorenson review)
       * cosmetics
       * use qemu-thread and qemu_malloc/qemu_free
      
      changes from v19->v20:
       * checkpatch.pl
      
      changes from v18->v19:
       * add qdev.desc
       * backend: drop the enumeration property, back to using a string one.
      
      changes from v16->v17:
       * use PROP_TYPE_ENUM for backend
      
      changes from v15->v16:
       * fix error reporting in initfn
       * bump copyright year
       * update copyright license
      
      changes from v1:
       * remove stale comments, use only c-style comments
       * bugfix, forgot to set recv_len
       * change reader name to 'Virtual Reader'
      585738a6
    • R
      libcacard: add docs · 65794b43
      Robert Relyea 提交于
      65794b43
    • R
      libcacard: add vscclient · 2ac85b93
      Robert Relyea 提交于
      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
      2ac85b93