ole32: Remove 'recursive registry key delete' function.
[wine] / dlls / crypt32 /
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.
2007-08-15  Juan Langcrypt32: Add initial tests for certificate chains.
2007-08-15  Juan Langcrypt32: Set output chain to NULL.
2007-08-15  Juan Langcrypt32: Add stub for CertFreeCertificateChain.
2007-08-15  Juan Langcrypt32: Move CertGetCertificateChain to chain.c.
2007-08-15  Juan Langcrypt32: Fix typo.
2007-08-15  Juan Langcrypt32: Fix typo.
2007-08-14  Paul Vrienscrypt32/tests: Make tests run again on win95.
2007-08-14  Juan Langcrypt32: Test finding the issuer of a certificate.
2007-08-14  Juan Langcrypt32: Avoid a memory allocation when decoding the...
2007-08-14  Juan Langcrypt32: Add missing break.
2007-08-14  Juan Langcrypt32: Test authority key identifier with a multi...
2007-08-13  Juan Langcrypt32: Improve tracing when builtin function isn...
2007-08-13  Juan Langcrypt32: Use helper functions to simplify CryptEncodeOb...
2007-08-13  Juan Langcrypt32: Validate parameters better in CryptDecodeObject.
2007-08-13  Juan Langcrypt32: Use helper functions to simplify CryptDecodeOb...
2007-08-13  Juan Langcrypt32: Ex encode/decode functions should call non...
2007-08-10  Juan Langcrypt32: Add stub for I_CryptGetAsn1Decoder.
2007-08-10  Juan Langcrypt32: Trace more return values.
2007-08-10  Juan Langcrypt32: Use real certificates to test finding subject...
2007-08-10  Juan Langcrypt32: Correct loading OID functions from the registry.
2007-08-08  Francois Gougetcrypt32/tests: Fix compilation on systems that don...
2007-08-08  Juan Langcrypt32: According to MSDN, inner content is only decod...
2007-08-08  Juan Langcrypt32: Add a couple traces.
2007-08-08  Juan Langcrypt32: Test and correct finding a subject certificate.
2007-08-08  Juan Langcrypt32: Use the authority key identifier to search...
2007-08-08  Juan Langcrypt32: Fix typo.
2007-08-08  Juan Langcrypt32: Introduce cryptasn debug channel to quiet...
2007-08-08  Juan Langcrypt32: Implement CertRDNValueToStr for UTF-8 strings.
2007-08-06  Francois Gougetcrypt32: Better match the PSDK types and fix the winapi...
2007-08-03  Francois Gougetcrypt32: Add and use HCRYPTPROV_LEGACY and HCRYPTPROV_O...
2007-08-03  Juan Langcrypt32: Support finding certificates by cert id.
2007-08-03  Juan Langcrypt32: Test and fix getting a certificate context...
2007-08-03  Juan Langcrypt32: Test encoding a cert with a subject key identi...
2007-08-03  Juan Langcrypt32: Test encoding a cert with a public key.
2007-08-03  Juan Langcrypt32: Fix typo in key context property test, and...
2007-08-03  Juan Langcrypt32: Add and use a helper function for getting...
2007-08-03  Juan Langcrypt32: Implement decoding OID and directory name...
2007-08-03  Juan Langcrypt32: Introduce a OID decoding function that ignores...
2007-08-03  Juan Langcrypt32: Implement encoding OID and directory name...
2007-08-03  Juan Langcrypt32: Test encoding/decoding a couple more alt name...
2007-08-03  Juan Langcrypt32: Get rid of bogus check and improve traces...
2007-08-01  Juan Langcrypt32: Remove bad special case, it isn't necessary...
2007-08-01  Juan Langcrypt32: Use the outer content's signature algorithm...
2007-07-31  Juan Langcrypt32: Support getting the inner content OID from...
2007-07-31  Juan Langcrypt32: Get rid of attribute certs from signed info...
2007-07-31  Juan Langcrypt32: Add a few traces.
2007-07-31  Juan Langcrypt32: Simplify alignment calculation.
2007-07-31  Juan Langcrypt32: Add CryptMsgControl stub.
2007-07-31  Juan Langcrypt32: Implement getting the signer cert info from...
2007-07-31  Juan Langcrypt32: Implement getting signer info from a decoded...
2007-07-31  Juan Langcrypt32: Separate decoding PKCS signer info into intern...
next