dnsapi/tests: No need to dynamically load dnsapi anymore.
[wine] / dlls / crypt32 /
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...
2007-07-31  Juan Langcrypt32: Implement getting inner content of a decoded...
2007-07-31  Juan Langcrypt32: Test getting more parameters from a decoded...
2007-07-30  Juan Langcrypt32: Implement message stores.
2007-07-30  Juan Langcrypt32: Only destroy a decoded message's hash if it...
2007-07-30  Juan Langcrypt32: Add tests for message stores.
2007-07-30  Juan Langcrypt32: Implement getting some parameters from a decod...
2007-07-30  Juan Langcrypt32: Change type to avoid unnecessary casting.
2007-07-30  Juan Langcrypt32: Test getting parameters from decoded signed...
2007-07-30  Juan Langcrypt32: Store decoded signed content in message.
2007-07-30  Juan Langcrypt32: Correct type of a decoded signed message.
2007-07-30  Juan Langcrypt32: A decoded message's parameters are dependent...
2007-07-26  Juan Langcrypt32: Test and implement encoding signed messages...
2007-07-26  Juan Langcrypt32: Trace a few more items when decoding.
2007-07-26  Juan Langcrypt32: Test and fix encoding and decoding of attribut...
2007-07-26  Juan Langcrypt32: Partially implement decoding of signed messages.
2007-07-26  Juan Langcrypt32: Don't check tag in CRYPT_DecodeDERArray, calle...
2007-07-26  Juan Langcrypt32: Actually skip content when skipping an item...
2007-07-26  Juan Langcrypt32: Remove redundant assignment.
2007-07-26  Juan Langcrypt32: Add initial tests for decoding signed messages.
2007-07-26  Juan Langcrypt32: Test getting the hash from a hash message...
2007-07-26  Alexandre Julliardcrypt32: Don't use off_t for memory offsets.
2007-07-25  Juan Langcrypt32: Test and implement getting the encoded signers...
2007-07-25  Marcus Meissnercrypt32: Fixed wrong allocation size.
2007-07-24  Juan Langcrypt32: Test and implement encoding signed data messag...
2007-07-24  Juan Langcrypt32: Test and implement encoding signed messages...
2007-07-24  Juan Langcrypt32: Use set encoding function for encoding PKCS...
2007-07-24  Juan Langcrypt32: Implement getting version from an encoded...
2007-07-24  Juan Langcrypt32: Add tests for getting an encoded signed messag...
2007-07-24  Juan Langcrypt32: Use consistent types for storing and encoding...
next