https://bugs.winehq.org/show_bug.cgi?id=37500
--- Comment #21 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Robert Munteanu from comment #20)
Hopefully that helps
Thank you, it does help to show that the issue still happens and that the problem is not in the return of the schan_imp_send. It simply does not send 16 bytes, we still have to figure why.
trace:secur32:schan_QueryContextAttributesW Using 256 mac bytes, message size 16384, block size 16 ... trace:secur32:schan_EncryptMessage Sent 16368/16384 bytes - status 0
It's just like the last block of the message is not sent. Could this be a bug in gnutls? Where if you need to send exactly the max message size it will not send the last block?