<div dir="ltr">Hi,<br>Using OpenSSL 1.1.1.<br><div>Just want to confirm that if OpenSSL supports curves X25519 and X448 for TLSv1.2.</div><div><br></div><div>Tried below commands,<br></div><div>openssl s_server -trace -state -cert server.cer -key server.key -accept port<br>openssl s_client -trace -state -CAfile ca.cer -tls1_2 -groups X25519 -connect localhost:port<br></div><div><br></div><div>the server side raised the below error,<br>140735913575296:error:1417A0C1:SSL routines:tls_post_process_client_hello:no shared cipher:ssl/statem/statem_srvr.c:2253:</div><div><br></div><div>If using -groups P-256, the handshaking was fine.<br></div></div>