Alexandre Julliard pushed to branch master at wine / wine
Commits:
2d1cd1b0 by Paul Gofman at 2025-01-22T13:02:42+01:00
ntdll: Add NtConvertBetweenAuxiliaryCounterAndPerformanceCounter() function.
- - - - -
d48e8e6a by Paul Gofman at 2025-01-22T13:02:42+01:00
kernelbase: Add ConvertAuxiliaryCounterToPerformanceCounter() / ConvertPerformanceCounterToAuxiliaryCounter().
- - - - -
9 changed files:
- dlls/kernelbase/kernelbase.spec
- dlls/kernelbase/sync.c
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/tests/time.c
- dlls/ntdll/unix/sync.c
- dlls/wow64/sync.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e245a7462b23d2e2e85c729842a2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e245a7462b23d2e2e85c729842a2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4186e03e by Jeff Smith at 2025-01-22T12:46:30+01:00
windowscodecs: Make values returned from CanConvert consistent.
Any time CanConvert returns FALSE for the output parameter,
also return an appropriate failing result code.
This also adds tests for CanConvert.
- - - - -
2 changed files:
- dlls/windowscodecs/converter.c
- dlls/windowscodecs/tests/converter.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4186e03e326d2d40b9dfcd26fc187e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4186e03e326d2d40b9dfcd26fc187e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d53b6977 by Paul Gofman at 2025-01-22T12:46:13+01:00
crypt32: Use correct tag for OCSP basic response extensions.
- - - - -
09331949 by Paul Gofman at 2025-01-22T12:46:13+01:00
crypt32: Use correct tag for OCSP single response extensions.
- - - - -
cf6dde6f by Paul Gofman at 2025-01-22T12:46:13+01:00
cryptnet: Retry OCSP request with POST if GET failed.
- - - - -
f301c78e by Paul Gofman at 2025-01-22T12:46:13+01:00
cryptnet: Do not perform OCSP requests with CERT_VERIFY_CACHE_ONLY_BASED_REVOCATION flag.
- - - - -
3 changed files:
- dlls/crypt32/decode.c
- dlls/crypt32/tests/encode.c
- dlls/cryptnet/cryptnet_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f4b4acc373792e160d572f224d46b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f4b4acc373792e160d572f224d46b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f93de36e by Paul Gofman at 2025-01-22T12:45:53+01:00
crypt32/tests: Add more tests for VerifyCertChainPolicy().
- - - - -
d318db26 by Paul Gofman at 2025-01-22T12:45:53+01:00
crypt32: Fix some error codes in verify_ssl_policy().
- - - - -
98fed6f9 by Paul Gofman at 2025-01-22T12:45:53+01:00
crypt32: Check CERT_TRUST_REVOCATION_STATUS_UNKNOWN instead of CERT_TRUST_IS_OFFLINE_REVOCATION in verify_ssl_policy().
- - - - -
ec1cabca by Paul Gofman at 2025-01-22T12:45:53+01:00
crypt32: Favour CERT_CHAIN_POLICY_IGNORE_END_REV_UNKNOWN_FLAG in verify_ssl_policy().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56559
- - - - -
53830bb2 by Paul Gofman at 2025-01-22T12:45:53+01:00
crypt32: Only mind end certificate when checking revocation status in verify_ssl_policy().
- - - - -
f4b4acc3 by Paul Gofman at 2025-01-22T12:45:53+01:00
crypt32: Favour CERT_CHAIN_POLICY_IGNORE_WRONG_USAGE_FLAG in verify_ssl_policy().
- - - - -
2 changed files:
- dlls/crypt32/chain.c
- dlls/crypt32/tests/chain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b929b1e63b2321eb82ca3cd8a0078…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b929b1e63b2321eb82ca3cd8a0078…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
de87c2d9 by Paul Gofman at 2025-01-22T12:44:50+01:00
crypt32: Factor out CRYPT_RegDeleteFromReg().
- - - - -
b3646bed by Paul Gofman at 2025-01-22T12:44:52+01:00
crypt32: Factor out CRYPT_SerializeContextToReg().
- - - - -
fc23f21c by Paul Gofman at 2025-01-22T12:44:52+01:00
crypt32: Don't output the whole chains from check_and_store_certs().
The other certificates in constructed chain are either in 'cached' set
and will be persisted anyway, or come from CA / My / Trust stores and
should not be duplicated to the ROOT store.
- - - - -
afaf6e08 by Paul Gofman at 2025-01-22T12:44:54+01:00
crypt32: Do not use temporary store for updating root certificates.
- - - - -
b929b1e6 by Paul Gofman at 2025-01-22T12:44:54+01:00
crypt32: Do not delete root certs which were not imported from host in sync_trusted_roots_from_known_locations().
- - - - -
3 changed files:
- dlls/crypt32/crypt32_private.h
- dlls/crypt32/regstore.c
- dlls/crypt32/rootstore.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b073859675060c9211fcbccfd90e4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b073859675060c9211fcbccfd90e4…
You're receiving this email because of your account on gitlab.winehq.org.