projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wined3d: Order the helper constants a bit better.
[wine]
/
dlls
/
crypt32
/
cert.c
2010-05-17
Juan Lang
crypt32: Implement CertAddCertificateLinkToStore on...
blob
|
commitdiff
|
raw
2010-05-17
Juan Lang
crypt32: Prohibit adding links to collection stores.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-16
Amine Khaldi
crypt32: Remove unneeded assignments.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-21
Juan Lang
crypt32: Only match RDN attributes whose lengths are...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-17
Juan Lang
crypt32: Implement CertIsRDNAttrsInCertificateName.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-17
Juan Lang
crypt32: Add stub for CertIsRDNAttrsInCertificateName.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-04
Juan Lang
crypt32: Add return value to Context_Release to allow...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-04
Juan Lang
crypt32: Implement CertAddEncodedCertificateToSystemSto...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-04
Juan Lang
crypt32: Add stub for CertAddCertificateLinkToStore.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-04
Juan Lang
crypt32: Implement CryptGetIntendedKeyUsage.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-03
Juan Lang
crypt32: Add stub for CryptGetIntendedKeyUsage.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-30
Juan Lang
crypt32: Create a V1 certificate if it doesn't have...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Juan Lang
crypt32: Use helper function to encode public keys...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Juan Lang
crypt32: Implement CryptFindCertificateInStore for...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-19
Juan Lang
crypt32: Compare certificates in a consistent order.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-19
Juan Lang
crypt32: Avoid repeatedly decoding authority key id...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-19
Juan Lang
crypt32: Introduce a helper function to search for...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-19
Juan Lang
crypt32: Use helper function to search for certs.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-23
Hans Leidekker
crypt32: Add a partial implementation of CertCreateContext.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-12
Andrew Talbot
crypt32: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-29
Paul Vriens
crypt32: Fix CertDuplicateCertificateContext for a...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Juan Lang
crypt32: Implement CryptFindCertificateKeyProvInfo.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Juan Lang
crypt32: Implement CertFindCertificateInStore for CERT_...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-26
Michael Stefaniuc
crypt32: Remove some more superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-10
Juan Lang
crypt32: Allow setting CERT_KEY_PROV_HANDLE_PROP_ID...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-10
Juan Lang
crypt32: Remove unnecessary casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-04
Michael Stefaniuc
crypt32: Remove superfluous casts of void pointers.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-03
Aric Stewart
crypt32: Static functions CertContext_GetProperty and...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-18
Juan Lang
crypt32: Add support for the CERT_EXTENDED_ERROR_INFO_P...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-10
Juan Lang
crypt32: Return FALSE rather than crash if memory alloc...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Juan Lang
crypt32: Implement CertFindCertificateInStore for CERT_...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Juan Lang
crypt32: Implement CERT_SIGNATURE_HASH_PROP_ID.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Juan Lang
crypt32: Implement CryptHashToBeSigned.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-19
Juan Lang
crypt32: Add stub for CryptHashToBeSigned.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-30
Michael Karcher
crypt32: ComparePublicKeyInfo must ignore the leading...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-26
Michael Karcher
crypt32: CertGetPublicKeyLength should check only cert...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-07
Rob Shearman
crypt32: Add stub for CertVerifyCTLUsage.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-16
Juan Lang
crypt32: Vista doesn't actually add duplicate usage...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-31
Andrew Talbot
crypt32: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-28
Juan Lang
crypt32: Implement finding an existing certificate...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-02
Juan Lang
crypt32: Use memmove rather than memcpy when addresses...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-02
Juan Lang
crypt32: Set size when calling CryptDecodeObjectEx...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-29
Francois Gouget
crypt32: Better match the PSDK types and update win32...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-24
Juan Lang
crypt32: Implement CertVerifyRevocation.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-24
Juan Lang
crypt32: Add CertVerifyRevocation stub.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-22
Juan Lang
crypt32: Initialize mask when allocating it.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-19
Juan Lang
crypt32: Use GetSystemTimeAsFileTime rather than GetSys...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-05
Juan Lang
crypt32: Don't assume a maximum of 32 valid usages.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-05
Juan Lang
crypt32: Reduce valid usages count when removing a...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-05
Juan Lang
crypt32: Don't set ret to FALSE when it isn't checked.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-05
Juan Lang
crypt32: Always set cNumOIDs.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-05
Juan Lang
crypt32: Don't fail if a cert is invalid, Windows doesn...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-05
Juan Lang
crypt32: Don't fail if buffer is NULL, just return...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-05
Juan Lang
crypt32: Improve trace.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-05
Juan Lang
crypt32: Fix a silly variable name.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-28
Juan Lang
crypt32: Add/improve some traces.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-15
Juan Lang
crypt32: Move CertGetCertificateChain to chain.c.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-14
Juan Lang
crypt32: Avoid a memory allocation when decoding the...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-14
Juan Lang
crypt32: Add missing break.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-10
Juan Lang
crypt32: Trace more return values.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-10
Juan Lang
crypt32: Use real certificates to test finding subject...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Juan Lang
crypt32: Test and correct finding a subject certificate.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Juan Lang
crypt32: Use the authority key identifier to search...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Juan Lang
crypt32: Fix typo.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-06
Francois Gouget
crypt32: Better match the PSDK types and fix the winapi...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-03
Francois Gouget
crypt32: Add and use HCRYPTPROV_LEGACY and HCRYPTPROV_O...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-03
Juan Lang
crypt32: Support finding certificates by cert id.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-03
Juan Lang
crypt32: Test and fix getting a certificate context...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-03
Juan Lang
crypt32: Fix typo in key context property test, and...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-03
Juan Lang
crypt32: Add and use a helper function for getting...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-01
Juan Lang
crypt32: Remove bad special case, it isn't necessary...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-01
Juan Lang
crypt32: Use the outer content's signature algorithm...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-15
Juan Lang
crypt32: Use public functions to get store access state.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-15
Juan Lang
crypt32: Don't set ret to TRUE when it already is.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-14
Mounir IDRASSI
crypt32: Stub implementation of CertGetCertificateChain.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-14
Mounir IDRASSI
crypt32: Fix crash in CertGetCertificateContextProperty...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-10
Mounir IDRASSI
crypt32: Correct the implementation of CertCreateSelfSi...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Andrew Talbot
crypt32: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-24
Andrew Talbot
crypt32: Cast-qual warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-19
Francois Gouget
Fix compilation with gcc 2.95.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Juan Lang
crypt32: Don't crash when setting CRYPT_KEY_PROV_INFO...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-04
Juan Lang
crypt32: Implement CertVerifyValidityNesting.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-04
Juan Lang
crypt32: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-03
Juan Lang
crypt32: Make it clearer where alg ids come from in...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-03
Juan Lang
crypt32: Implement CryptSignAndEncodeCertificate.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-28
Juan Lang
crypt32: Implement CertGetPublicKeyLength.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-29
Juan Lang
crypt32: Implement CryptHashPublicKeyInfo.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-18
Juan Lang
crypt32: Fix reading key prov info from serialized...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-14
Juan Lang
crypt32: Correct self-signed cert creation.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-12
Juan Lang
crypt32: Implement CryptAcquireCertificatePrivateKey.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-11
Juan Lang
crypt32: Implement key context property, with tests.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-10
Juan Lang
crypt32: Implement revocation check in CertVerifySubjec...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-20
Juan Lang
crypt32: Simplify certificate creation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-31
Andrew Talbot
crypt32: Write-strings warning fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-26
Juan Lang
crypt32: Implement CertVerifyCRLTimeValidity and partia...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Juan Lang
crypt32: Use public functions when finding certificates.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Juan Lang
crypt32: Move cert functions that don't depend on the...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-20
Juan Lang
crypt32: Move CertFindCertificateInStore and related...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-16
Juan Lang
crypt32: Implement CertCompare functions, with tests.
blob
|
commitdiff
|
raw
|
diff to current
next