Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
663 B

  1. #define FILTER_NONE 0
  2. #define FILTER_RSA_KEYEX 1
  3. #define FILTER_RSA_SIGN 2
  4. #define FILTER_DSA_SIGN 4
  5. #define FILTER_DH_KEYEX 8
  6. #define FILTER_KEA_KEYEX 16
  7. #define szOID_INFOSEC_keyExchangeAlgorithm "2.16.840.1.101.2.1.1.22"
  8. extern BOOL DoCertDialog(HWND hwndOwner, LPTSTR szTitle, HCERTSTORE hCertStore, PCCERT_CONTEXT *ppCert, int iFilter);
  9. HRESULT HrValidateCert(PCCERT_CONTEXT pccert, HCERTSTORE hstore, HCRYPTPROV hprov,
  10. HCERTSTORE * phcertstorOut, DWORD * pdwErrors);
  11. extern HCERTSTORE HCertStoreMy;
  12. extern BYTE RgbSignHash[20];