Commit Graph

115 Commits (caf56765d5b8294dc5fd1e51e7492c0fcc2559e6)

Author SHA1 Message Date
Francois Gouget 80911c12f4 crypt32: Better match the PSDK types and update win32.api to fix the winapi_check warnings. 2007-10-29 12:04:48 +01:00
Juan Lang 207feb97c1 crypt32: Add more missing definitions. 2007-10-22 12:36:07 +02:00
Juan Lang 72688bd239 cryptnet: Add URL_OID_GET_OBJECT_URL_FUNC definition. 2007-10-19 12:29:52 +02:00
Bang Jun-young 6ab44c8073 crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress(). 2007-10-16 09:37:27 +02:00
Juan Lang a62afe7403 wincrypt.h: Add a few more definitions. 2007-10-16 09:35:23 +02:00
Juan Lang 5bc2c2045e wincrypt.h: Add a few more definitions. 2007-10-01 12:33:46 +02:00
Juan Lang 0fdb2bc89f crypt32: Add definitions used by CertSaveStore. 2007-09-28 11:31:16 +02:00
Juan Lang 8bc15e7b4a crypt32: Add policy flags definitions. 2007-09-11 12:36:05 +02:00
Francois Gouget 4aed59ef5b crypt32: Better match the PSDK types and fix the winapi_check warnings. 2007-09-10 12:14:03 +02:00
Francois Gouget 5fcce569ce bcrypt: Add a skeleton bcrypt.h header and use it. 2007-08-31 12:08:58 +02:00
Francois Gouget f67fd2cfa4 crypt32: Better match the PSDK types and fix the winapi_check warnings. 2007-08-06 12:30:48 +02:00
Francois Gouget 74bf9f1f4e crypt32: Add and use HCRYPTPROV_LEGACY and HCRYPTPROV_OR_NCRYPT_KEY_HANDLE. 2007-08-03 12:44:41 +02:00
Juan Lang e7a1e99a76 crypt32: Add CERT_ID_XXX defines. 2007-08-03 12:28:24 +02:00
Francois Gouget db895bb51a crypt32: Add FIXMEs for a couple of missing includes. 2007-07-31 21:37:19 +02:00
Francois Gouget fa489d08d3 crypt32: Add some missing CERT_XXX_ID constants. 2007-07-31 21:37:15 +02:00
Francois Gouget a33993bcbd crypt32: Fix the CryptReleaseContext() prototype. 2007-07-31 21:37:09 +02:00
Juan Lang 5270b32330 crypt32: Add missing definitions. 2007-07-31 11:15:23 +02:00
Juan Lang 04ef3c05f1 crypt32: Add CryptMsgControl stub. 2007-07-31 11:15:16 +02:00
Juan Lang 834dbceada wincrypt: Add more missing definitions. 2007-07-19 14:38:33 +02:00
Juan Lang c59d51ab24 crypt32: Fix typo. 2007-07-18 12:57:35 +02:00
Juan Lang e3d6f771e8 crypt32: Add more missing defines. 2007-07-13 14:38:17 +02:00
Juan Lang c56177a8e9 wincrypt: Add missing message flags and parameters. 2007-06-29 12:33:46 +02:00
Juan Lang a1e8343e2e wincrypt: Fix typo. 2007-05-30 11:51:20 +02:00
Mounir IDRASSI 12f4acce04 wincrypt.h: Add missing definitions. 2007-05-07 20:35:16 +02:00
Juan Lang b7019a7a64 wincrypt.h: Add missing definitions. 2007-05-04 13:32:04 +02:00
Yuval Fledel 355d3c7e47 include: Fix a typo in wincrypt.h. 2007-04-23 13:56:02 +02:00
Bang Jun-Young 671b023de8 advapi32: Fix prototypes to match the PSDK. 2007-02-05 12:25:48 +01:00
Francois Gouget e4024a67dd wincrypt: Fix the CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME declaration in the MSVC case. 2006-09-29 17:52:48 +02:00
Juan Lang 3fdd3398a2 wincrypt.h: Fix a typo. 2006-09-29 14:41:22 +02:00
Paul Vriens a3d8d14e52 wincrypt.h: A few more defines. 2006-09-25 17:56:19 +02:00
Juan Lang 38f9f0c4bd wincrypt.h: Add more missing definitions and prototypes. 2006-09-20 11:19:18 +02:00
Paul Vriens 4b5e6b767f wincrypt.h: Add new OID. 2006-09-07 10:15:13 +02:00
Juan Lang fd3fcc0bdd crypt32: Implement CertCreateCertificateChainEngine and CertFreeCertificateChainEngine. 2006-08-15 12:57:30 +02:00
Juan Lang da3eeb4bd5 crypt32: Implement CryptHashPublicKeyInfo. 2006-07-29 11:50:34 +02:00
Juan Lang 6e23b4a25d crypt32: Implement file stores. 2006-07-26 10:24:53 +02:00
Juan Lang 273b76570e crypt32: Implement CryptAcquireCertificatePrivateKey. 2006-07-12 13:16:02 +02:00
Juan Lang 77ea583ab0 crypt32: Implement CertGetCRLFromStore.
- implement CertGetCRLFromStore, with tests
- update tests for CRL revocation functions to show name isn't checked
2006-06-22 12:29:04 +02:00
Juan Lang aeb8036486 wincrypt.h: Add more definitions and prototypes. 2006-06-21 11:15:41 +02:00
Juan Lang 23791c2510 crypt32: Implement CryptBinaryToStringA and CryptStringToBinaryA.
Implement CryptBinaryToStringA and CryptStringToBinaryA based on Kai
Blin's base64 encoder/decoder.
2006-05-31 11:58:40 +02:00
Juan Lang b29c2335b8 crypt32: Implement CertVerifyCRLTimeValidity and partially implement CertVerifySubjectCertificateContext. 2006-05-26 20:20:50 +02:00
Juan Lang c4f2bcf3d1 crypt32: Add support for CRLs. 2006-05-25 20:19:12 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Juan Lang d0505de674 crypt32: Implement CertCompare functions, with tests. 2006-05-16 20:24:12 +02:00
Juan Lang ed66801d3a crypt32: Partially implement CertGetIssuerCertificateFromStore. 2006-05-10 11:21:20 +02:00
Juan Lang 309b26801e crypt32: Add support for the CERT_KEY_PROV_INFO_PROP_ID certificate property. 2006-04-06 11:35:48 +02:00
Juan Lang ae5823db3f crypt32: Implement CertGetSubjectCertificateFromStore. 2006-03-17 13:11:21 +01:00
Juan Lang 8949d29de2 crypt32: Implement CertDuplicateStore. 2006-03-03 13:17:34 +01:00
Francois Gouget 8851c4fc4e crypt32: Add CryptQueryObject() prototype.
Update win32.api.
2006-02-24 21:09:36 +01:00
Juan Lang 690f98408b crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
- implement CryptEnumOIDInfo and CryptFindOIDInfo
- implement CertOIDToAlgId and CertAlgIdToOID using CryptFindOIDInfo
2006-02-24 11:26:01 +01:00
Juan Lang 3faa942c8f wincrypt: Add OIDs. 2006-02-23 12:09:59 +01:00