s_server:
openssl s_server -cert cert.pem -key key.pem -www -cipher ECDHE-RSA-AES256-SHA
s_client:
openssl s_client -connect localhost:4433 -CAfile manul-gost/sslCA/cacert.pem -state -cipher ECDHE-RSA-AES256-SHA -ign_eof
GET / \n\n
result:
(some html)
</pre></BODY></HTML>
SSL3 alert write:fatal:decode error
00:71:81:B1:E1:7F:00:00:error:SSL routines::unexpected eof while reading:ssl/record/rec_layer_s3.c:307:
This behavior was introduced in db943f43a6
Found by @vt-alt
s_server:
s_client:
result:
(some html)
This behavior was introduced in db943f43a6
Found by @vt-alt