You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to set elliptical curves (P-256 and P-384) that will be advertised on the SSL handshake in the ClientHello message to the server. With wildfly-openssl v1.0.4.Final, tcpdump shows it's selecting weaker curves as well.
Is there an API or a suggestion on code change that we'll have to do to achieve this? There is support to set specific ciphers, but not curves.
The text was updated successfully, but these errors were encountered:
I want to be able to set elliptical curves (P-256 and P-384) that will be advertised on the SSL handshake in the ClientHello message to the server. With
wildfly-openssl v1.0.4.Final
, tcpdump shows it's selecting weaker curves as well.Is there an API or a suggestion on code change that we'll have to do to achieve this? There is support to set specific ciphers, but not curves.
The text was updated successfully, but these errors were encountered: