Re: [openssl-dev] [Bug] OpenSSL does not send short messages

2016-04-25 Thread Viktor Dukhovni
[ This question belongs on openssl-users, not openssl-dev. Please reply only to openssl-users. ] On Tue, Apr 26, 2016 at 05:17:46AM +0200, Alex Hultman wrote: > SSL_write followed by SSL_shutdown does not actually send the data passed > to SSL_write if the total data size sent is less than

[openssl-dev] [Bug] OpenSSL does not send short messages

2016-04-25 Thread Alex Hultman
Hi, I've found a very central bug that affects all my OpenSSL applications including the official server example code, the vanilla Node.js HTTPs server and my (arguably non-correct) own server project. https://github.com/openssl/openssl/issues/992 SSL_write followed by SSL_shutdown does not