<div dir="ltr"><div>Hello all.</div><div><br></div><div>I'm trying to launch s_client and s_server like this:</div><div><br></div><div>$ openssl s_server -cert test.crt -key test.key -tls1_3</div><div>$ openssl s_client -CAfile test.crt -connect localhost:4433</div><div><br></div><div>After typing Q in s_server's terminal, it finishes its execution so everything is OK.</div><div>However, with "-brief" option set, i.e.</div><div><br></div><div>$ openssl s_server -brief -cert test.crt -key test.key -tls1_3<br><br> it doesn't react to this command at all. From what I see this behavior is controlled by "if" condition at "apps/s_server.c:2541".</div><div><br></div><div>s_server's manpage doesn't mention that "-brief" controls how user input is processed.</div><div>So, can someone clarify, is this a bug, or missing documentation, or just my misunderstanding?<br></div></div>