projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
gdi32, winex11drv: Add a test for compatible bitmap depths.
[wine]
/
dlls
/
crypt32
/
chain.c
2007-12-10
Michael Stefaniuc
crypt32: Do not use an empty body in an else-statement...
blob
|
commitdiff
|
raw
2007-11-02
Juan Lang
crypt32: Fix a leak building an alternate chain.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-02
Juan Lang
crypt32: Fix a leak during chain creation.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-24
Juan Lang
crypt32: Implement cert chain revocation checking.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-19
Juan Lang
crypt32: Set lower quality chain count and pointer...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-19
Juan Lang
crypt32: Don't keep a pointer to the lower quality...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-17
Juan Lang
crypt32: Always set pPolicyStatus->dwError.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-16
Juan Lang
crypt32: Implement CertVerifyCertificateChain for the...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-11
Juan Lang
crypt32: Implement name constraint checking.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Juan Lang
crypt32: Set subject's info status from method used...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Juan Lang
crypt32: Pass subject's info status when adding an...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Juan Lang
crypt32: Only decode authority key ID in subject cert...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Juan Lang
crypt32: (Re)introduce helper function to get issuer...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-12
Francois Gouget
crypt32: Fix the I_Crypt*Asn1*() prototypes. Add the...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-11
Juan Lang
crypt32: Implement CertVerifyCertificateChainPolicy...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-11
Juan Lang
crypt32: Implement CertVerifyCertificateChainPolicy...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-11
Juan Lang
crypt32: Implement CertVerifyCertificateChainPolicy...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-11
Juan Lang
crypt32: Add a stub for CertVerifyCertificateChainPolicy.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-11
Juan Lang
crypt32: Add a function to create a certificate chain...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Consider alternate issuers when building chains.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Flags weren't set, so don't bother passing...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Defer checking signatures until chain is complete.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Don't ask CertGetIssuerCertificateFromStore...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Don't abort chain creation if the root signatu...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Add special case for certificates with no...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Set *ppChainContext even on error.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Separate allocating a simple chain and checkin...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Store world store in chain.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Not finding an issuer shouldn't cause chain...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Don't add end cert's store to world.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Open world store when creating chain, not...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Juan Lang
crypt32: Make a helper function to create initial candi...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Check path length constraint on a chain.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Set error status on issued certificate, not...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Check whether each signing certificate can...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Check time of each element in chain against...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Time validity nesting doesn't appear to be...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Correct combining trust status of a chain...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Don't fail chain creation if signature doesn...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Don't fail chain creation if root isn't self...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Halt chain creation when a cycle is detected.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Implement CertDuplicateCertificateChain.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Remove unneeded WINAPI from internal function.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Free lower quality chain contexts.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Check chain root's trusted status regardless...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Properly reference count certificate contexts...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: Add a default cycle detection modulus.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-31
Juan Lang
crypt32: The preferred issuer flag appears to be a...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-29
Juan Lang
crypt32: Set trust status on root element in chain.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-15
Juan Lang
crypt32: Initial implementation of CertGetCertificateCh...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-15
Juan Lang
crypt32: Set output chain to NULL.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-15
Juan Lang
crypt32: Add stub for CertFreeCertificateChain.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-15
Juan Lang
crypt32: Move CertGetCertificateChain to chain.c.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-12
James Hawkins
crypt32: Make an internal function static.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-21
Juan Lang
crypt32: Don't crash on freeing null chain engine.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-15
Juan Lang
crypt32: Implement CertCreateCertificateChainEngine...
blob
|
commitdiff
|
raw
|
diff to current