Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
e780e2e6 by Alistair Leslie-Hughes at 2024-08-20T07:43:11+10:00
Rebase against ba66d9c71519176bd499eb846ed11fb0ea421118.
- - - - -
41367bc5 by Alistair Leslie-Hughes at 2024-08-20T07:49:47+10:00
Updated vkd3d-latest patchset
- - - - -
7 changed files:
- − patches/odbc32-fixes/0002-odbc32-SQLSetEnvAttr-isnt-supported-in-ODBC-v2.0.patch
- − patches/odbc32-fixes/0016-odbc32-set_con_attr-return-success-by-default.patch
- patches/vkd3d-latest/0001-Updated-vkd3d-to-c792114a6a58c7c97abf827d154d7ecd22d.patch → patches/vkd3d-latest/0001-Updated-vkd3d-to-b23874dad600ec777c0bbe6ecc7aa3f5020.patch
- − patches/vkd3d-latest/0002-Updated-vkd3d-to-5a53b739959db74e8dcce023a7d49356b90.patch
- + patches/vkd3d-latest/0002-Updated-vkd3d-to-c8cc1b1a2476a4c518756fd7604d37e8c16.patch
- − patches/vkd3d-latest/0003-Updated-vkd3d-to-0202393d41f00d8c9f20f59ec080b833b54.patch
- − patches/vkd3d-latest/0004-Updated-vkd3d-to-7eb63a7c0d23a83bbdfcfa5ed83b9434370.patch
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/a90554bb0489659c0ab63…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/a90554bb0489659c0ab63…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
155010c8 by Gabriel Ivăncescu at 2024-08-19T23:04:15+02:00
mshtml: Avoid calling remove_target_tasks needlessly.
It's already called by abort_window_bindings.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d6d19dfb by Gabriel Ivăncescu at 2024-08-19T23:04:17+02:00
mshtml: Don't return default ports from location.host in IE10+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ab5c14fd by Gabriel Ivăncescu at 2024-08-19T23:04:17+02:00
mshtml: Implement EmulateIE* modes for X-UA-Compatible.
Despite what MSDN says it appears that EmulateIE10 and EmulateIE11 don't
care about DOCTYPE validity at all (same as IE=10 and IE=11).
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ba66d9c7 by Gabriel Ivăncescu at 2024-08-19T23:04:19+02:00
mshtml/tests: Accept rare return value from ReportResult on native.
events.c already has it.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
9 changed files:
- dlls/mshtml/htmllocation.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mutation.c
- dlls/mshtml/oleobj.c
- dlls/mshtml/persist.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
- dlls/mshtml/tests/script.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0fe7520efcb95e19fc588d6928fb1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0fe7520efcb95e19fc588d6928fb1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
18067af2 by Sven Püschel at 2024-08-19T21:03:29+02:00
dssenh/tests: Remove skipping sign tests.
As the signature verification is already implemented, there is no more
need to skip the signature tests.
This may be related to the VerifySignature following fix:
1d0551ca49f ("dssenh: Finalize the hash if necessary in CPVerifySignature().")
Signed-off-by: Sven Püschel <Sven Püschel(a)akarisu.de>
- - - - -
5ab07d4e by Sven Püschel at 2024-08-19T21:03:33+02:00
dssenh/tests: Remove unnecessary verify test cases.
Testing with two simple sentences as strings is redundant. Testing a
common input (sentence) is enough and all other inputs should be edge
cases like empty strings, min/max integer values, etc.
Signed-off-by: Sven Püschel <Sven Püschel(a)akarisu.de>
- - - - -
29000c0f by Sven Püschel at 2024-08-19T21:03:34+02:00
dssenh/tests: Move test loop out of sub function.
Move the test loop out of the test_signhash_array function to allow
splitting the function into parts without duplicating the loop.
Signed-off-by: Sven Püschel <Sven Püschel(a)akarisu.de>
- - - - -
5d114397 by Sven Püschel at 2024-08-19T21:03:36+02:00
dssenh/tests: Remove redundant hash test.
Don't test the hashes to be equal before creating a signature. The
correct hash generation is already tested in the test_hash function.
Also reordered the hash creation and destruction, so that one HCRYPTHASH
variable is enough.
Furthermore removing this check caused the signature verification to
fail. Testing on a Windows 10 machine reveals that this is a wine bug.
Therefore marked the signature verification as todo_wine.
Signed-off-by: Sven Püschel <Sven Püschel(a)akarisu.de>
- - - - -
7d2ba383 by Sven Püschel at 2024-08-19T21:03:37+02:00
dssenh: Finish hash in the SignHash function.
Finish the Hash before trying to sign it, as Windows will also allow
this behaviour.
Signed-off-by: Sven Püschel <Sven Püschel(a)akarisu.de>
- - - - -
15c070de by Sven Püschel at 2024-08-19T21:03:38+02:00
dssenh/tests: Fix signLen usage.
Remove the use of signLen to store the input data length. The variable
is used to store the generated signature length. Also using the
ARRAY_SIZE macro instead of the signLen, as in case of the signLen
returning an invalid value, we would compare or sign memory outside of
the arrays (as the failing length test check won't abort the whole
test).
Signed-off-by: Sven Püschel <Sven Püschel(a)akarisu.de>
- - - - -
dd6af54f by Sven Püschel at 2024-08-19T21:03:40+02:00
dssenh/tests: Set 0xdeadbeef last error before function execution.
Set 0xdeadbeef as the last error before exection of a function, as it is
a common pattern to distinguish if the output was from the failing
function or from the previous executed function.
Signed-off-by: Sven Püschel <Sven Püschel(a)akarisu.de>
- - - - -
d361b8cd by Sven Püschel at 2024-08-19T21:03:41+02:00
dssenh/tests: Remove redundant signature verification.
Don't verify the second signature, as the signature has identical inputs
as the first signature. The reason for two identical signature inputs is
to test the same input generates different signatures.
Signed-off-by: Sven Püschel <Sven Püschel(a)akarisu.de>
- - - - -
949fefea by Sven Püschel at 2024-08-19T21:03:42+02:00
dssenh/tests: Separate the public key export from the signhash test.
Separate the exporting of the public key out of the signhash test. As
VerifySignature can also use a privete key, the conversion of the
private key to a public key is removed.
The public key export is kept and moved to a separate test. A
precalculated public key is used to check, that the output format is
correct.
Furthermore change the test_verify_signature -> test_signature as the
test only tested primarely the SignHash function and only used
VerifySignature to check the generated signature is valid.
Signed-off-by: Sven Püschel <Sven Püschel(a)akarisu.de>
- - - - -
b2de1260 by Sven Püschel at 2024-08-19T21:03:44+02:00
dssenh/tests: Add test for VerifySignatureA.
Add a test for the VerifySignatureA function. Currently the tests only
use VerifySignatureA to verify the signature generation functions. But
this doesn't test if the signature format is correct. Therefore
including signatures generated on a Windows 10 machine test run to check
that Wine can also verify these correctly.
As wine currently fails to verify these signatures, the tests are marked
as todo_wine.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55936
Signed-off-by: Sven Püschel <Sven Püschel(a)akarisu.de>
- - - - -
0fe7520e by Sven Püschel at 2024-08-19T21:03:46+02:00
dssenh: Swap the endianness of the signature.
Swap the endianess of the r and s integers of the signature. These are
expected to be little-endian in the dssenh API, but the BCrypt API uses
big endian integers.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55936
Signed-off-by: Sven Püschel <Sven Püschel(a)akarisu.de>
- - - - -
2 changed files:
- dlls/dssenh/main.c
- dlls/dssenh/tests/dssenh.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/272cb195d85799aa3cb6a7561db3a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/272cb195d85799aa3cb6a7561db3a…
You're receiving this email because of your account on gitlab.winehq.org.