/[openpgpmdrv]/trunk/OpenPGPminidriver/Context.h
ViewVC logotype

Diff of /trunk/OpenPGPminidriver/Context.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by vletoux, Mon Mar 15 18:23:17 2010 UTC revision 12 by vletoux, Wed Mar 31 08:58:46 2010 UTC
# Line 57  typedef struct _OPENPGP_CONTEXT Line 57  typedef struct _OPENPGP_CONTEXT
57          FEATURES                                SmartCardReaderFeatures;          FEATURES                                SmartCardReaderFeatures;
58          BOOL                                    fSupportCommandChaining;          BOOL                                    fSupportCommandChaining;
59          BOOL                                    fExtentedLeLcFields;          BOOL                                    fExtentedLeLcFields;
         BYTE                                    bSecureMessagingAlgorithm;  
60          DWORD                                   dwMaxChallengeLength;          DWORD                                   dwMaxChallengeLength;
61          DWORD                                   dwMaxCertificateLength;          DWORD                                   dwMaxCertificateLength;
62          DWORD                                   dwMaxCommandDataLength;          DWORD                                   dwMaxCommandDataLength;
# Line 70  typedef struct _OPENPGP_CONTEXT Line 69  typedef struct _OPENPGP_CONTEXT
69          DWORD                                   dwExponent[KEYMAX];          DWORD                                   dwExponent[KEYMAX];
70          LARGE_INTEGER                   LastCacheCheck[KEYMAX];          LARGE_INTEGER                   LastCacheCheck[KEYMAX];
71          BOOL                                    fDoesTheAdminHasBeenAuthenticatedAtLeastOnce;          BOOL                                    fDoesTheAdminHasBeenAuthenticatedAtLeastOnce;
72            ALG_ID                                  aiSecureMessagingAlg;
73  } OPENPGP_CONTEXT, *POPENPGP_CONTEXT ;  } OPENPGP_CONTEXT, *POPENPGP_CONTEXT ;
74    
75  DWORD CreateContext(__in PCARD_DATA pCardData, __in DWORD dwFlags);  DWORD CreateContext(__in PCARD_DATA pCardData, __in DWORD dwFlags);

Legend:
Removed from v.11  
changed lines
  Added in v.12

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26