<div dir="ltr">Hi, John!<div><br></div><div>What OTP version do you use?</div><div>OTP17 and prior do not support GCM, you need OTP18.</div><div><br></div><div>Old possible ciphers: <a href="https://github.com/erlang/otp/blob/maint-17/lib/ssl/src/ssl_cipher.erl#L46">https://github.com/erlang/otp/blob/maint-17/lib/ssl/src/ssl_cipher.erl#L46</a></div><div>New possible ciphers: <a href="https://github.com/erlang/otp/blob/maint-18/lib/ssl/src/ssl_cipher.erl#L48">https://github.com/erlang/otp/blob/maint-18/lib/ssl/src/ssl_cipher.erl#L48</a> (note the aes_128_gcm and aes_256_gcm ciphers).</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 8, 2015 at 2:58 PM, John Foldager <span dir="ltr"><<a href="mailto:john.foldager@gmail.com" target="_blank">john.foldager@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><font face="'courier new', monospace">Danil Zagoskin | <a href="mailto:z@gosk.in" target="_blank">z@gosk.in</a></font></div></div></div>
</div>