projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
quartz/tests: Remove misplaced ok() call.
[wine]
/
dlls
/
crypt32
/
cert.c
2006-05-25
Juan Lang
crypt32: Move cert functions that don't depend on the...
blob
|
commitdiff
|
raw
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
2006-05-15
Juan Lang
crypt32: Use the HRESULT synonyms for converted Win32...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-10
Juan Lang
crypt32: Implement CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-13
Alexandre Julliard
crypt32: Avoid crash on NULL pointer in trace.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-11
Juan Lang
crypt32: Fix a typo caught by coverity.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-06
Juan Lang
crypt32: Implement CertCreateSelfSignCertificate, with...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-08
Juan Lang
crypt32: Implement CertGetValidUsages.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-22
Juan Lang
crypt32: Add stubs for CryptFindOIDInfo and I_CryptInst...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-18
Juan Lang
crypt32: Implement enhanced key usage.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-17
Juan Lang
crypt32: Move certificate store functions to their...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-16
Juan Lang
crypt32: Simplify CertOpenSystemStore, fix CertDuplicat...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-16
Juan Lang
crypt32: Fix system stores and a memory leak.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-15
Juan Lang
crypt32: Rename a variable for clarity.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-10
Juan Lang
crypt32: Move break statement to the correct spot.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-09
Juan Lang
crypt32: Fix up decoding.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-07
Alexandre Julliard
Include wine/port.h in files that use exceptions.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-02
Juan Lang
crypt32: Support external providers.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-17
Juan Lang
crypt32: Implement more implicit properties, with tests.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-16
Alexandre Julliard
Take advantage of the __EXCEPT_PAGE_FAULT macro.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-02
Juan Lang
Implement more OID support functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-30
Stefan Leichter
Added stub for CryptVerifyMessageSignature.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Juan Lang
Fix parameter count on some stubs (thanks to Marcus...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-23
Juan Lang
Fix some memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-31
Juan Lang
Implement CertSignSignature and CertVerifySignature...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-28
Juan Lang
Use CryptMem functions for internal memory allocation.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-15
Stefan Leichter
Added stubs for CryptInitOIDFunctionSet and
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Juan Lang
When decoding a signed cert, make sure it's really...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-09
Juan Lang
- call CertFreeCertificateContext from CertDeleteCertif...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-08
Juan Lang
- implement system stores
blob
|
commitdiff
|
raw
|
diff to current
2005-09-08
Alexandre Julliard
Avoid a couple of 'clobbered by longjmp' warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-08
Juan Lang
Implement system registry stores.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-07
Juan Lang
Implement registry stores.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-03
Juan Lang
Correct a test that incorrectly showed signed certs...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-02
Juan Lang
Implement CertAddSerializedElementToStore.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-30
Juan Lang
Implement collection stores.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-29
Juan Lang
Implemented memory cert stores.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-26
Juan Lang
Added a bunch of stubs.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-25
Juan Lang
Implemented CryptHashCertificate.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-07
Juan Lang
Implement a few utility functions, with tests.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-03
Juan Lang
Get rid of a magic number, and improve stubs of
blob
|
commitdiff
|
raw
|
diff to current
2004-11-10
Mike McCormack
Improve the CertStore code a little.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-26
Stefan Leichter
Added missing line break.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-09
Stefan Leichter
Added stub for CertFindCertificateInStore.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-01
Juan Lang
- correct some prototypes, add some defines
blob
|
commitdiff
|
raw
|
diff to current