wininet: Support the Cache-Control max-age directive for setting url cache entry...
[wine] / dlls / crypt32 /
2010-10-04  André Hentschelcrypt32: Fix German translation.
2010-10-01  Alexandre Julliardcrypt32/tests: Make some variables static.
2010-09-30  Juan Langcrypt32: Check revocation failures when verifying the...
2010-09-30  Juan Langcrypt32: Check usage when verifying the SSL policy.
2010-09-30  Juan Langcrypt32: Honor more SECURITY_FLAG_IGNORE flags when...
2010-09-30  Juan Langcrypt32/tests: Test more SECURITY_FLAG_IGNORE flags...
2010-09-29  Michael Stefaniuccrypt32: Remove redundant NULL check before CryptMemFre...
2010-09-24  Juan Langcrypt32: Add parameter checking to CryptSIPCreateIndire...
2010-09-22  Alexander Morozovcrypt32/tests: Add a test for CryptEncryptMessage.
2010-09-21  Luca Bennaticrypt32: Update Italian translation.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-18  Alexander Morozovcrypt32: Add a stub for CryptEncryptMessage.
2010-09-16  Alexander Morozovcrypt32: Initialize HashEncryptionAlgorithm.
2010-09-16  Alexander Morozovcrypt32: Implement CryptSignMessage.
2010-09-15  Alexander Morozovcrypt32/tests: Add a test for CryptSignMessage.
2010-09-13  Alexander Morozovcrypt32: Add stub for CryptSignMessage.
2010-09-09  Luca Bennaticrypt32: Update Italian translation.
2010-08-23  Juan Langcrypt32: Correct CryptVerifyMessageSignature's use...
2010-08-23  Juan Langcrypt32/tests: Test pcbDecoded parameter to CryptVerify...
2010-08-20  Andrew Talbotcrypt32: Constify some variables.
2010-08-19  Mikko Rasacrypt32: Only clear *pcbDecoded on error in CryptVerify...
2010-08-18  Andrew Talbotcrypt32: Constify some variables.
2010-08-16  Juan Langcrypt32: Honor SECURITY_FLAG_IGNORE_CERT_CN_INVALID.
2010-08-16  Juan Langcrypt32/tests: Add a test of SSL_EXTRA_CERT_CHAIN_POLIC...
2010-08-16  Andrew Talbotcrypt32: Constify some variables.
2010-08-16  Andrew Talbotcrypt32: Constify some variables.
2010-07-28  Igor Paliychukcrypt32: Ukrainian translation update.
2010-07-22  Michael Stefaniuccrypt32: Remove the ignored common resource attributes.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-07  Gustavo Henrique... crypt32: Update Portuguese (Brazilian) translation.
2010-07-06  Gustavo Henrique... crypt32: Update Portuguese (Brazilian) translation.
2010-06-29  Kovács Andráscrypt32: Add Hungarian translation.
2010-06-28  Igor Paliychukcrypt32: Ukrainian translation update.
2010-06-22  Francois Gougetcrypt32/tests: Add a trailing '\n' to ok() calls.
2010-06-17  Luca Bennaticrypt32: Add Italian translation.
2010-06-16  Juan Langcrypt32: Add support for CERT_STORE_PROV_SERIALIZED...
2010-06-16  Juan Langcrypt32: Increment current pointer on successful reads...
2010-06-16  Juan Langcrypt32: Terminate reading a serialized store upon...
2010-06-16  Juan Langcrypt32/tests: Test opening serialized stores.
2010-06-16  Juan Langcrypt32: Add support for szCERT_STORE_PROV_PKCS7 to...
2010-06-07  Łukasz Wojniłowiczcrypt32: Add the Polish translation.
2010-05-26  Juan Langcrypt32/tests: Always compare serialized stores in...
2010-05-26  Juan Langcrypt32/tests: Test an otherwise unused return value.
2010-05-26  Juan Langcrypt32/tests: Improve granularity of testing a store...
2010-05-21  Juan Langcrypt32: Implement wildcard domain name matching in...
2010-05-20  Juan Langcrypt32/tests: Test wildcards in subject alternative...
2010-05-20  Juan Langcrypt32/tests: Allow specifying a chain engine when...
2010-05-20  Juan Langcrypt32/tests: Allow specifying a chain engine when...
2010-05-20  Juan Langcrypt32: Support hExclusiveRoot when creating a certifi...
2010-05-20  Juan Langcrypt32: Update definition of CERT_CHAIN_ENGINE_CONFIG.
2010-05-17  Juan Langcrypt32: Implement CertAddCertificateLinkToStore on...
2010-05-17  Juan Langcrypt32: Prohibit adding links to collection stores.
2010-05-17  Juan Langcrypt32: Validate add disposition before checking sourc...
2010-05-17  Juan Langcrypt32/tests: Test CertAddCertificateLinkToStore.
2010-05-17  Juan Langcrypt32: Add stub for CERT_STORE_CTRL_AUTO_RESYNC of...
2010-05-05  Gerald Pfeifercrypt32/tests: Remove variable entry which is not reall...
2010-05-03  Gerald Pfeifercrypt32/tests: Tighten tests in testPortPublicKeyInfo.
2010-04-07  Alexandre Julliardcrypt32: Fix computation of structure sizes in CRYPT_As...
2010-03-26  Gerald Pfeifercrypt32: Fix type of empty in encodeBase64W().
2010-03-24  Juan Langcrypt32: Use an empty string as a separator when no...
2010-03-22  Juan Langcrypt32: Fix overestimating size required for base64...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-16  Juan Langcrypt32: Add support for the anyPolicy certificate...
2010-03-16  Juan Langcrypt32: Switch to use the AES provider by default.
2010-03-16  Juan Langcrypt32: Add constants to support SHA-256, SHA-384...
2010-03-03  Reece Dunncrypt32: Fix CryptFreeTls when calling with a freed...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-29  Michael Stefaniuccrypt32: Avoid using HIWORD() on a string pointer.
2010-01-28  Igor Paliychukcrypt32: Add Ukrainian translations.
2010-01-20  Michael Stefaniuccrypt32/tests: Add a win_skip().
2009-12-21  Juan Langcrypt32: Don't get confused matching URLs with a colon...
2009-12-18  Juan Langcrypt32: Check authority key identifer extension to...
2009-12-17  Amine Khaldicrypt32: Remove an unneeded assignment.
2009-12-16  Amine Khaldicrypt32: Remove unneeded assignments.
2009-12-11  Juan Langcrypt32: Accept end certificates with no extended key...
2009-12-11  Juan Langcrypt32: Fix CertAddCTLContextToStore for CERT_STORE_AD...
2009-12-11  Juan Langcrypt32: Fix CertAddCRLContextToStore for CERT_STORE_AD...
2009-12-11  Juan Langcrypt32: Don't dereference an output pointer which...
2009-12-11  Juan Langcrypt32: Trace chain final error status.
2009-12-09  Alexandre Julliardcrypt32/tests: Avoid size_t in traces.
2009-12-09  Juan Langcrypt32: Compare CRL's authority key identifier against...
2009-12-08  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
2009-12-07  Juan Langcrypt32/tests: Fix memory leak in test.
2009-12-07  Juan Langcrypt32/tests: Don't pass as a parameter a variable...
2009-12-04  Juan Langcrypt32: Correct AKI extension used in end certificate...
2009-12-03  Juan Langcrypt32: The KeyId member of an authority key identifie...
2009-12-03  Juan Langcrypt32: Fix test failures on Win2k.
2009-12-03  Juan Langcrypt32: Fix test failure on Win7.
2009-12-03  Juan Langcrypt32: Only check revocation on a chain without other...
2009-12-02  Alexandre Julliardrsaenh: Fix padding bytes check for 0-byte payload.
2009-12-02  Juan Langcrypt32: Correct AKI extension used in end certificate...
2009-12-02  Juan Langcrypt32: Further fix test failures.
2009-12-01  Juan Langcrypt32: Fix test failures.
2009-11-30  Juan Langcrypt32: Revert 8ed5a777de6c9797a285829e07d7a27b3ed01257.
2009-11-30  Juan Langcrypt32: Don't copy past end of buffer when removing...
2009-11-21  Juan Langcrypt32: Only match RDN attributes whose lengths are...
2009-11-21  Juan Langcrypt32: When searching for a CRL by the AKI extension...
2009-11-21  Juan Langcrypt32/tests: Fix a typo.
2009-11-21  Juan Langcrypt32: Finding a CRL issued by a cert should compare...
2009-11-21  Juan Langcrypt32/tests: Test one more certificate against the...
next