projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
crypt32: More decode message update tests.
[wine]
/
dlls
/
crypt32
/
2007-07-10
Juan Lang
crypt32: More decode message update tests.
tree
|
commitdiff
2007-07-10
Juan Lang
crypt32: Add some tests for updating decode messages.
tree
|
commitdiff
2007-07-10
Juan Lang
crypt32: Implement getting the type of a decode message.
tree
|
commitdiff
2007-07-10
Juan Lang
crypt32: Add a stub decode message implementation.
tree
|
commitdiff
2007-07-10
Juan Lang
crypt32: Test and fix CryptMsgGetParam for streamed...
tree
|
commitdiff
2007-07-10
Juan Lang
crypt32: Add tests for streamed encoding of data messages.
tree
|
commitdiff
2007-07-10
Juan Lang
crypt32: Test that inner content OID is ignored for...
tree
|
commitdiff
2007-07-10
Juan Lang
crypt32: Make a copy of a passed-in stream info rather...
tree
|
commitdiff
2007-07-10
Juan Lang
crypt32: Add more tests for opening a data message...
tree
|
commitdiff
2007-07-10
Juan Lang
crypt32: Pass function pointers to CryptMsgBase_Init...
tree
|
commitdiff
2007-07-05
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2007-07-02
Juan Lang
crypt32: Accept ERROR_INVALID_PARAMETER in addition...
tree
|
commitdiff
2007-07-02
Juan Lang
crypt32: Accept ERROR_BADKEY in addition to ERROR_INVAL...
tree
|
commitdiff
2007-07-02
Juan Lang
crypt32: Accept OSS errors as well.
tree
|
commitdiff
2007-07-02
Juan Lang
crypt32: Accept OSS errors.
tree
|
commitdiff
2007-07-02
Juan Lang
crypt32: Don't fail when CryptVerifyCertificateSignatur...
tree
|
commitdiff
2007-07-02
Juan Lang
crypt32: Use skip to avoid failures where support is...
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Implement getting content for data messages...
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Implement getting bare content for data messag...
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Add tests for data message encoding.
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Add a stub get param function for data message...
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Implement CryptMsgUpdate for data messages...
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Add a finalized member to message.
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Store stream info in message.
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Add an update function, use it to implement...
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Add a get param function, use it to implement...
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Stub CryptMsgOpenToEncode for data messages.
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Test CryptMsgGetParam for data messages opened...
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Test CryptMsgUpdate for data messages opened...
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Test CryptMsgOpenToEncode for data messages.
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Add base message type and use it to implement...
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Add basic parameter checking to CryptMsgOpenTo*.
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Add basic tests for CryptMsg functions.
tree
|
commitdiff
2007-06-29
Juan Lang
crypt32: Don't return fake HCRYPTMSG from CryptMsgOpenTo*.
tree
|
commitdiff
2007-06-26
Alexandre Julliard
crypt32: Fix an uninitialized variable compiler warning.
tree
|
commitdiff
2007-06-25
Jeff Latimer
crypt32: Fix possible dereference of NULL ptr.
tree
|
commitdiff
2007-06-25
Alexandre Julliard
crypt32: Fix incorrect usage of CharNextA.
tree
|
commitdiff
2007-06-18
Francois Gouget
crypt32/tests: Fix compilation on systems that don...
tree
|
commitdiff
2007-06-18
Paul Vriens
crypt32/tests: Don't crash on Vista.
tree
|
commitdiff
2007-06-14
Francois Gouget
crypt32: Add missing '\n' to ok() call.
tree
|
commitdiff
2007-06-14
Paul Vriens
crypt32/tests: Vista uses a different error code.
tree
|
commitdiff
2007-06-14
Paul Vriens
crypt32/tests: Skip tests if we don't have enough rights.
tree
|
commitdiff
2007-06-13
Paul Vriens
crypt32/tests: Skip tests if we don't have enough rights.
tree
|
commitdiff
2007-06-13
Juan Lang
crypt32: Implement PKCS7_SIGNER_INFO encoding/decoding.
tree
|
commitdiff
2007-06-13
Juan Lang
crypt32: Implement PKCS_ATTRIBUTES encoding/decoding.
tree
|
commitdiff
2007-06-13
Juan Lang
crypt32: Use CRYPT_EncodeEnsureSpace to allocate memory...
tree
|
commitdiff
2007-06-13
Juan Lang
crypt32: Implement PKCS_ATTRIBUTE encoding/decoding.
tree
|
commitdiff
2007-06-13
Juan Lang
crypt32: Separate set encoding into a separate function.
tree
|
commitdiff
2007-06-13
Juan Lang
crypt32: Implement PKCS_CONTENT_INFO encoding/decoding.
tree
|
commitdiff
2007-06-13
Juan Lang
crypt32: Implement CERT_AUTHORITY_KEY_ID2_INFO encoding...
tree
|
commitdiff
2007-06-11
Juan Lang
crypt32: Add CryptMsg* stubs.
tree
|
commitdiff
2007-06-04
Stefan Leichter
crypt32: Replace CRYPT_RecurseDeleteKey with RegDeleteT...
tree
|
commitdiff
2007-05-29
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2007-05-29
Juan Lang
crypt32: Remove wrong test and parameter check.
tree
|
commitdiff
2007-05-25
Juan Lang
crypt32: Statically initialize static lists and critica...
tree
|
commitdiff
2007-05-21
Mounir IDRASSI
crypt32: Fix CertAddCertificateContextToStore when...
tree
|
commitdiff
2007-05-15
Juan Lang
crypt32: Remove last error checks on success.
tree
|
commitdiff
2007-05-15
Juan Lang
crypt32: Use public functions to get store access state.
tree
|
commitdiff
2007-05-15
Juan Lang
crypt32: Implement CertGetStoreProperty and CertSetStor...
tree
|
commitdiff
2007-05-15
Juan Lang
crypt32: Don't set ret to TRUE when it already is.
tree
|
commitdiff
2007-05-14
Mounir IDRASSI
crypt32: Stub implementation of CertGetCertificateChain.
tree
|
commitdiff
2007-05-14
Mounir IDRASSI
crypt32: Stub implementation of CryptFindLocalizedName.
tree
|
commitdiff
2007-05-14
Mounir IDRASSI
crypt32: Fix crash in CertGetCertificateContextProperty...
tree
|
commitdiff
2007-05-11
Francois Gouget
crypt32: Add missing '\n' in FIXME() call.
tree
|
commitdiff
2007-05-10
Mounir IDRASSI
crypt32: Correct the implementation of CertCreateSelfSi...
tree
|
commitdiff
2007-05-09
Juan Lang
crypt32: Implement CertEnumSystemStore.
tree
|
commitdiff
2007-04-30
Andrew Talbot
crypt32: Exclude unused headers.
tree
|
commitdiff
2007-04-24
Paul Vriens
crypt32/tests: Use A-version for registry functions.
tree
|
commitdiff
2007-04-16
Andrew Talbot
crypt32: Constify some variables.
tree
|
commitdiff
2007-04-16
Andrew Talbot
crypt32: Constify some variables.
tree
|
commitdiff
2007-04-10
Andrew Talbot
crypt32: Constify some variables.
tree
|
commitdiff
2007-03-28
Francois Gouget
Remove unneeded checks on the GetModuleHandle() return...
tree
|
commitdiff
2007-03-14
Paul Vriens
crypt32/tests: No need to check return value of GetModu...
tree
|
commitdiff
2007-03-13
Paul Vriens
crypt32/tests: Use GetModuleHandle and skip.
tree
|
commitdiff
2007-03-13
Juan Lang
crypt32: Set ppSignerSig to NULL in case caller doesn...
tree
|
commitdiff
2007-03-12
Jan Zerebecki
crypt32: Add DebugInfo to critical sections.
tree
|
commitdiff
2007-01-15
Paul Vriens
crypt32/tests: Fix compilation for older gcc versions...
tree
|
commitdiff
2007-01-12
Paul Vriens
crypt32/tests: Cast-qual warning fixes.
tree
|
commitdiff
2007-01-08
Francois Gouget
crypt32/tests: Replace some '#if 0's with 'if (0)'s.
tree
|
commitdiff
2006-12-14
Dmitry Timoshkov
crypt32: Make some data const.
tree
|
commitdiff
2006-12-11
Marcus Meissner
made functions and variables static in some testcases.
tree
|
commitdiff
2006-12-08
Andrew Talbot
crypt32/tests: Cast-qual warnings fix.
tree
|
commitdiff
2006-12-08
Andrew Talbot
crypt32/tests: Cast-qual warnings fix.
tree
|
commitdiff
2006-11-27
Louis Lenders
crypt32: Add test for I_CryptInstallOssGlobal.
tree
|
commitdiff
2006-11-27
Louis Lenders
crypt32: Better stub for I_CryptInstallOssGlobal.
tree
|
commitdiff
2006-11-13
Francois Gouget
Add some documentation headers to make winapi_check...
tree
|
commitdiff
2006-10-30
Paul Vriens
crypt32: Input parameter checking.
tree
|
commitdiff
2006-10-27
Andrew Talbot
crypt32: Cast-qual warnings fix.
tree
|
commitdiff
2006-10-25
Andrew Talbot
crypt32: Cast-qual warnings fix.
tree
|
commitdiff
2006-10-24
Mikołaj Zalewski
resources: Change German sublanguage code to SUBLANG_NE...
tree
|
commitdiff
2006-10-24
Andrew Talbot
crypt32: Cast-qual warnings fix.
tree
|
commitdiff
2006-10-20
Byeong-Sik Jeon
Korean: Use SUBLANG_NEUTRAL in Korean resources.
tree
|
commitdiff
2006-10-19
Francois Gouget
Fix compilation with gcc 2.95.
tree
|
commitdiff
2006-10-16
Michael Stefaniuc
The Data1 member of the GUID struct needs to be an...
tree
|
commitdiff
2006-10-12
Alexandre Julliard
Fixed some printf warnings caused by using sizeof.
tree
|
commitdiff
2006-10-12
James Hawkins
crypt32: Make an internal function static.
tree
|
commitdiff
2006-10-06
James Hawkins
crypt32: Remove redundant NULL checks before CryptMemFr...
tree
|
commitdiff
2006-10-06
Paul Vriens
crypt32: Cast-qual warnings fix.
tree
|
commitdiff
2006-10-06
Francois Gouget
French rc files must be encoded in iso-8859-1, not...
tree
|
commitdiff
2006-10-05
Francois Gouget
Add missing '\n's to Wine traces.
tree
|
commitdiff
next