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

2017-07-05 Thread Matt Caswell
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

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

2017-07-05 Thread Salz, Rich via openssl-dev
You might find that the SSL library doesn’t have the code to do the old-style insecure renegotiation. If it does, then it probably makes sense to support this as a debugging option. -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

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

2017-07-05 Thread slon v sobstvennom palto
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