smartcard.rst
changeset 1905 fba288d59662
child 1912 8b81a8f0f692
equal deleted inserted replaced
1904:78357d58b7ab 1905:fba288d59662
       
     1 .. -*- coding: utf-8; -*-
       
     2 .. include:: HEADER.rst
       
     3 
       
     4 ===========
       
     5  Smartcard
       
     6 ===========
       
     7 .. contents::
       
     8    :local:
       
     9 
       
    10 Standards for smartcards
       
    11 ========================
       
    12 
       
    13  * FIPS 201.
       
    14  * NIST SP 800-78 (Cryptographic Algorithms and Key Sizes for PIV).
       
    15  * X.509 Certificate for Digital Signature.
       
    16  * X.509 Certificate for Key Management.
       
    17  * X.509 Certificate for Card Authentication.
       
    18  * Card Capability Container.
       
    19  * Cardholder Unique Identifier.
       
    20  * X.509 Certificate for PIV Authentication.
       
    21  * Cardholder Fingerprints.
       
    22  * Security Object.
       
    23  * Cardholder Facial Image.
       
    24  * Printed Information.
       
    25 
       
    26 United States  federal government standard that specifies Personal Identity
       
    27 Verification (PIV) requirements for Federal employees and contractors.
       
    28 
       
    29   http://csrc.nist.gov/groups/SNS/piv/index.html
       
    30   http://en.wikipedia.org/wiki/FIPS_201
       
    31 
       
    32 Driver for smartcards
       
    33 =====================
       
    34 
       
    35 Windows:
       
    36 
       
    37   http://www.microsoft.com/whdc/device/input/smartcard/default.mspx
       
    38                 Smart Card Devices - Architecture and Driver Support
       
    39   http://www.microsoft.com/whdc/device/input/smartcard/usb_ccid.mspx
       
    40                 Microsoft Class Drivers for USB CCID Smart Cards
       
    41   http://msdn.microsoft.com/en-us/library/ee484819.aspx
       
    42                 USB CCID Smart Card Reader Class Driver with Windows Embedded CE 6.0 R2, Windows
       
    43                 Embedded CE
       
    44 
       
    45 Smart Card Minidriver:
       
    46 
       
    47   http://www.microsoft.com/whdc/device/input/smartcard/sc-minidriver.mspx
       
    48                 Smart Card Minidriver Specification
       
    49   http://support.microsoft.com/kb/976832
       
    50                 Error message when you insert a smart card in a reader on a Windows 7-based or
       
    51                 Windows Server 2008 R2-based computer: "Device driver software was not successfully
       
    52                 installed"
       
    53