<div dir="ltr">Thankyou Matt.<div>Some of them that we tried does not work. Is there any additional criteria for it to work.</div><div>I read about some PSK ciphers which I am not sure depends on something else.</div><div><br></div><div>Thanks,</div><div>Grace</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 15, 2017 at 3:03 PM, Matt Caswell <span dir="ltr"><<a href="mailto:matt@openssl.org" target="_blank">matt@openssl.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 15/11/17 06:08, Grace Priscilla Jero wrote:<br>
> Hi All,<br>
> Do we have the exact list of cipher suites supported by default in<br>
> openssl for each of the below in 1.1.0g version of openSSL.<br>
><br>
> TLS 1.0<br>
> TLS 1.1<br>
> TLS 1.2<br>
> DTLS 1.0<br>
> DTLS 1.2<br>
<br>
</span>You can use the command line "ciphers" command for this information, i.e.<br>
<br>
$ openssl ciphers -s -v -tls1<br>
$ openssl ciphers -s -v -tls1_1<br>
$ openssl ciphers -s -v -tls1_2<br>
<br>
DTLS1.0 is the same list as for TLS1.1 and DTLS1.2 is the same as for<br>
TLS1.2.<br>
<span class="HOEnZb"><font color="#888888"><br>
Matt<br>
<br>
--<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" rel="noreferrer" target="_blank">https://mta.openssl.org/<wbr>mailman/listinfo/openssl-users</a><br>
</font></span></blockquote></div><br></div>