Sign in
goma
/
wine
/
81b8ee863e1d22e7e169c98e660ad5a6ea7b6ec4
/
dlls
/
crypt32
81b8ee8
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
by Alexandre Julliard
· 15 years ago
dfd3e2d
crypt32: Add a stub for CryptEncryptMessage.
by Alexander Morozov
· 15 years ago
190c351
crypt32: Initialize HashEncryptionAlgorithm.
by Alexander Morozov
· 15 years ago
8cdf146
crypt32: Implement CryptSignMessage.
by Alexander Morozov
· 15 years ago
665ede7
crypt32/tests: Add a test for CryptSignMessage.
by Alexander Morozov
· 15 years ago
3bea7f9
crypt32: Add stub for CryptSignMessage.
by Alexander Morozov
· 15 years ago
5687a16
crypt32: Update Italian translation.
by Luca Bennati
· 15 years ago
78c9015
crypt32: Correct CryptVerifyMessageSignature's use of pcbDecoded.
by Juan Lang
· 15 years ago
faa917b
crypt32/tests: Test pcbDecoded parameter to CryptVerifyMessageSignature more thoroughly.
by Juan Lang
· 15 years ago
4bdeb7d
crypt32: Constify some variables.
by Andrew Talbot
· 15 years ago
a4435e3
crypt32: Only clear *pcbDecoded on error in CryptVerifyMessageSignature.
by Mikko Rasa
· 15 years ago
aaf285c
crypt32: Constify some variables.
by Andrew Talbot
· 15 years ago
d6c9c7a
crypt32: Honor SECURITY_FLAG_IGNORE_CERT_CN_INVALID.
by Juan Lang
· 15 years ago
e922fae
crypt32/tests: Add a test of SSL_EXTRA_CERT_CHAIN_POLICY_PARA's fdwChecks field.
by Juan Lang
· 15 years ago
28e1ec4
crypt32: Constify some variables.
by Andrew Talbot
· 15 years ago
761f5ca
crypt32: Constify some variables.
by Andrew Talbot
· 15 years ago
304fdd3
crypt32: Ukrainian translation update.
by Igor Paliychuk
· 15 years ago
780ce8e
crypt32: Remove the ignored common resource attributes.
by Michael Stefaniuc
· 15 years ago
b86d515
dlls: Remove explicit imports of kernel32 and ntdll.
by Alexandre Julliard
· 15 years ago
adabcc6
crypt32: Update Portuguese (Brazilian) translation.
by Gustavo Henrique Milaré
· 15 years ago
7ef1e2d
crypt32: Update Portuguese (Brazilian) translation.
by Gustavo Henrique Milaré
· 15 years ago
da4b007
crypt32: Add Hungarian translation.
by Kovács András
· 15 years ago
e9c90a6
crypt32: Ukrainian translation update.
by Igor Paliychuk
· 15 years ago
fea384c
crypt32/tests: Add a trailing '\n' to ok() calls.
by Francois Gouget
· 15 years ago
10a6168
crypt32: Add Italian translation.
by Luca Bennati
· 15 years ago
88a0161
crypt32: Add support for CERT_STORE_PROV_SERIALIZED to CertOpenStore.
by Juan Lang
· 15 years ago
06a3cea
crypt32: Increment current pointer on successful reads from memory.
by Juan Lang
· 15 years ago
02b9e31
crypt32: Terminate reading a serialized store upon reading an empty property.
by Juan Lang
· 15 years ago
ecbb3c3
crypt32/tests: Test opening serialized stores.
by Juan Lang
· 15 years ago
1cff4f5
crypt32: Add support for szCERT_STORE_PROV_PKCS7 to CertOpenStore.
by Juan Lang
· 15 years ago
208e4ea
crypt32: Add the Polish translation.
by Łukasz Wojniłowicz
· 15 years ago
1d94702
crypt32/tests: Always compare serialized stores in memory.
by Juan Lang
· 15 years ago
6451b96
crypt32/tests: Test an otherwise unused return value.
by Juan Lang
· 15 years ago
d0b7cc5
crypt32/tests: Improve granularity of testing a store's serialized form.
by Juan Lang
· 15 years ago
c79aad5
crypt32: Implement wildcard domain name matching in subject alternative names.
by Juan Lang
· 15 years ago
1d79e5d
crypt32/tests: Test wildcards in subject alternative name.
by Juan Lang
· 15 years ago
fbd3a1d
crypt32/tests: Allow specifying a chain engine when verifying a chain policy.
by Juan Lang
· 15 years ago
742b4f3
crypt32/tests: Allow specifying a chain engine when creating a certificate chain.
by Juan Lang
· 15 years ago
d298e1e
crypt32: Support hExclusiveRoot when creating a certificate chain engine.
by Juan Lang
· 15 years ago
d3db308
crypt32: Update definition of CERT_CHAIN_ENGINE_CONFIG.
by Juan Lang
· 15 years ago
d728169
crypt32: Implement CertAddCertificateLinkToStore on top of CertAddCertificateContextToStore.
by Juan Lang
· 15 years ago
99b9e1a
crypt32: Prohibit adding links to collection stores.
by Juan Lang
· 15 years ago
76fc5c8
crypt32: Validate add disposition before checking source certificate's properties.
by Juan Lang
· 15 years ago
0dfb029
crypt32/tests: Test CertAddCertificateLinkToStore.
by Juan Lang
· 15 years ago
c232af4
crypt32: Add stub for CERT_STORE_CTRL_AUTO_RESYNC of registry stores.
by Juan Lang
· 15 years ago
52ead99
crypt32/tests: Remove variable entry which is not really used from test_decodeCRLToBeSigned.
by Gerald Pfeifer
· 15 years ago
abae415
crypt32/tests: Tighten tests in testPortPublicKeyInfo.
by Gerald Pfeifer
· 15 years ago
87416f5
crypt32: Fix computation of structure sizes in CRYPT_AsnDecodeSequence.
by Alexandre Julliard
· 15 years ago
ca41486b
crypt32: Fix type of empty in encodeBase64W().
by Gerald Pfeifer
· 15 years ago
7eb61a6
crypt32: Use an empty string as a separator when no separator is desired to avoid special cases for NULL.
by Juan Lang
· 15 years ago
67bf4dc
crypt32: Fix overestimating size required for base64-encoded strings.
by Juan Lang
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
51ab77a
crypt32: Add support for the anyPolicy certificate policy.
by Juan Lang
· 15 years ago
ffba84b
crypt32: Switch to use the AES provider by default.
by Juan Lang
· 15 years ago
a729e10
crypt32: Add constants to support SHA-256, SHA-384, and SHA-512.
by Juan Lang
· 15 years ago
a15dbfa
crypt32: Fix CryptFreeTls when calling with a freed index.
by Reece Dunn
· 15 years ago
6164ce2
makefiles: Use the standard C_SRCS variable as the list of test files.
by Alexandre Julliard
· 15 years ago
0a866d0
crypt32: Avoid using HIWORD() on a string pointer.
by Michael Stefaniuc
· 15 years ago
17f674c
crypt32: Add Ukrainian translations.
by Igor Paliychuk
· 15 years ago
b4448d9
crypt32/tests: Add a win_skip().
by Michael Stefaniuc
· 15 years ago
4e18ac6
crypt32: Don't get confused matching URLs with a colon in the userinfo portion (e.g. user:password@domain).
by Juan Lang
· 15 years ago
0485948
crypt32: Check authority key identifer extension to determine if a certificate is self-signed.
by Juan Lang
· 15 years ago
e402260
crypt32: Remove an unneeded assignment.
by Amine Khaldi
· 15 years ago
483d241
crypt32: Remove unneeded assignments.
by Amine Khaldi
· 15 years ago
01a7cbf
crypt32: Accept end certificates with no extended key usage extension if a particular key usage is requested.
by Juan Lang
· 15 years ago
7a610a9
crypt32: Fix CertAddCTLContextToStore for CERT_STORE_ADD_USE_EXISTING add disposition.
by Juan Lang
· 15 years ago
c7609f3
crypt32: Fix CertAddCRLContextToStore for CERT_STORE_ADD_USE_EXISTING add disposition.
by Juan Lang
· 15 years ago
0444cd9
crypt32: Don't dereference an output pointer which may be NULL.
by Juan Lang
· 15 years ago
1740d9f
crypt32: Trace chain final error status.
by Juan Lang
· 15 years ago
4f83f9a
crypt32/tests: Avoid size_t in traces.
by Alexandre Julliard
· 15 years ago
4df042b
crypt32: Compare CRL's authority key identifier against the certificate's subject key identifier property, which also decodes the certificate's extension if necessary.
by Juan Lang
· 15 years ago
d1e592a
crypt32/tests: Fix compilation on systems that don't support nameless unions.
by Francois Gouget
· 15 years ago
bab1c65
crypt32/tests: Fix memory leak in test.
by Juan Lang
· 15 years ago
cdbf6e8
crypt32/tests: Don't pass as a parameter a variable that could be local.
by Juan Lang
· 15 years ago
6acd82f
crypt32: Correct AKI extension used in end certificate and CRL when checking revocation.
by Juan Lang
· 15 years ago
91fbdb5
crypt32: The KeyId member of an authority key identifier is an octet string, not an integer.
by Juan Lang
· 15 years ago
865669e
crypt32: Fix test failures on Win2k.
by Juan Lang
· 15 years ago
63383ba
crypt32: Fix test failure on Win7.
by Juan Lang
· 15 years ago
596cd16
crypt32: Only check revocation on a chain without other errors.
by Juan Lang
· 15 years ago
b402b78
rsaenh: Fix padding bytes check for 0-byte payload.
by Alexandre Julliard
· 15 years ago
9f5a554
crypt32: Correct AKI extension used in end certificate and CRL when checking revocation.
by Juan Lang
· 15 years ago
9c56314
crypt32: Further fix test failures.
by Juan Lang
· 15 years ago
6b8c053
crypt32: Fix test failures.
by Juan Lang
· 15 years ago
90c160c
crypt32: Revert 8ed5a777de6c9797a285829e07d7a27b3ed01257.
by Juan Lang
· 15 years ago
f2040b7
crypt32: Don't copy past end of buffer when removing a string from a multi string.
by Juan Lang
· 15 years ago
b2ab45b
crypt32: Only match RDN attributes whose lengths are identical.
by Juan Lang
· 15 years ago
8e51a86
crypt32: When searching for a CRL by the AKI extension, the extension has to be decoded to match.
by Juan Lang
· 15 years ago
7dee971
crypt32/tests: Fix a typo.
by Juan Lang
· 15 years ago
8646c39
crypt32: Finding a CRL issued by a cert should compare the cert's subject, not its issuer.
by Juan Lang
· 15 years ago
6bc8237
crypt32/tests: Test one more certificate against the Verisign CRL.
by Juan Lang
· 15 years ago
22206b9
crypt32/tests: Fix a typo.
by Juan Lang
· 15 years ago
3921454
crypt32: Read trusted root certificates from system keychain on Mac OS X.
by Ken Thomases
· 15 years ago
eee1792
crypt32/tests: Fix tests on Win9x/ME.
by Juan Lang
· 15 years ago
1a392e1
crypt32: Support checking the requested usage for a chain.
by Juan Lang
· 15 years ago
30de103
crypt32: Only trace a usage match if it's not empty.
by Juan Lang
· 15 years ago
e611a83
crypt32: Test verifying the enhanced key usage of a chain.
by Juan Lang
· 15 years ago
9d9070a
crypt32: CertFindCRLInStore with find type CRL_FIND_ISSUED_FOR shouldn't check whether the CRL is valid for the subject certificate.
by Juan Lang
· 15 years ago
f378394
crypt32: Correct CertIsValidCRLForCertificate for certificates that do not contain a CRL dist points extension.
by Juan Lang
· 15 years ago
bcbfddd
crypt32: Fix tests on older Windows versions.
by Juan Lang
· 15 years ago
a3c6bc6
crypt32: Assume revocation server is offline if revocation status isn't known.
by Juan Lang
· 15 years ago
Next »