Re: [openssl-users] s_server and explicit dhparam

2017-09-22 Thread Benjamin Kaduk via openssl-users
On 09/21/2017 10:57 PM, Le Van Gong, Hubert wrote: > Hi Ben, > > Ah, good catch. Maybe the doc should be updated to mention that fact. > Does anyone know if this is on the roadmap? The documentation could not really get updated more easily than the code, and I committed the needed fix yesterday,

Re: [openssl-users] s_server and explicit dhparam

2017-09-21 Thread Le Van Gong, Hubert
Hi Ben, Ah, good catch. Maybe the doc should be updated to mention that fact. Does anyone know if this is on the roadmap? Thanks, Hubert On 9/21/17 20:12, Benjamin Kaduk wrote: On 09/21/2017 03:30 AM, Le Van Gong, Hubert wrote: Hi there, I'm trying to run opensslin server modeand leverage

Re: [openssl-users] s_server and explicit dhparam

2017-09-21 Thread Benjamin Kaduk via openssl-users
On 09/21/2017 03:30 AM, Le Van Gong, Hubert wrote: > Hi there, > > I'm trying to run opensslin server modeand leverage non-default DH > params with the following command: > sudo openssl s_server -cert server_cert.pem -dhparam dhparam_2.pem > -tls1_3 -accept 443 > > Where the dhparam_2.pem file

[openssl-users] s_server and explicit dhparam

2017-09-21 Thread Le Van Gong, Hubert
Hi there, I'm trying to run opensslin server modeand leverage non-default DH params with the following command: sudo openssl s_server -cert server_cert.pem -dhparam dhparam_2.pem -tls1_3 -accept 443 Where the dhparam_2.pem file contains the 2 DH params I want to use. However, I keep getting