setupapi: Set last error on failure in SetupDiOpenClassRegKeyExW.
[wine] / dlls / crypt32 /
2007-09-19  Juan Langcrypt32: Fix alignment for 64-bit systems.
2007-09-19  Juan Langcrypt32: Implement streamed encoding of an indefinite...
2007-09-19  Juan Langcrypt32: Pass length rather than entire message to...
2007-09-18  Juan Langcrypt32: Use decode function's returned decoded length...
2007-09-18  Juan Langcrypt32: ret is already true, don't retest it.
2007-09-18  Juan Langcrypt32: Explicitly count bytes to copy in DecodeCopyBytes.
2007-09-18  Juan Langcrypt32: Test and correct decoding indefinite-length...
2007-09-18  Juan Langcrypt32: Use correct encoded length when decoding a...
2007-09-18  Juan Langcrypt32: Simplify AsnDecodeSequenceItems a tiny bit.
2007-09-18  Juan Langcrypt32: Allow indefinite-length encoding of sequence...
2007-09-18  Juan Langcrypt32: Simplify DecodePathLenConstraint.
2007-09-18  Juan Langcrypt32: Allow a sequence to have an indefinite-length...
2007-09-18  Juan Langcrypt32: Set *pcbDecoded in every function.
2007-09-18  Juan Langcrypt32: Use internal form for all internal decoding...
2007-09-18  Juan Langcrypt32: Get rid of encoding type argument to AsnDecode...
2007-09-18  Juan Langcrypt32: Get rid of encoding type from AsnDecodeSequenc...
2007-09-18  Juan Langcrypt32: Don't use exception handler when decoding...
2007-09-18  Juan Langcrypt32: Implement DecodeAltName with DecodeAltNameInte...
2007-09-18  Juan Langcrypt32: Use AsnDecodeIntInternal where an internal...
2007-09-18  Juan Langcrypt32: Temporarily change prototype of AsnDecodeIntIn...
2007-09-18  Juan Langcrypt32: Use internal decode int function a couple...
2007-09-18  Juan Langcrypt32: Introduce a space checking helper for function...
2007-09-18  Juan Langcrypt32: Move a comment that belonged elsewhere.
2007-09-18  Juan Langcrypt32: Separate DecodeInt into an internal and extern...
2007-09-18  Juan Langcrypt32: Use simpler form for internal time decoding...
2007-09-18  Juan Langcrypt32: Allow items in an array to be indefinite-lengt...
2007-09-18  Juan Langcrypt32: Support indefinite-length encoded arrays.
2007-09-18  Juan Langcrypt32: Set bytes decoded in all success paths.
2007-09-18  Juan Langcrypt32: Introduce a helper function to get encoded...
2007-09-18  Juan Langcrypt32: Remove an unneeded WINAPI.
2007-09-18  Juan Langcrypt32: Return bytes decoded from AsnDecodeArray.
2007-09-18  Juan Langcrypt32: Pass bytes decoded pointer to AsnDecodeArray.
2007-09-18  Juan Langcrypt32: Return bytes decoded when decoding an alt...
2007-09-18  Juan Langcrypt32: Return bytes decoded when copying DER-encoded...
2007-09-18  Juan Langcrypt32: Return bytes decoded when decoding a sequence.
2007-09-18  Juan Langcrypt32: Make a decode OID function that returns the...
2007-09-18  Juan Langcrypt32: Add a decoded parameter to AsnDecodeSequence.
2007-09-18  Juan Langcrypt32: Use a simpler prototype for array decoding...
2007-09-18  Juan Langcrypt32: Fix alignment on 64-bit systems.
2007-09-18  Juan Langcrypt32: Correct an optimization.
2007-09-18  Juan Langcrypt32: Correct GET_LEN_BYTES for the indefinite-lengt...
2007-09-18  Juan Langcrypt32: Add a test of an indefinite-length sequence.
2007-09-18  Juan Langcrypt32: Update comments.
2007-09-17  Andrew Talbotcrypt32: Fix some memory leaks.
2007-09-13  Francois Gougetcrypt32: We don't consider sys/types.h to be a conditio...
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...
next