[openssl-dev] openssl s_server "-legacy_renegotiation" option was present in version 1.0.1u but removed in version 1.0.2a

Matt Caswell matt at openssl.org
Wed Jul 5 12:30:51 UTC 2017



On 05/07/17 13:16, slon v sobstvennom palto wrote:
> Hi,
> openssl command line utility "s_server" command "-legacy_renegotiation"
> option was present in version 1.0.1u but removed in version 1.0.2a. In
> the source code of 1.0.2a the option is still present in the on screen
> help but not parsed and handled in the source code.
> 
> The source code file is apps/s_server.c

This is not correct. The command is still processed in 1.0.2. It is
handled by this line in s_server.c:

https://github.com/openssl/openssl/blob/OpenSSL_1_0_2-stable/apps/s_server.c#L1300


Matt


More information about the openssl-dev mailing list