[PATCH 4/5] secur32: Perform TLS handshake even if input is empty.

Hans Leidekker hans at codeweavers.com
Mon Feb 15 08:32:10 CST 2021


On Mon, 2021-02-15 at 13:26 +0100, Rémi Bernon wrote:
> On 2/15/21 1:22 PM, Marvin wrote:
> > === debiant2 (64 bit WoW report) ===
> > 
> > secur32:
> > schannel.c:818: Test failed: Output buffer size changed.
> > schannel.c:833: Test failed: Output buffer size changed.
> > schannel.c:842: Test failed: Output buffer size changed.
> > schannel: Timeout
> > 
> 
> I guess that speaks for itself, but I'm still interested to discuss how 
> to properly test the re-handshake, if there are ways.

We could set up a test on test.winehq.org. Apache docs suggest that
changing SSL parameters trigger a re-handshake. Maybe something like
this will work:

<Directory clientcert>
SSLVerifyClient require
</Directory>





More information about the wine-devel mailing list