<div dir="ltr"><div># erl</div><div>Erlang R16B (erts-5.10.1) [source] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]</div><div><br></div><div>Eshell V5.10.1  (abort with ^G)</div><div>1> io:format("~p~n", [ssl:cipher_suites()]).</div>

<div>[{dhe_rsa,aes_256_cbc,sha256},</div><div> {dhe_dss,aes_256_cbc,sha256},</div><div> {rsa,aes_256_cbc,sha256},</div><div> {dhe_rsa,aes_128_cbc,sha256},</div><div> {dhe_dss,aes_128_cbc,sha256},</div><div> {rsa,aes_128_cbc,sha256},</div>

<div> {dhe_rsa,aes_256_cbc,sha},</div><div> {dhe_dss,aes_256_cbc,sha},</div><div> {rsa,aes_256_cbc,sha},</div><div> {dhe_rsa,'3des_ede_cbc',sha},</div><div> {dhe_dss,'3des_ede_cbc',sha},</div><div> {rsa,'3des_ede_cbc',sha},</div>

<div> {dhe_rsa,aes_128_cbc,sha},</div><div> {dhe_dss,aes_128_cbc,sha},</div><div> {rsa,aes_128_cbc,sha},</div><div> {rsa,rc4_128,sha},</div><div> {rsa,rc4_128,md5},</div><div> {dhe_rsa,des_cbc,sha},</div><div> {rsa,des_cbc,sha}]</div>

<div>ok</div><div>2></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 4 June 2014 18:35, Michael Klishin <span dir="ltr"><<a href="mailto:mklishin@gopivotal.com" target="_blank">mklishin@gopivotal.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 4 June 2014 at 16:56:11, Narayan Reddy (<a href="mailto:bvnr.mail@gmail.com">bvnr.mail@gmail.com</a>) wrote:<br>
> > # openssl ciphers -v<br>
<br>
OK, great. What about<br>
<br>
io:format("~p~n", [ssl:cipher_suites()]).<br>
<br>
from the Erlang shell? (`erl`)<br>
<div class="HOEnZb"><div class="h5">--<br>
MK  <br>
<br>
Software Engineer, Pivotal/RabbitMQ<br>
</div></div></blockquote></div><br></div>