1. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  2. dfd3e2d crypt32: Add a stub for CryptEncryptMessage. by Alexander Morozov · 15 years ago
  3. 190c351 crypt32: Initialize HashEncryptionAlgorithm. by Alexander Morozov · 15 years ago
  4. 8cdf146 crypt32: Implement CryptSignMessage. by Alexander Morozov · 15 years ago
  5. 665ede7 crypt32/tests: Add a test for CryptSignMessage. by Alexander Morozov · 15 years ago
  6. 3bea7f9 crypt32: Add stub for CryptSignMessage. by Alexander Morozov · 15 years ago
  7. 5687a16 crypt32: Update Italian translation. by Luca Bennati · 15 years ago
  8. 78c9015 crypt32: Correct CryptVerifyMessageSignature's use of pcbDecoded. by Juan Lang · 15 years ago
  9. faa917b crypt32/tests: Test pcbDecoded parameter to CryptVerifyMessageSignature more thoroughly. by Juan Lang · 15 years ago
  10. 4bdeb7d crypt32: Constify some variables. by Andrew Talbot · 15 years ago
  11. a4435e3 crypt32: Only clear *pcbDecoded on error in CryptVerifyMessageSignature. by Mikko Rasa · 15 years ago
  12. aaf285c crypt32: Constify some variables. by Andrew Talbot · 15 years ago
  13. d6c9c7a crypt32: Honor SECURITY_FLAG_IGNORE_CERT_CN_INVALID. by Juan Lang · 15 years ago
  14. e922fae crypt32/tests: Add a test of SSL_EXTRA_CERT_CHAIN_POLICY_PARA's fdwChecks field. by Juan Lang · 15 years ago
  15. 28e1ec4 crypt32: Constify some variables. by Andrew Talbot · 15 years ago
  16. 761f5ca crypt32: Constify some variables. by Andrew Talbot · 15 years ago
  17. 304fdd3 crypt32: Ukrainian translation update. by Igor Paliychuk · 15 years ago
  18. 780ce8e crypt32: Remove the ignored common resource attributes. by Michael Stefaniuc · 15 years ago
  19. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  20. adabcc6 crypt32: Update Portuguese (Brazilian) translation. by Gustavo Henrique Milaré · 15 years ago
  21. 7ef1e2d crypt32: Update Portuguese (Brazilian) translation. by Gustavo Henrique Milaré · 15 years ago
  22. da4b007 crypt32: Add Hungarian translation. by Kovács András · 15 years ago
  23. e9c90a6 crypt32: Ukrainian translation update. by Igor Paliychuk · 15 years ago
  24. fea384c crypt32/tests: Add a trailing '\n' to ok() calls. by Francois Gouget · 15 years ago
  25. 10a6168 crypt32: Add Italian translation. by Luca Bennati · 15 years ago
  26. 88a0161 crypt32: Add support for CERT_STORE_PROV_SERIALIZED to CertOpenStore. by Juan Lang · 15 years ago
  27. 06a3cea crypt32: Increment current pointer on successful reads from memory. by Juan Lang · 15 years ago
  28. 02b9e31 crypt32: Terminate reading a serialized store upon reading an empty property. by Juan Lang · 15 years ago
  29. ecbb3c3 crypt32/tests: Test opening serialized stores. by Juan Lang · 15 years ago
  30. 1cff4f5 crypt32: Add support for szCERT_STORE_PROV_PKCS7 to CertOpenStore. by Juan Lang · 15 years ago
  31. 208e4ea crypt32: Add the Polish translation. by Łukasz Wojniłowicz · 15 years ago
  32. 1d94702 crypt32/tests: Always compare serialized stores in memory. by Juan Lang · 15 years ago
  33. 6451b96 crypt32/tests: Test an otherwise unused return value. by Juan Lang · 15 years ago
  34. d0b7cc5 crypt32/tests: Improve granularity of testing a store's serialized form. by Juan Lang · 15 years ago
  35. c79aad5 crypt32: Implement wildcard domain name matching in subject alternative names. by Juan Lang · 15 years ago
  36. 1d79e5d crypt32/tests: Test wildcards in subject alternative name. by Juan Lang · 15 years ago
  37. fbd3a1d crypt32/tests: Allow specifying a chain engine when verifying a chain policy. by Juan Lang · 15 years ago
  38. 742b4f3 crypt32/tests: Allow specifying a chain engine when creating a certificate chain. by Juan Lang · 15 years ago
  39. d298e1e crypt32: Support hExclusiveRoot when creating a certificate chain engine. by Juan Lang · 15 years ago
  40. d3db308 crypt32: Update definition of CERT_CHAIN_ENGINE_CONFIG. by Juan Lang · 15 years ago
  41. d728169 crypt32: Implement CertAddCertificateLinkToStore on top of CertAddCertificateContextToStore. by Juan Lang · 15 years ago
  42. 99b9e1a crypt32: Prohibit adding links to collection stores. by Juan Lang · 15 years ago
  43. 76fc5c8 crypt32: Validate add disposition before checking source certificate's properties. by Juan Lang · 15 years ago
  44. 0dfb029 crypt32/tests: Test CertAddCertificateLinkToStore. by Juan Lang · 15 years ago
  45. c232af4 crypt32: Add stub for CERT_STORE_CTRL_AUTO_RESYNC of registry stores. by Juan Lang · 15 years ago
  46. 52ead99 crypt32/tests: Remove variable entry which is not really used from test_decodeCRLToBeSigned. by Gerald Pfeifer · 15 years ago
  47. abae415 crypt32/tests: Tighten tests in testPortPublicKeyInfo. by Gerald Pfeifer · 15 years ago
  48. 87416f5 crypt32: Fix computation of structure sizes in CRYPT_AsnDecodeSequence. by Alexandre Julliard · 15 years ago
  49. ca41486b crypt32: Fix type of empty in encodeBase64W(). by Gerald Pfeifer · 15 years ago
  50. 7eb61a6 crypt32: Use an empty string as a separator when no separator is desired to avoid special cases for NULL. by Juan Lang · 15 years ago
  51. 67bf4dc crypt32: Fix overestimating size required for base64-encoded strings. by Juan Lang · 15 years ago
  52. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  53. 51ab77a crypt32: Add support for the anyPolicy certificate policy. by Juan Lang · 15 years ago
  54. ffba84b crypt32: Switch to use the AES provider by default. by Juan Lang · 15 years ago
  55. a729e10 crypt32: Add constants to support SHA-256, SHA-384, and SHA-512. by Juan Lang · 15 years ago
  56. a15dbfa crypt32: Fix CryptFreeTls when calling with a freed index. by Reece Dunn · 15 years ago
  57. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  58. 0a866d0 crypt32: Avoid using HIWORD() on a string pointer. by Michael Stefaniuc · 15 years ago
  59. 17f674c crypt32: Add Ukrainian translations. by Igor Paliychuk · 15 years ago
  60. b4448d9 crypt32/tests: Add a win_skip(). by Michael Stefaniuc · 15 years ago
  61. 4e18ac6 crypt32: Don't get confused matching URLs with a colon in the userinfo portion (e.g. user:password@domain). by Juan Lang · 15 years ago
  62. 0485948 crypt32: Check authority key identifer extension to determine if a certificate is self-signed. by Juan Lang · 15 years ago
  63. e402260 crypt32: Remove an unneeded assignment. by Amine Khaldi · 15 years ago
  64. 483d241 crypt32: Remove unneeded assignments. by Amine Khaldi · 15 years ago
  65. 01a7cbf crypt32: Accept end certificates with no extended key usage extension if a particular key usage is requested. by Juan Lang · 15 years ago
  66. 7a610a9 crypt32: Fix CertAddCTLContextToStore for CERT_STORE_ADD_USE_EXISTING add disposition. by Juan Lang · 15 years ago
  67. c7609f3 crypt32: Fix CertAddCRLContextToStore for CERT_STORE_ADD_USE_EXISTING add disposition. by Juan Lang · 15 years ago
  68. 0444cd9 crypt32: Don't dereference an output pointer which may be NULL. by Juan Lang · 15 years ago
  69. 1740d9f crypt32: Trace chain final error status. by Juan Lang · 15 years ago
  70. 4f83f9a crypt32/tests: Avoid size_t in traces. by Alexandre Julliard · 15 years ago
  71. 4df042b crypt32: Compare CRL's authority key identifier against the certificate's subject key identifier property, which also decodes the certificate's extension if necessary. by Juan Lang · 15 years ago
  72. d1e592a crypt32/tests: Fix compilation on systems that don't support nameless unions. by Francois Gouget · 15 years ago
  73. bab1c65 crypt32/tests: Fix memory leak in test. by Juan Lang · 15 years ago
  74. cdbf6e8 crypt32/tests: Don't pass as a parameter a variable that could be local. by Juan Lang · 15 years ago
  75. 6acd82f crypt32: Correct AKI extension used in end certificate and CRL when checking revocation. by Juan Lang · 15 years ago
  76. 91fbdb5 crypt32: The KeyId member of an authority key identifier is an octet string, not an integer. by Juan Lang · 15 years ago
  77. 865669e crypt32: Fix test failures on Win2k. by Juan Lang · 15 years ago
  78. 63383ba crypt32: Fix test failure on Win7. by Juan Lang · 15 years ago
  79. 596cd16 crypt32: Only check revocation on a chain without other errors. by Juan Lang · 15 years ago
  80. b402b78 rsaenh: Fix padding bytes check for 0-byte payload. by Alexandre Julliard · 15 years ago
  81. 9f5a554 crypt32: Correct AKI extension used in end certificate and CRL when checking revocation. by Juan Lang · 15 years ago
  82. 9c56314 crypt32: Further fix test failures. by Juan Lang · 15 years ago
  83. 6b8c053 crypt32: Fix test failures. by Juan Lang · 15 years ago
  84. 90c160c crypt32: Revert 8ed5a777de6c9797a285829e07d7a27b3ed01257. by Juan Lang · 15 years ago
  85. f2040b7 crypt32: Don't copy past end of buffer when removing a string from a multi string. by Juan Lang · 15 years ago
  86. b2ab45b crypt32: Only match RDN attributes whose lengths are identical. by Juan Lang · 15 years ago
  87. 8e51a86 crypt32: When searching for a CRL by the AKI extension, the extension has to be decoded to match. by Juan Lang · 15 years ago
  88. 7dee971 crypt32/tests: Fix a typo. by Juan Lang · 15 years ago
  89. 8646c39 crypt32: Finding a CRL issued by a cert should compare the cert's subject, not its issuer. by Juan Lang · 15 years ago
  90. 6bc8237 crypt32/tests: Test one more certificate against the Verisign CRL. by Juan Lang · 15 years ago
  91. 22206b9 crypt32/tests: Fix a typo. by Juan Lang · 15 years ago
  92. 3921454 crypt32: Read trusted root certificates from system keychain on Mac OS X. by Ken Thomases · 15 years ago
  93. eee1792 crypt32/tests: Fix tests on Win9x/ME. by Juan Lang · 15 years ago
  94. 1a392e1 crypt32: Support checking the requested usage for a chain. by Juan Lang · 15 years ago
  95. 30de103 crypt32: Only trace a usage match if it's not empty. by Juan Lang · 15 years ago
  96. e611a83 crypt32: Test verifying the enhanced key usage of a chain. by Juan Lang · 15 years ago
  97. 9d9070a crypt32: CertFindCRLInStore with find type CRL_FIND_ISSUED_FOR shouldn't check whether the CRL is valid for the subject certificate. by Juan Lang · 15 years ago
  98. f378394 crypt32: Correct CertIsValidCRLForCertificate for certificates that do not contain a CRL dist points extension. by Juan Lang · 15 years ago
  99. bcbfddd crypt32: Fix tests on older Windows versions. by Juan Lang · 15 years ago
  100. a3c6bc6 crypt32: Assume revocation server is offline if revocation status isn't known. by Juan Lang · 15 years ago