<div dir="ltr"><p>We're using RabbitMQ and now have a request for supporting the following cipher suites:</p><div>    TLS_RSA_WITH_AES_128_GCM_SHA256 (0X009C)<br>    TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256  (0XC02F)<br>    TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 (0X009E)<br>    TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (0XC02B)</div><div><br></div><div>However, if we use the following commands from the Erlang CLI we don't see these cipher suites:</div><div><br></div><div>    io:format("~p", [ssl:cipher_suites(openssl)]).<br>    io:format("~p", [ssl:cipher_suites(erlang)]).</div><div><br></div><div>So how can we make these cipher suites available to Erlang.... and then RabbitMQ that runs on top of Erlang?</div></div>