wordpad: Add initial printing support.
[wine] / dlls / crypt32 /
2007-09-12  Juan Langcrypt32: Make chain tests more strict.
2007-09-12  Juan Langcrypt32: Set subject's info status from method used...
2007-09-12  Juan Langcrypt32: Pass subject's info status when adding an...
2007-09-12  Juan Langcrypt32: Only decode authority key ID in subject cert...
2007-09-12  Juan Langcrypt32: (Re)introduce helper function to get issuer...
2007-09-12  Rob Shearmancrypt32: Fix a compile failure on *BSD systems.
2007-09-12  Francois Gougetcrypt32: Fix the I_Crypt*Asn1*() prototypes. Add the...
2007-09-11  Juan Langcrypt32: Implement CertVerifyCertificateChainPolicy...
2007-09-11  Juan Langcrypt32: Implement CertVerifyCertificateChainPolicy...
2007-09-11  Juan Langcrypt32: Implement CertVerifyCertificateChainPolicy...
2007-09-11  Juan Langcrypt32: Add initial tests for CertVerifyCertificateCha...
2007-09-11  Juan Langcrypt32: Add a stub for CertVerifyCertificateChainPolicy.
2007-09-11  Juan Langcrypt32: Support CRYPT_DECODE_TO_BE_SIGNED_FLAG.
2007-09-11  Juan Langcrypt32: Add a root store implementation that reads...
2007-09-11  Juan Langcrypt32: Add a function to create a certificate chain...
2007-09-10  Juan Langcrypt32: Consider alternate issuers when building chains.
2007-09-10  Juan Langcrypt32: Flags weren't set, so don't bother passing...
2007-09-10  Juan Langcrypt32: Defer checking signatures until chain is complete.
2007-09-10  Juan Langcrypt32: Don't ask CertGetIssuerCertificateFromStore...
2007-09-10  Juan Langcrypt32: Don't abort chain creation if the root signatu...
2007-09-10  Juan Langcrypt32: Add special case for certificates with no...
2007-09-10  Juan Langcrypt32: Remove a misplaced todo_wine.
2007-09-10  Juan Langcrypt32: Set *ppChainContext even on error.
2007-09-10  Juan Langcrypt32: Test whether chain creation should fail when...
2007-09-10  Juan Langcrypt32: Separate allocating a simple chain and checkin...
2007-09-10  Juan Langcrypt32: Store world store in chain.
2007-09-10  Juan Langcrypt32: Not finding an issuer shouldn't cause chain...
2007-09-10  Juan Langcrypt32: Don't add end cert's store to world.
2007-09-10  Juan Langcrypt32: Open world store when creating chain, not...
2007-09-10  Juan Langcrypt32: Make a helper function to create initial candi...
2007-09-10  Juan Langcrypt32: Test that the end cert in a chain's store...
2007-09-10  Juan Langcrypt32: Add more tests for getting issuer cert from...
2007-08-31  Juan Langcrypt32: Check path length constraint on a chain.
2007-08-31  Juan Langcrypt32: Set error status on issued certificate, not...
2007-08-31  Juan Langcrypt32: Check whether each signing certificate can...
2007-08-31  Juan Langcrypt32: Check time of each element in chain against...
2007-08-31  Juan Langcrypt32: Time validity nesting doesn't appear to be...
2007-08-31  Juan Langcrypt32: Correct combining trust status of a chain...
2007-08-31  Juan Langcrypt32: Don't fail chain creation if signature doesn...
2007-08-31  Juan Langcrypt32: Don't fail chain creation if root isn't self...
2007-08-31  Juan Langcrypt32: Halt chain creation when a cycle is detected.
2007-08-31  Juan Langcrypt32: Implement CertDuplicateCertificateChain.
2007-08-31  Juan Langcrypt32: Remove unneeded WINAPI from internal function.
2007-08-31  Juan Langcrypt32: Free lower quality chain contexts.
2007-08-31  Juan Langcrypt32: Check chain root's trusted status regardless...
2007-08-31  Juan Langcrypt32: Properly reference count certificate contexts...
2007-08-31  Juan Langcrypt32: Add a default cycle detection modulus.
2007-08-31  Juan Langcrypt32: The preferred issuer flag appears to be a...
2007-08-31  Juan Langcrypt32: Greatly expand certificate chain tests.
2007-08-29  Juan Langcrypt32: Set trust status on root element in chain.
2007-08-27  Juan Langcrypt32: Partially implement CMSG_CTRL_VERIFY_SIGNATURE_EX.
2007-08-23  Juan Langcrypt32: Implement CryptVerifyMessageSignature.
2007-08-23  Juan Langcrypt32: Test and correct verifying the signature of...
2007-08-22  Juan Langcrypt32: Test encoding a signed message with a valid...
2007-08-22  Juan Langcrypt32: Explicitly terminate loop when a matching...
2007-08-22  Juan Langcrypt32: Only free allocated handles.
2007-08-22  Juan Langcrypt32: Test and implement CryptGetMessageSignerCount.
2007-08-22  Juan Langcrypt32: Implement CryptGetMessageCertificates.
2007-08-22  Juan Langcrypt32: Trace encoding and decoding public keys on...
2007-08-21  Juan Langcrypt32: Implement verifying a decoded signed message...
2007-08-21  Juan Langcrypt32: Test and implement getting the computed hash...
2007-08-21  Juan Langcrypt32: Update a hash message's hash handles when...
2007-08-21  Juan Langcrypt32: Move signed message data functions together.
2007-08-21  Juan Langcrypt32: Make constructing handles a member of signed...
2007-08-21  Juan Langcrypt32: Use a helper function to allocate signer handles.
2007-08-21  Juan Langcrypt32: Don't keep an unneeded copy of the crypto...
2007-08-21  Juan Langcrypt32: Separate construction of signer handles from...
2007-08-21  Juan Langcrypt32: Add a helper function to construct a signer...
2007-08-21  Juan Langcrypt32: Add helper function to update signed message...
2007-08-21  Juan Langcrypt32: Make more functions members of signed message...
2007-08-21  Juan Langcrypt32: Make updating a hash a member of signed messag...
2007-08-21  Juan Langcrypt32: Make a helper function to a free a signed...
2007-08-21  Juan Langcrypt32: Use signed message data type for decoded signe...
2007-08-21  Juan Langcrypt32: Make a signed message data type.
2007-08-21  Juan Langcrypt32: Implement verifying the hash of a decoded...
2007-08-21  Juan Langcrypt32: Add a couple tests that show you can't get...
2007-08-21  Juan Langcrypt32: Add a mostly stub control function for decode...
2007-08-21  Juan Langcrypt32: Add a default message control function pointer.
2007-08-21  Juan Langcrypt32: Add tests for CryptMsgControl.
2007-08-21  Juan Langcrypt32: Test an encoded signed message with a cert...
2007-08-20  Juan Langcrypt32: Don't store the crypto provider when it isn...
2007-08-20  Juan Langcrypt32: Don't store redundant copy of crypto provider...
2007-08-20  Juan Langcrypt32: Don't store redundant copy of crypto provider...
2007-08-20  Juan Langcrypt32: Pass crypto provider and appropriate flags...
2007-08-17  Juan Langcrypt32: Move file store to a separate file.
2007-08-17  Juan Langcrypt32: Move registry stores to a separate file.
2007-08-17  Juan Langcrypt32: Move provider stores to a separate file.
2007-08-17  Juan Langcrypt32: Move collection stores to a separate file.
2007-08-17  Juan Langcrypt32: Move cert store definitions to header.
2007-08-17  Juan Langcrypt32: Where possible, pass a pointer rather than...
2007-08-17  Juan Langcrypt32: Use externed vars for context variables.
2007-08-17  Juan Langcrypt32: Use public APIs to empty a store.
2007-08-17  Juan Langcrypt32: Use public type and APIs for memory stores...
2007-08-17  Juan Langcrypt32: Remove some unnecessary casts.
2007-08-17  Juan Langcrypt32: Rename a confusing type.
2007-08-16  Juan Langcrypt32: Free default chain engine.
2007-08-15  Paul Vrienscrypt32/tests: Use GetModuleHandle and skip.
2007-08-15  Juan Langcrypt32: Set return value on exception.
2007-08-15  Juan Langcrypt32: Initial implementation of CertGetCertificateCh...
2007-08-15  Juan Langcrypt32: Add a chain test with real certificates.
next